- 28 Nov, 2011 8 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).
-
Antoine Pitrou authored
It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).
-
Meador Inge authored
Initial patch by Sjoerd de Vries.
-
Meador Inge authored
Initial patch by Sjoerd de Vries.
-
Victor Stinner authored
-
- 27 Nov, 2011 6 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Jesus Cea authored
MERGE: Closes issue #13488: Some old preprocessors have problem with #define not in the first column
-
Jesus Cea authored
-
- 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 12 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
-