- 20 Mar, 2007 7 commits
-
-
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 4 commits
-
-
Žiga Seilnacht authored
the implementation for __reduce__ and __reduce_ex__ into two separate functions. Fixes bug #931877. Will backport.
-
Georg Brandl authored
initialization failed.
-
Georg Brandl authored
thread lib doc.
-
Neal Norwitz authored
-
- 14 Mar, 2007 8 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
connection are silenced.
-
Martin v. Löwis authored
Will backport.
-
Žiga Seilnacht authored
name. Remove a reference leak that happened if the name could not be converted to string. Will backport.
-
Georg Brandl authored
AttributeError instead of an IOError when the server's response didn't contain a valid HTTP status line.
-
Gregory P. Smith authored
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 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 3 commits
-
-
Collin Winter authored
-
Georg Brandl authored
with ASCII value less than 32. Also, it correctly quotes dots only if they occur on a single line, as opposed to the previous behavior of quoting dots if they are the second character of any line.
-
Georg Brandl authored
-