- 28 Kas, 2011 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 yazdı
Initial patch by Sjoerd de Vries.
-
- 27 Kas, 2011 3 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Jesus Cea yazdı
-
- 26 Kas, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 25 Kas, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
mention of the CPython optimization hack.
-
Eli Bendersky yazdı
-
- 24 Kas, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 23 Kas, 2011 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. Patch by Robert Xiao.
-
- 22 Kas, 2011 9 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
an invalid integer value.
-
Charles-François Natali yazdı
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 yazdı
-
Charles-François Natali yazdı
POSIX semaphores (among which FreeBSD < 8).
-
Victor Stinner yazdı
* Add tests for PyUnicode_EncodeDecimal() and PyUnicode_TransformDecimalToASCII() * Remove the unused "e" variable in replace()
-
- 21 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
- 19 Kas, 2011 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
This allows compiling extension modules with -Wswitch-enum on gcc. Initial patch by Floris Bruynooghe.
-
Mark Dickinson yazdı
-
- 18 Kas, 2011 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#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 yazdı
-
- 16 Kas, 2011 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-