1. 06 Kas, 2011 4 kayıt (commit)
    • Éric Araujo's avatar
      Minor tweak to packaging tests. · 261ccdce
      Éric Araujo yazdı
      When an option is changed on a command object, calling ensure_finalized
      for a second time will not run finalize_options again, because
      ensure_finalized is a no-op the second time.  By resetting the finalized
      attribute, we can be sure that whatever computation takes place in
      finalize_options will happen again.
      
      (In test_command_clean, I removed two lines that were a no-op.)
      261ccdce
    • Éric Araujo's avatar
      Undo potentially confusing name change in packaging. · a963e0d9
      Éric Araujo yazdı
      This method was named reinitialize_command in distutils and accompanied
      by a comment suggesting to change it to get_reinitialized_command.
      Following that, I did the change for distutils2, but it proved
      confusing: The Distribution object has an internal cache of command
      objects, to make sure only one instance is ever used, and the name
      get_reinitialized_command could suggest that the object returned was
      independent of that cache, which it was not.  I’m reverting the name
      change to make code clearer.
      a963e0d9
    • Éric Araujo's avatar
    • Éric Araujo's avatar
      Remove obsolete/duplicate entries · 8e5d7cbc
      Éric Araujo yazdı
      8e5d7cbc
  2. 05 Kas, 2011 6 kayıt (commit)
  3. 04 Kas, 2011 22 kayıt (commit)
  4. 03 Kas, 2011 8 kayıt (commit)