- 09 Jan, 2012 4 commits
-
-
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 8 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.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 04 Jan, 2012 11 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Antoine Pitrou authored
(originally issue #13464: Add a readinto() method to http.client.HTTPResponse)
-
Benjamin Peterson authored
-
Jason R. Coombs authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-