- 07 Nov, 2011 11 commits
-
-
Florent Xicluna authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Éric Araujo authored
-
Philip Jenvey authored
-
- 06 Nov, 2011 20 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
os.utime in order to update to the current time. The second argument is now optional.
-
Petri Lehtinen authored
Issue #13340.
-
Petri Lehtinen authored
Issue #13340.
-
Amaury Forgeot d'Arc authored
-
Éric Araujo authored
-
Éric Araujo authored
The one interface we commit to maintain is the run module (a.k.a. the pysetup script).
-
Éric Araujo authored
Running with regrtest does not show spurious output or unrestored sys.std* objects; sometimes running with make test is different, I’ll watch the buildbots. In addition, update the create module to use logging.
-
Éric Araujo authored
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.)
-
Petri Lehtinen authored
Issue #10570
-
Petri Lehtinen authored
Issue #10570
-
É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
-
Ned Deily authored
3a5a0943b201. Do not close listening socket on subprocess restart.
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 05 Nov, 2011 9 commits
-
-
Antoine Pitrou authored
error handler in interactive mode (when calling into PyOS_Readline()).
-
Antoine Pitrou authored
error handler in interactive mode (when calling into PyOS_Readline()).
-
Petri Lehtinen authored
Closes #13340.
-
Petri Lehtinen authored
Closes #13340.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-