- 24 Mar, 2007 1 kayıt (commit)
-
-
Žiga Seilnacht yazdı
Python 2.5 added support for explicit relative import statements and yield expressions, which were missing in the manual. Also fix grammar productions that used the names from the Grammar file, markup that broke the generated grammar.txt, and wrap some lines that broke the pdf output. (backport from rev. 54559)
-
- 23 Mar, 2007 3 kayıt (commit)
-
-
Thomas Heller yazdı
overflows the valid Py_ssize_t range. Check return values of PyMem_Malloc. Backported from trunk.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 22 Mar, 2007 3 kayıt (commit)
-
-
Thomas Heller yazdı
question (well, two months too late).
-
Thomas Heller yazdı
The code in this patch leaves no way to give up the ownership of a BSTR instance.
-
Georg Brandl yazdı
(backport from rev. 54524)
-
- 21 Mar, 2007 6 kayıt (commit)
-
-
Žiga Seilnacht yazdı
now be unpickled. (backport form rev. 54492)
-
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 3 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ı
-