- 05 Nis, 2009 3 kayıt (commit)
-
-
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 18 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 *.
-
Michael Foord yazdı
- unittest.assertNotEqual() now uses the inequality operator (!=) instead of the equality operator. - Default assertTrue and assertFalse messages are now useful. - TestCase has a longMessage attribute. This defaults to False, but if set to True useful error messages are shown in addition to explicit messages passed to assert methods. Issue #5663
-
Brett Cannon yazdı
string was stored beyond the life of the call. Changed the signature to be const char * to help make this point. Closes issue #1419652.
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
limit, so that in the most common case PyObject_IsSubclass will not raise a recursion error we have to ignore anyway.
-
Kurt B. Kaiser yazdı
subprocess fails to extract port from command line when warnings are present.
-