- 16 Kas, 2010 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
rather than strings.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexander Belopolsky yazdı
-
- 14 Kas, 2010 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
- 13 Kas, 2010 11 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Antoine Pitrou yazdı
enough). Also, use setUpClass in order to connect only once per test run.
-
- 12 Kas, 2010 11 kayıt (commit)
-
-
Éric Araujo yazdı
-
Andrew M. Kuchling yazdı
-
Antoine Pitrou yazdı
standard IMAP4 connections. Original patch by Lorenzo M. Catucci.
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
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 6 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().
-