- 05 Apr, 2009 2 commits
-
-
Michael Foord authored
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 authored
-
- 04 Apr, 2009 12 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Hirokazu Yamamoto authored
-
Benjamin Peterson authored
-
Matthias Klose authored
-
Matthias Klose authored
short file names.
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble.
-
R. David Murray authored
-
Raymond Hettinger authored
-
- 03 Apr, 2009 7 commits
-
-
Vinay Sajip authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
-
Raymond Hettinger authored
-
- 02 Apr, 2009 19 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
are consistent with the corresponding tuple index.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Georg Brandl authored
call on hitting the recursion limit into just assigning it to the arguments provided.
-
Georg Brandl authored
-
R. David Murray authored
Fixes issue2625.
-
Michael Foord authored
This allows for the deep copying of TestCase instances. Issue 5660
-
Jesse Noller authored
-
R. David Murray authored
strptime does not accept it in the strftime behavior section of the datetime docs. Closes issue 2568.
-
Jesse Noller authored
-
Brett Cannon authored
PyImport_AppendInittab() to take a const char *.
-
Michael Foord authored
- 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 authored
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 authored
-
Benjamin Peterson authored
-
Georg Brandl authored
limit, so that in the most common case PyObject_IsSubclass will not raise a recursion error we have to ignore anyway.
-
Kurt B. Kaiser authored
subprocess fails to extract port from command line when warnings are present.
-
Jesse Noller authored
-