- 23 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Agu, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
- 20 Agu, 2009 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Tarek Ziadé yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
- 19 Agu, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
We do not need to force a close when using socket buffering on a httplib.HTTPRequest as the library does not support streaming requests so there should never been extra data beyond the end of the current request to have left over in the requests socket buffer. see http://bugs.python.org/issue6724
-
- 18 Agu, 2009 10 kayıt (commit)
-
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Skip Montanaro yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed
-
- 17 Agu, 2009 5 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore
-
R. David Murray yazdı
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
-
- 16 Agu, 2009 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Frank Wierzbicki yazdı
-
Gregory P. Smith yazdı
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
- 15 Agu, 2009 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
Patch from Frank Wierzbicki.
-
Gregory P. Smith yazdı
buffering=True as our buffered data is not known to the HTTPConnection and may contain data needed by a future request if the connection were left open. See http://bugs.python.org/issue2576 and http://bugs.python.org/issue4879.
-
Benjamin Peterson yazdı
-
- 14 Agu, 2009 5 kayıt (commit)
-
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
the xview* and yview* methods.
-
Guilherme Polo yazdı
-
Guilherme Polo yazdı
-
Vinay Sajip yazdı
-
- 13 Agu, 2009 2 kayıt (commit)
-
-
Brett Cannon yazdı
tokenizing step. Thanks to Ivan Krstić for the patch.
-
Gregory P. Smith yazdı
properly handles EINTR within the read, readline, write & flush methods. The socket.sendall() method now properly handles interrupted system calls.
-