- 20 Mar, 2007 9 kayıt (commit)
-
-
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 12 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.
-
Žiga Seilnacht yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
True (which is not the default), it visits symlinks pointing to directories.
-
Georg Brandl yazdı
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 yazdı
Will backport.
-
- 15 Mar, 2007 4 kayıt (commit)
-
-
Žiga Seilnacht yazdı
the implementation for __reduce__ and __reduce_ex__ into two separate functions. Fixes bug #931877. Will backport.
-
Georg Brandl yazdı
initialization failed.
-
Georg Brandl yazdı
thread lib doc.
-
Neal Norwitz yazdı
-
- 14 Mar, 2007 8 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
connection are silenced.
-
Martin v. Löwis yazdı
Will backport.
-
Žiga Seilnacht yazdı
name. Remove a reference leak that happened if the name could not be converted to string. Will backport.
-
Georg Brandl yazdı
AttributeError instead of an IOError when the server's response didn't contain a valid HTTP status line.
-
Gregory P. Smith yazdı
now that nobody is likely to use Python on Mac OS 9 and most of the (Mac) platform items are all OS X special API specific since OS X is unixy enough for these modules to be available out of the box.
-
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 1 kayıt (commit)
-
-
Collin Winter yazdı
-