- 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 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
-
Ezio Melotti authored
-
- 16 Nov, 2011 1 commit
-
-
Eli Bendersky authored
-
- 15 Nov, 2011 2 commits
-
-
Éric Araujo authored
-
Antoine Pitrou authored
(the encoder already accepts them).
-
- 14 Nov, 2011 3 commits
-
-
Éric Araujo authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 Nov, 2011 2 commits
-
-
Eli Bendersky authored
-
Antoine Pitrou authored
-
- 12 Nov, 2011 5 commits
-
-
Antoine Pitrou authored
(backport of 6b9f547e92d8)
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Remove a sleep to fix transient test failures. Use skewfactor of -3 to make it work on systems that have 1 second precision for time.time(). Closes #11999 Refs #13254
-
Eli Bendersky authored
-
Antoine Pitrou authored
-