- 06 Ock, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
- 05 Ock, 2012 8 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Lars Gustäbel yazdı
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 yazdı
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 yazdı
-
Vinay Sajip yazdı
-
- 04 Ock, 2012 12 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
(originally issue #13464: Add a readinto() method to http.client.HTTPResponse)
-
Benjamin Peterson yazdı
-
Jason R. Coombs yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 03 Ock, 2012 17 kayıt (commit)
-
-
Victor Stinner yazdı
It is faster than the unicode_fill() function which was implemented in formatter_unicode.c.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(except when SSLv2 is explicitly asked for).
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
(except when SSLv2 is explicitly asked for).
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Eli Bendersky yazdı
use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented
-