- 21 Mar, 2007 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
given to get(). It also detects when you use '&' as the last argument and creates a BackgroundBrowser then. (backport -- this is a regression from 2.4 and therefore backported)
-
Georg Brandl yazdı
(backport from rev. 54483)
-
Georg Brandl yazdı
masked by a generic one with the message "unpack non-sequence". (backport from rev. 54480)
-
- 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 2 kayıt (commit)
-
-
Collin Winter yazdı
-
Georg Brandl yazdı
-