- 26 Nov, 2011 14 commits
-
-
Victor Stinner authored
-
Antoine Pitrou authored
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. This also adds a test for issue #5319, whose resolution introduced the issue.
-
Antoine Pitrou authored
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. This also adds a test for issue #5319, whose resolution introduced the issue.
-
Meador Inge authored
-
Meador Inge authored
-
Giampaolo Rodola' authored
sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events
-
Charles-François Natali authored
(where unsetenv() doesn't return a value).
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Antoine Pitrou authored
(should fix a failure on the OpenIndiana AMD64 buildbot)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
on POSIX systems supporting anonymous memory mappings. Patch by Charles-François Natali.
-
- 25 Nov, 2011 13 commits
-
-
Victor Stinner authored
when it is linked to the ncurses library. It encodes also Unicode strings to the locale encoding instead of UTF-8.
-
Antoine Pitrou authored
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring.
-
Antoine Pitrou authored
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring.
-
Victor Stinner authored
-
Victor Stinner authored
different than "strict" anymore. The caller was unable to compute the size of the output buffer: it depends on the error handler.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. Patch by Ryan Kelly.
-
Antoine Pitrou authored
mention of the CPython optimization hack.
-
Antoine Pitrou authored
mention of the CPython optimization hack.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
- 24 Nov, 2011 4 commits
-
-
Petri Lehtinen authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
Patch written by Charles-François Natali.
-
- 23 Nov, 2011 9 commits
-
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-