- 21 Mar, 2007 11 commits
-
-
Raymond Hettinger authored
-
Žiga Seilnacht authored
now be unpickled. Will backport.
-
Facundo Batista authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
masked by a generic one with the message "unpack non-sequence".
-
Neal Norwitz authored
-
- 20 Mar, 2007 10 commits
-
-
Georg Brandl authored
-
Raymond Hettinger authored
Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
-
Neal Norwitz authored
I'm guessing that's the problem. h.getfile() must be called *after* h.getreply() and the fp can be None. I'm not entirely convinced this is the best fix (or even correct). The buildbots will tell us if things improve or not. I don't know if this needs to be backported (assuming it actually works).
-
Neal Norwitz authored
pass, but my guess is that it won't. I'm guessing that some other test is leaving this file open which means it can't be removed under Windows AFAIK.
-
Neal Norwitz authored
Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-)
-
Neal Norwitz authored
Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-)
-
Neal Norwitz authored
buildbots. This rev was backported, so we will need to keep both branches in sync, pending the outcome of the test after this checkin.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 19 Mar, 2007 2 commits
-
-
Georg Brandl authored
-
Collin Winter authored
-
- 18 Mar, 2007 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 Mar, 2007 2 commits
-
-
Gregory P. Smith authored
-
Georg Brandl authored
to complex using its __complex__() method before falling back to the __float__() method. Therefore, the functions in the cmath module now can operate on objects that define a __complex__() method. (backport)
-
- 16 Mar, 2007 12 commits
-
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Jeremy Hylton authored
The file should now follow PEP 7, except that it uses 4 space indents (in the style of Py3k). This particular code would be really hard to read with the regular tab idents. Other changes: - reflow long lines - change multi-line conditionals to have test at end of line
-
Jeremy Hylton authored
-
Žiga Seilnacht authored
from the previous check in.
-
Žiga Seilnacht authored
The old and the new class are still required to have the same slot names, but the order in which they are specified is not relevant.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
True (which is not the default), it visits symlinks pointing to directories.
-
Georg Brandl authored
GNOME or KDE browser, depending on whether there is a session of one of those present. Also, it tries the Windows default browser before trying Mozilla variants. (backport)
-
Collin Winter authored
Will backport.
-
- 15 Mar, 2007 1 commit
-
-
Žiga Seilnacht authored
the implementation for __reduce__ and __reduce_ex__ into two separate functions. Fixes bug #931877. Will backport.
-