- 20 Mar, 2007 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
-
Raymond Hettinger yazdı
-
- 18 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Mar, 2007 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 16 Mar, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 54409)
-
Collin Winter yazdı
Backported from r54404.
-
- 15 Mar, 2007 4 kayıt (commit)
-
-
Žiga Seilnacht yazdı
the implementation for __reduce__ and __reduce_ex__ into two separate functions. Fixes bug #931877. (backport from rev. 54397)
-
Georg Brandl yazdı
-
Georg Brandl yazdı
initialization failed. (backport from rev. 54394)
-
Georg Brandl yazdı
thread lib doc. (backport from rev. 54392)
-
- 14 Mar, 2007 7 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
-
Žiga Seilnacht yazdı
name. Remove a reference leak that happened if the name could not be converted to string. (backport from rev. 54378)
-
Georg Brandl yazdı
AttributeError instead of an IOError when the server's response didn't contain a valid HTTP status line. (backport from rev. 54376)
-
Gregory P. Smith yazdı
covers everything now that Mac OS 9 isn't a popular issue.
-
Gregory P. Smith yazdı
-
Barry Warsaw yazdı
2047-like headers where there is no whitespace between encoded words. This fix changes the matching regexp to include a trailing lookahead assertion that the closing ?= must be followed by whitespace, newline, or end-of-string. This also changes the regexp to add the MULTILINE flag.
-
- 13 Mar, 2007 7 kayıt (commit)
-
-
Collin Winter yazdı
-
Georg Brandl yazdı
(backport from rev. 54365)
-
Georg Brandl yazdı
error in spite of a succesful compression. (backport from rev. 54336)
-
Martin v. Löwis yazdı
email.message.Message.{set_charset,get_content_charset}.
-
Georg Brandl yazdı
directory within sys.exec_prefix. (backport from rev. 54331)
-
Georg Brandl yazdı
pydoc's help keywords. (backport from rev. 54329)
-
Georg Brandl yazdı
(backport from rev. 54323)
-
- 12 Mar, 2007 5 kayıt (commit)
-
-
Collin Winter yazdı
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. Backported from r54291.
-
Georg Brandl yazdı
(backport from rev. 54292)
-
Martin v. Löwis yazdı
-
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. Backported from r54278.
-
- 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. Backport of r54271.
-
Žiga Seilnacht yazdı
__dict__ and __weakref__ are removed from the slots tuple earlier in the code, in the loop that mangles slot names. (backport from rev. 54270)
-
Georg Brandl yazdı
(backport from rev. 54268)
-
- 10 Mar, 2007 3 kayıt (commit)
-
-
Collin Winter yazdı
-
Georg Brandl yazdı
-
Collin Winter yazdı
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Fixed by patch #1545011. Backported from r54253.
-
- 09 Mar, 2007 4 kayıt (commit)
-
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r54248 | thomas.heller | 2007-03-09 21:39:22 +0100 (Fr, 09 Mär 2007) | 7 lines Bug #1651235: When a tuple was passed to a ctypes function call, 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. ........
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r54244 | thomas.heller | 2007-03-09 20:21:28 +0100 (Fr, 09 Mär 2007) | 3 lines Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) returned string up to the first NUL character. ........
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
by HTTPS connections that time out.
-