- 11 Mar, 2007 1 commit
-
-
Georg Brandl authored
-
- 10 Mar, 2007 7 commits
-
-
Collin Winter authored
Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
-
Collin Winter authored
-
Georg Brandl authored
-
Collin Winter authored
-
Neal Norwitz authored
Update to use predominant style of spaces around = in args list and print to stderr if debugging.
-
Collin Winter authored
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Will backport.
-
Collin Winter authored
* Unlink test files before and after each test; hopefully this will cut down on recent buildbot failures in test_islink. * Drop safe_remove() in favor of test_support.unlink(). * Fix the indentation of test_samefile so that it runs.
-
- 09 Mar, 2007 11 commits
-
-
Collin Winter authored
-
Thomas Heller authored
Python would crash instead of raising an error. The crash was caused by a section of code that should have been removed long ago, at that time ctypes had other ways to pass parameters to function calls.
-
Collin Winter authored
Patch #1491866: change the complex() constructor to allow parthensized forms. This means complex(repr(x)) now works instead of raising a ValueError.
-
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 1 commit
-
-
Walter Dörwald authored
-