- 12 Mar, 2007 11 kayıt (commit)
-
-
Collin Winter yazdı
-
Georg Brandl yazdı
-
Collin Winter yazdı
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. Will backport.
-
Collin Winter yazdı
-
Georg Brandl yazdı
case, even when converting the value to a string failed.
-
Georg Brandl yazdı
Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. Had to change a few bits of the patch because classobjs and __methods__ are still in Py2.6.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
that given the inputs in these tests Excel does indeed produce the output these tests expect. Document that for future confused folks.
-
Barry Warsaw yazdı
display name of an email address, e.g. Foo \tBar <foo@example.com> Test case added by Barry.
-
Collin Winter yazdı
stable FTP. Will backport.
-
- 11 Mar, 2007 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Collin Winter yazdı
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number. Will backport.
-
Žiga Seilnacht yazdı
__dict__ and __weakref__ are removed from the slots tuple earlier in the code, in the loop that mangles slot names. Will backport.
-
Georg Brandl yazdı
-
- 10 Mar, 2007 7 kayıt (commit)
-
-
Collin Winter yazdı
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 yazdı
-
Georg Brandl yazdı
-
Collin Winter yazdı
-
Neal Norwitz yazdı
Update to use predominant style of spaces around = in args list and print to stderr if debugging.
-
Collin Winter yazdı
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Will backport.
-
Collin Winter yazdı
* 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 kayıt (commit)
-
-
Collin Winter yazdı
-
Thomas Heller yazdı
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 yazdı
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 yazdı
-
Thomas Heller yazdı
returned string up to the first NUL character.
-
Collin Winter yazdı
Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822.
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
- 08 Mar, 2007 7 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ı
-