- 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 12 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
-
Antoine Pitrou authored
-
- 03 Jan, 2012 9 commits
-
-
Victor Stinner authored
It is faster than the unicode_fill() function which was implemented in formatter_unicode.c.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-