- 16 Mar, 2007 9 commits
-
-
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 19 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
-
Georg Brandl authored
expanded in ntpath.expandvars(), also "~user" home directory references are recognized and handled on Windows.
-
Georg Brandl authored
the debugged script, which means that imports from __main__ work correctly now.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Python program, optionally with different arguments.
-
Thomas Heller authored
-
Georg Brandl authored
(backport)
-
Thomas Heller authored
-
Georg Brandl authored
for a thing instead of paging it to stdout, which pydoc.doc() does.
-
Georg Brandl authored
strings for the code to time and the setup code. Also added two convenience functions for instantiating a Timer and calling its methods.
-
Georg Brandl authored
-
Georg Brandl authored
-
Collin Winter authored
Arvin Schnell - 1668482 Sébastien Martini - 1481079 Heiko Wundram - 1491866 Damon Kohler - 1545011 Peter Parente - 1599845 Bjorn Lindqvist - 1678662
-
Georg Brandl authored
which can be set to False to prevent the default delete-on-close behavior.
-
Georg Brandl authored
-
Georg Brandl authored
whitespace while wrapping.
-