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