- 29 Nov, 2011 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 28 Nov, 2011 5 commits
-
-
Victor Stinner 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).
-
Meador Inge authored
Initial patch by Sjoerd de Vries.
-
- 27 Nov, 2011 3 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Jesus Cea authored
-
- 26 Nov, 2011 4 commits
-
-
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
-
Meador Inge authored
-
- 25 Nov, 2011 3 commits
-
-
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
mention of the CPython optimization hack.
-
Eli Bendersky authored
-
- 24 Nov, 2011 1 commit
-
-
Senthil Kumaran authored
-
- 23 Nov, 2011 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. Patch by Robert Xiao.
-
- 22 Nov, 2011 9 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
an invalid integer value.
-
Charles-François Natali authored
TLS key only if the thread that called fork() had an associated auto thread state (this might not be the case for example for a thread created outside of Python calling into a subinterpreter).
-
Amaury Forgeot d'Arc authored
-
Charles-François Natali authored
POSIX semaphores (among which FreeBSD < 8).
-
Victor Stinner authored
* Add tests for PyUnicode_EncodeDecimal() and PyUnicode_TransformDecimalToASCII() * Remove the unused "e" variable in replace()
-
- 21 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
raised when the wrapped raw file is non-blocking and the write would block. Previous code assumed that the raw write() would raise BlockingIOError, but RawIOBase.write() is defined to returned None when the call would block. Patch by sbt.
-
- 20 Nov, 2011 1 commit
-
-
Victor Stinner authored
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
- 19 Nov, 2011 2 commits
-
-
Petri Lehtinen authored
This allows compiling extension modules with -Wswitch-enum on gcc. Initial patch by Floris Bruynooghe.
-
Mark Dickinson authored
-
- 18 Nov, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-