- 05 Nis, 2009 9 kayıt (commit)
-
-
Vinay Sajip yazdı
Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
-
Guilherme Polo yazdı
-
Michael Foord yazdı
Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__. Issue #5693
-
Benjamin Peterson yazdı
-
- 04 Nis, 2009 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
-
Hirokazu Yamamoto yazdı
-
Benjamin Peterson yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
short file names.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble.
-
R. David Murray yazdı
-
Raymond Hettinger yazdı
-
- 03 Nis, 2009 7 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Vinay Sajip yazdı
-
Hirokazu Yamamoto yazdı
-
Raymond Hettinger yazdı
-
- 02 Nis, 2009 12 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
are consistent with the corresponding tuple index.
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
call on hitting the recursion limit into just assigning it to the arguments provided.
-
Georg Brandl yazdı
-
R. David Murray yazdı
Fixes issue2625.
-
Michael Foord yazdı
This allows for the deep copying of TestCase instances. Issue 5660
-
Jesse Noller yazdı
-
R. David Murray yazdı
strptime does not accept it in the strftime behavior section of the datetime docs. Closes issue 2568.
-
Jesse Noller yazdı
-
Brett Cannon yazdı
PyImport_AppendInittab() to take a const char *.
-