- 06 Kas, 2011 4 kayıt (commit)
-
-
É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.)
-
É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.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 05 Kas, 2011 6 kayıt (commit)
-
-
Éric Araujo yazdı
-
Charles-François Natali yazdı
to poll(2): don't set them.
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
Closes #13254.
-
Petri Lehtinen yazdı
Closes #13254.
-
- 04 Kas, 2011 22 kayıt (commit)
-
-
Victor Stinner yazdı
-
Amaury Forgeot d'Arc yazdı
variable in the default value of a keyword-only argument: (lambda *, arg=GLOBAL_NAME: None)
-
Amaury Forgeot d'Arc yazdı
variable in the default value of a keyword-only argument: (lambda *, arg=GLOBAL_NAME: None)
-
Florent Xicluna yazdı
-
Petri Lehtinen yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Victor Stinner yazdı
_PyUnicode_CheckConsistency() checks also hash and length value for not ready Unicode strings.
-
Victor Stinner yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Victor Stinner yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
Thanks to Robert Xiao.
-
- 03 Kas, 2011 8 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* _PyUnicode_CheckConsistency() now takes a PyObject* instead of void* * Remove now useless casts to PyObject*
-
Victor Stinner yazdı
* Fix decode_code_page_errors() result * Inline decode_code_page() and encode_code_page_chunk() * Replace the PyUnicodeObject type by PyObject
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-