- 02 Nis, 2009 23 kayıt (commit)
-
-
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.
-
Jesse Noller yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Jesse Noller yazdı
-
Andrew M. Kuchling yazdı
-
- 01 Nis, 2009 17 kayıt (commit)
-
-
Georg Brandl yazdı
Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user.
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
characters in the person's name.
-
Georg Brandl yazdı
In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext.
-
R. David Murray yazdı
embedded newlines in quoted field values.
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Senthil Kumaran yazdı
-
Jack Diederich yazdı
fixes crasher on OS X 10.5
-
Brett Cannon yazdı
filter and was resetting it.
-
Brett Cannon yazdı
PendingDeprecationWarnings to be spewed all over by unittest.failIf*(). Fix moves over to using warnings.catch_warning to protect the warnings filter.
-
Raymond Hettinger yazdı
-
Michael Foord yazdı
-
Brett Cannon yazdı
called in a thread that was spawned by an import itself. Last part to close #1665206.
-