- 18 Aug, 2009 9 commits
-
-
Guilherme Polo authored
-
Skip Montanaro authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed
-
- 17 Aug, 2009 5 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
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 authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
- 16 Aug, 2009 5 commits
-
-
Gregory P. Smith authored
-
Frank Wierzbicki authored
-
Gregory P. Smith authored
-
Guilherme Polo authored
-
Guilherme Polo authored
-
- 15 Aug, 2009 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
Patch from Frank Wierzbicki.
-
Gregory P. Smith authored
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 authored
-
- 14 Aug, 2009 5 commits
-
-
Guilherme Polo authored
-
Guilherme Polo authored
the xview* and yview* methods.
-
Guilherme Polo authored
-
Guilherme Polo authored
-
Vinay Sajip authored
-
- 13 Aug, 2009 5 commits
-
-
Brett Cannon authored
tokenizing step. Thanks to Ivan Krstić for the patch.
-
Gregory P. Smith authored
properly handles EINTR within the read, readline, write & flush methods. The socket.sendall() method now properly handles interrupted system calls.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 12 Aug, 2009 1 commit
-
-
Gregory P. Smith authored
-
- 06 Aug, 2009 5 commits
-
-
Antoine Pitrou authored
occur when writing to a BufferedRandom object (e.g. a file opened in "rb+" or "wb+" mode) after having buffered a certain amount of data for reading. This bug was not present in the pure Python implementation. Yes, this is a serious issue.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Jesse Noller authored
-