- 06 Ara, 2011 2 kayıt (commit)
-
-
Jesus Cea yazdı
-
Lars Gustäbel yazdı
-
- 04 Ara, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
from the doc. These two projects appear dead.
-
- 03 Ara, 2011 1 kayıt (commit)
-
-
Meador Inge yazdı
-
- 07 Kas, 2011 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
- 02 Ara, 2011 4 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 28 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
_testcapimodule.c is not "ssize_t" safe in Python 2.7: the length argument type is int, not Py_ssize_t.
-
- 27 Kas, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
-
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).
-