- 18 Kas, 2010 8 kayıt (commit)
-
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
-
Kristján Valur Jónsson yazdı
Adding the wait_for() method to threading.Condition
-
Michael Foord yazdı
-
Alexander Belopolsky yazdı
-
Brett Cannon yazdı
message in importlib. Thanks to Éric Araujo for spotting the inconsistency.
-
Brian Curtin yazdı
-
Alexander Belopolsky yazdı
1. Online reference manual link is now version-specific and the 'MODULE DOCS' section renamed to 'MODULE REFERENCE'. 2. 'FILE' section is moved to the end of the file. 3. Special names processed by pydoc such as __version__ or __credits__ are now excluded from the DATA section. 4. Defined __all__ to prevent pydoc from exposing undocumented details about itself. 5. Removed Python 2.3 compatibility code.
-
- 17 Kas, 2010 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
David Malcolm yazdı
zero-initialize all fields, fixing compiler warnings seen when building extension modules with gcc with "-Wmissing-field-initializers" (implied by "-W")
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Robert Collins.
-
Stefan Krah yazdı
-
Brian Quinlan yazdı
-
- 16 Kas, 2010 8 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Matthias Klose yazdı
-
Éric Araujo yazdı
informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
-
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 4 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ı
-