- 15 Mar, 2007 2 kayıt (commit)
-
-
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 30 kayıt (commit)
-
-
Collin Winter yazdı
-
Georg Brandl yazdı
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 yazdı
-
Georg Brandl yazdı
expanded in ntpath.expandvars(), also "~user" home directory references are recognized and handled on Windows.
-
Georg Brandl yazdı
the debugged script, which means that imports from __main__ work correctly now.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Python program, optionally with different arguments.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
(backport)
-
Thomas Heller yazdı
-
Georg Brandl yazdı
for a thing instead of paging it to stdout, which pydoc.doc() does.
-
Georg Brandl yazdı
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 yazdı
-
Georg Brandl yazdı
-
Collin Winter yazdı
Arvin Schnell - 1668482 Sébastien Martini - 1481079 Heiko Wundram - 1491866 Damon Kohler - 1545011 Peter Parente - 1599845 Bjorn Lindqvist - 1678662
-
Georg Brandl yazdı
which can be set to False to prevent the default delete-on-close behavior.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
whitespace while wrapping.
-
Georg Brandl yazdı
are set for invalid interpolation sequences that would lead to errors on reading back those values.
-
Lars Gustäbel yazdı
than 'iso8859-1'.
-
Georg Brandl yazdı
error in spite of a succesful compression.
-
Lars Gustäbel yazdı
support. The TarInfo class now contains all necessary logic to process and create tar header data which has been moved there from the TarFile class. The fromtarfile() method was added. The new path and linkpath properties are aliases for the name and linkname attributes in correspondence to the pax naming scheme. The TarFile constructor and classmethods now accept a number of keyword arguments which could only be set as attributes before (e.g. dereference, ignore_zeros). The encoding and pax_headers arguments were added for pax support. There is a new tarinfo keyword argument that allows using subclassed TarInfo objects in TarFile. The boolean TarFile.posix attribute is deprecated, because now three tar formats are supported. Instead, the desired format for writing is specified using the constants USTAR_FORMAT, GNU_FORMAT and PAX_FORMAT as the format keyword argument. This change affects TarInfo.tobuf() as well. The test suite has been heavily reorganized and partially rewritten. A new testtar.tar was added that contains sample data in many formats from 4 different tar programs. Some bugs and quirks that also have been fixed: Directory names do no longer have a trailing slash in TarInfo.name or TarFile.getnames(). Adding the same file twice does not create a hardlink file member. The TarFile constructor does no longer need a name argument. The TarFile._mode attribute was renamed to mode and contains either 'r', 'w' or 'a'.
-
Martin v. Löwis yazdı
email.message.Message.{set_charset,get_content_charset}. Will backport.
-
Georg Brandl yazdı
directory within sys.exec_prefix.
-
Georg Brandl yazdı
pydoc's help keywords.
-
Georg Brandl yazdı
concatenation in robotparser.
-
Georg Brandl yazdı
field names in its exception message if you try to write a record with a dictionary containing fields not in the CSV field names list.
-
Georg Brandl yazdı
OSError if accessing a local file via the file:// protocol fails.
-
Georg Brandl yazdı
-