- 10 Jan, 2012 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Charles-François Natali authored
descriptor (instead of closing it).
-
Senthil Kumaran authored
Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
-
Senthil Kumaran authored
Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
-
- 09 Jan, 2012 11 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
in comparison string that argparse does not add when program name is blank.
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Giampaolo Rodola' authored
provide a common method to check for RETR_DATA validity, first checking the expected len and then the actual data content; this way we get a failure on len mismatch rather than content mismatch (which is very long and unreadable)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 08 Jan, 2012 6 commits
-
-
Charles-François Natali authored
it should on OpenIndiana.
-
Charles-François Natali authored
beginning.
-
Charles-François Natali authored
can be called again on the same open file).
-
Antoine Pitrou authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
- 07 Jan, 2012 8 commits
-
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Charles-François Natali authored
return False when the event was set and cleared right after.
-
Charles-François Natali authored
return False when the event was set and cleared right after.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 06 Jan, 2012 3 commits
-
-
Antoine Pitrou authored
and the source is a symlink, shutil.move() now recreates a symlink on the destination instead of copying the file contents. Patch by Jonathan Niehof and Hynek Schlawack.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 05 Jan, 2012 6 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Lars Gustäbel authored
On platforms that do not support (symbolic) links, tarfile offers a work-around and extracts a link in an archive as the regular file the link is pointing to. On other platforms, this code was accidentally executed even after the link had been successfully extracted which failed due to the already existing link.
-
Lars Gustäbel authored
On platforms that do not support (symbolic) links, tarfile offers a work-around and extracts a link in an archive as the regular file the link is pointing to. On other platforms, this code was accidentally executed even after the link had been successfully extracted which failed due to the already existing link.
-