- 13 Mar, 2007 14 kayıt (commit)
-
-
Martin v. Löwis yazdı
email.message.Message.{set_charset,get_content_charset}. Will backport.
-
Georg Brandl yazdı
directory within sys.exec_prefix.
-
Georg Brandl yazdı
pydoc's help keywords.
-
Georg Brandl yazdı
concatenation in robotparser.
-
Georg Brandl yazdı
field names in its exception message if you try to write a record with a dictionary containing fields not in the CSV field names list.
-
Georg Brandl yazdı
OSError if accessing a local file via the file:// protocol fails.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
* lines too long * wrong indentation * space after a function name * wrong function name in error string * simplifying some logic Also add an error check to PyDict_SetItemString.
-
Neal Norwitz yazdı
Brian Leair - 922167 Tomer Filiba - 1591665 Jeremy Jones - 1192590
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
nests test.test_support.TransientResource context managers that capture exceptions raised when the Internet connection is flaky. Initially using in test_socket_ssl but should probably be expanded to cover any test that should not raise the captured exceptions if the Internet connection works.
-
- 12 Mar, 2007 13 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
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 2 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.
-