- 06 Ock, 2013 7 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Antoine Pitrou yazdı
Found by Christian with Coverity.
-
- 05 Ock, 2013 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. Patch by Daniel Black.
-
Eli Bendersky yazdı
In conformance with the documentation and the Python version. Patch by Franck Michea.
-
Eli Bendersky yazdı
In conformance with the documentation and the Python version. Patch by Franck Michea.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 04 Ock, 2013 11 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Charles-François Natali yazdı
close-on-exec flag atomically.
-
Serhiy Storchaka yazdı
a key whose repr raise an exception.
-
Serhiy Storchaka yazdı
a key whose repr raise an exception.
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Ock, 2013 12 kayıt (commit)
-
-
Christian Heimes yazdı
non-pydebug builds. Several extension modules now compile cleanly when assert()s are enabled in standard builds (-DDEBUG flag).
-
Christian Heimes yazdı
non-pydebug builds. Several extension modules now compile cleanly when assert()s are enabled in standard builds (-DDEBUG flag).
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
"honor direction and do a forward or backwards search": the runtime speed may be different, but I consider that it doesn't really matter in practice. The direction was never honored before: Python 2.7 uses memcmp() for the str type for example.
-
Giampaolo Rodola yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
TESTFN_UNDECODABLE, TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII paths.
-
Victor Stinner yazdı
TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII paths.
-
Victor Stinner yazdı
-