- 12 Kas, 2010 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Terry Reedy yazdı
--no commit message
-
R. David Murray yazdı
Patch by Chris Rebert.
-
- 11 Kas, 2010 5 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
R. David Murray yazdı
Patch by Neil Tallim. This provides a mechanism for module users to achieve RFC 3548 compliance in the cases where ignoring non-base64-alphabet input characters is *not* mandated by the RFC that references RFC 3548.
-
Łukasz Langa yazdı
configparser.py: changed PendingDeprecationWarnings to DeprecationWarnings, via http://mail.python.org/pipermail/python-dev/2010-November/105391.html configparser:py: renamed _views to _proxies to be consistent with the SectionProxy name
-
Alexander Belopolsky yazdı
in tokenize module and prevents leaking of private names through import *.
-
Georg Brandl yazdı
-
- 10 Kas, 2010 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Victor Stinner yazdı
PyUnicode_AsWideChar() result is signed, whereas it was stored in a unsigned variable, and then the test was "n >= 0" which is always true to an unsigned number. Patch written by Hallvard B Furuseth.
-
Antoine Pitrou yazdı
initialized, so as to avoid bootstrap issues with the '-W' option.
-
Antoine Pitrou yazdı
closes the connection before we can call shutdown().
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
- 09 Kas, 2010 24 kayıt (commit)
-
-
Antoine Pitrou yazdı
Lorenzo M. Catucci.
-
Antoine Pitrou yazdı
Also, add remote tests for imaplib (part of #4471).
-
Antoine Pitrou yazdı
-
Ask Solem yazdı
-
Ask Solem yazdı
is only intented for use by the parent process.
-
Ask Solem yazdı
import can lead to deadlocks.
-
Ask Solem yazdı
Documented the new error_callback keyword argument to multiprocessing.Pool's apply_async and map_async
-
Antoine Pitrou yazdı
-
Ask Solem yazdı
-
Ask Solem yazdı
-
Antoine Pitrou yazdı
of SSL sockets now has additional items such as `issuer` and `notBefore`.
-
Antoine Pitrou yazdı
default could be rather confusing).
-
Antoine Pitrou yazdı
STARTTLS. Patch by Andrew Vant.
-
Alexander Belopolsky yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
And don't create non constant array, invalid in ISO C.
-
Victor Stinner yazdı
-
Raymond Hettinger yazdı
-
Alexander Belopolsky yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
tokenize.detect_encoding() and open it in read only mode.
-