- 27 Kas, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 26 Kas, 2011 3 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 25 Kas, 2011 1 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.
-
- 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 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
POSIX semaphores (among which FreeBSD < 8).
-
Victor Stinner yazdı
Add tests for PyUnicode_EncodeDecimal()
-
- 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 3 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 19 Kas, 2011 1 kayıt (commit)
-
-
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ı
-
- 17 Kas, 2011 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
- 16 Kas, 2011 3 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Ned Deily yazdı
invalid hex escape sequences.
-
- 15 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(the encoder already accepts them).
-
- 14 Kas, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
It doesn't matter if imp.find_module() fails with ImportError or IOError, but it should not crash.
-
Ezio Melotti yazdı
-
- 08 Kas, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Kas, 2011 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 12 Kas, 2011 4 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
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 yazdı
-
Antoine Pitrou yazdı
"recursive-include" directive now recognizes both legal path separators.
-
- 11 Kas, 2011 3 kayıt (commit)
-
-
Eli Bendersky yazdı
Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-