- 23 Mar, 2007 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport.
-
Martin v. Löwis yazdı
Will backport.
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
now stricter in rejecting excess arguments. The only time when either allows excess arguments is when it is not overridden and the other one is. For backwards compatibility, when both are overridden, it is a deprecation warning (for now; maybe a Py3k warning later). When merging this into 3.0, the warnings should become errors. Note: without the change to string.py, lots of spurious warnings happen. What's going on there?
-
- 22 Mar, 2007 3 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
The code in this patch leaves no way to give up the ownership of a BSTR instance.
-
Georg Brandl yazdı
-
- 21 Mar, 2007 11 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Žiga Seilnacht yazdı
now be unpickled. Will backport.
-
Facundo Batista yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
masked by a generic one with the message "unpack non-sequence".
-
Neal Norwitz yazdı
-
- 20 Mar, 2007 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
-
Neal Norwitz yazdı
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 yazdı
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 yazdı
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 yazdı
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 yazdı
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 yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 19 Mar, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Collin Winter yazdı
-
- 18 Mar, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 17 Mar, 2007 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Georg Brandl yazdı
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 6 kayıt (commit)
-
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Jeremy Hylton yazdı
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 yazdı
-
Žiga Seilnacht yazdı
from the previous check in.
-