- 09 Mar, 2007 8 commits
-
-
Martin v. Löwis authored
-
Thomas Heller authored
returned string up to the first NUL character.
-
Collin Winter authored
Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822.
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Collin Winter authored
-
Collin Winter authored
-
- 08 Mar, 2007 8 commits
-
-
Brett Cannon authored
surround calls to resources that may or may not be available. Specifying the expected exception and attributes to be raised if the resource is not available prevents overly broad catching of exceptions. This is meant to help suppress spurious failures by raising test.test_support.ResourceDenied if the exception matches. It would probably be good to go through the various network tests and surround the calls to catch connection timeouts (as done with test_socket_ssl in this commit).
-
Collin Winter authored
-
Raymond Hettinger authored
-
Collin Winter authored
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
- 07 Mar, 2007 12 commits
-
-
Guido van Rossum authored
if os.name == "nt".
-
Georg Brandl authored
Fixes #878275.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
main() function.
-
Georg Brandl authored
comprehensive test suite for the module.
-
Georg Brandl authored
given a unicode argument and os.listdir() returns unicode filenames.
-
Georg Brandl authored
-
George Yoshida authored
-
Georg Brandl authored
makes the filenames the warning module prints much more sensible when a PYTHONSTARTUP file is used.
-
Georg Brandl authored
exception if the -i command line option or PYTHONINSPECT environment variable is given, but break into the interactive interpreter just like on other exceptions or normal program exit. (backport)
-
- 06 Mar, 2007 12 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
curses.resize_term() is called, update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS.
-
Georg Brandl authored
of Py_ssize_t.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
and should return True or False otherwise.
-
Georg Brandl authored
-
Georg Brandl authored
-
Guido van Rossum authored
fractional times. With unittest. Somebody please backport to 2.5.
-
Skip Montanaro authored
-
Martin v. Löwis authored
in HTMLParser.
-
Georg Brandl authored
using "python -m doctest [-v] filename ...".
-