- 12 Nov, 2010 2 commits
-
-
Terry Reedy authored
No commit message
-
R. David Murray authored
Patch by Chris Rebert.
-
- 11 Nov, 2010 5 commits
-
-
Alexander Belopolsky authored
-
R. David Murray authored
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 authored
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 authored
in tokenize module and prevents leaking of private names through import *.
-
Georg Brandl authored
-
- 10 Nov, 2010 8 commits
-
-
Antoine Pitrou authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Victor Stinner authored
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 authored
initialized, so as to avoid bootstrap issues with the '-W' option.
-
Antoine Pitrou authored
closes the connection before we can call shutdown().
-
Georg Brandl authored
-
Antoine Pitrou authored
-
- 09 Nov, 2010 24 commits
-
-
Antoine Pitrou authored
Lorenzo M. Catucci.
-
Antoine Pitrou authored
Also, add remote tests for imaplib (part of #4471).
-
Antoine Pitrou authored
-
Ask Solem authored
-
Ask Solem authored
is only intented for use by the parent process.
-
Ask Solem authored
import can lead to deadlocks.
-
Ask Solem authored
Documented the new error_callback keyword argument to multiprocessing.Pool's apply_async and map_async
-
Antoine Pitrou authored
-
Ask Solem authored
-
Ask Solem authored
-
Antoine Pitrou authored
of SSL sockets now has additional items such as `issuer` and `notBefore`.
-
Antoine Pitrou authored
default could be rather confusing).
-
Antoine Pitrou authored
STARTTLS. Patch by Andrew Vant.
-
Alexander Belopolsky authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
And don't create non constant array, invalid in ISO C.
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Victor Stinner authored
tokenize.detect_encoding() and open it in read only mode.
-
- 08 Nov, 2010 1 commit
-
-
Victor Stinner authored
_Py_char2wchar(), instead of L"" VAR hack, to escape undecodable bytes using the surrogateescape error handler.
-