- 24 Kas, 2011 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
Patch written by Charles-François Natali.
-
- 23 Kas, 2011 13 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson 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.
-
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 24 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Amaury Forgeot d'Arc yazdı
-
Victor Stinner yazdı
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
an invalid integer value.
-
Benjamin Peterson yazdı
-
Giampaolo Rodola yazdı
-
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).
-
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).
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
POSIX semaphores (among which FreeBSD < 8).
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
sched.scheduler class constructor's timefunc and delayfunct parameters are now optional. scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter. Patch contributed by Matt Mulsow.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
the Solaris issue is solved. But add assertion on the maximum character in various encoders: UTF-7, UTF-8, wide character (wchar_t*, Py_UNICODE*), unicode-escape, raw-unicode-escape. Fix also unicode_encode_ucs1() for backslashreplace error handler: Python is now always "wide".
-
Victor Stinner yazdı
-