- 08 Nov, 2011 8 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Nick Coghlan authored
Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3
-
Nick Coghlan authored
Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True
-
- 07 Nov, 2011 22 commits
-
-
Brian Curtin authored
-
Florent Xicluna authored
-
Brian Curtin authored
-
Brian Curtin authored
defaulting to None like the other utimes family members. It now accepts keyword arguments because, unlike other other functions in the family, it has a `flags` value at the end of the argument list (which retains its 0 default).
-
Florent Xicluna authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
and lutimes.
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Brian Curtin authored
for pointing it out.
-
Éric Araujo authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Éric Araujo authored
-
Philip Jenvey authored
-
- 06 Nov, 2011 10 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
-