- 09 Mar, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 08 Mar, 2007 8 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Collin Winter yazdı
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
- 07 Mar, 2007 12 kayıt (commit)
-
-
Guido van Rossum yazdı
if os.name == "nt".
-
Georg Brandl yazdı
Fixes #878275.
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
main() function.
-
Georg Brandl yazdı
comprehensive test suite for the module.
-
Georg Brandl yazdı
given a unicode argument and os.listdir() returns unicode filenames.
-
Georg Brandl yazdı
-
George Yoshida yazdı
-
Georg Brandl yazdı
makes the filenames the warning module prints much more sensible when a PYTHONSTARTUP file is used.
-
Georg Brandl yazdı
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 19 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
curses.resize_term() is called, update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS.
-
Georg Brandl yazdı
of Py_ssize_t.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
and should return True or False otherwise.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Guido van Rossum yazdı
fractional times. With unittest. Somebody please backport to 2.5.
-
Skip Montanaro yazdı
-
Martin v. Löwis yazdı
in HTMLParser.
-
Georg Brandl yazdı
using "python -m doctest [-v] filename ...".
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
"extending and embedding" tutorial.
-