- 29 Mar, 2007 1 commit
-
-
Georg Brandl authored
the C lib's clock() is used, but it must be divided by CLOCKS_PER_SEC as for the POSIX implementation (thanks to #pypy). (backport from rev. 54606)
-
- 24 Mar, 2007 1 commit
-
-
Žiga Seilnacht authored
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 commits
-
-
Thomas Heller authored
overflows the valid Py_ssize_t range. Check return values of PyMem_Malloc. Backported from trunk.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 22 Mar, 2007 3 commits
-
-
Thomas Heller authored
question (well, two months too late).
-
Thomas Heller authored
The code in this patch leaves no way to give up the ownership of a BSTR instance.
-
Georg Brandl authored
(backport from rev. 54524)
-
- 21 Mar, 2007 6 commits
-
-
Žiga Seilnacht authored
now be unpickled. (backport form rev. 54492)
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
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 authored
(backport from rev. 54483)
-
Georg Brandl authored
masked by a generic one with the message "unpack non-sequence". (backport from rev. 54480)
-
- 20 Mar, 2007 2 commits
-
-
Raymond Hettinger authored
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
-
Raymond Hettinger authored
-
- 18 Mar, 2007 1 commit
-
-
Georg Brandl authored
-
- 17 Mar, 2007 1 commit
-
-
Gregory P. Smith authored
-
- 16 Mar, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 54409)
-
Collin Winter authored
Backported from r54404.
-
- 15 Mar, 2007 4 commits
-
-
Žiga Seilnacht authored
the implementation for __reduce__ and __reduce_ex__ into two separate functions. Fixes bug #931877. (backport from rev. 54397)
-
Georg Brandl authored
-
Georg Brandl authored
initialization failed. (backport from rev. 54394)
-
Georg Brandl authored
thread lib doc. (backport from rev. 54392)
-
- 14 Mar, 2007 7 commits
-
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Žiga Seilnacht authored
name. Remove a reference leak that happened if the name could not be converted to string. (backport from rev. 54378)
-
Georg Brandl authored
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 authored
covers everything now that Mac OS 9 isn't a popular issue.
-
Gregory P. Smith authored
-
Barry Warsaw authored
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 commits
-
-
Collin Winter authored
-
Georg Brandl authored
(backport from rev. 54365)
-
Georg Brandl authored
error in spite of a succesful compression. (backport from rev. 54336)
-
Martin v. Löwis authored
email.message.Message.{set_charset,get_content_charset}.
-
Georg Brandl authored
directory within sys.exec_prefix. (backport from rev. 54331)
-
Georg Brandl authored
pydoc's help keywords. (backport from rev. 54329)
-
Georg Brandl authored
(backport from rev. 54323)
-
- 12 Mar, 2007 2 commits
-
-
Collin Winter authored
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. Backported from r54291.
-
Georg Brandl authored
(backport from rev. 54292)
-