- 27 Jul, 2011 4 commits
-
-
Ned Deily authored
when opening a long file. With Tk 8.5, the first line was hidden.
-
Ned Deily authored
when opening a long file. With Tk 8.5, the first line was hidden.
-
Senthil Kumaran authored
merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
-
Senthil Kumaran authored
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
-
- 26 Jul, 2011 13 commits
-
-
Antoine Pitrou authored
(I had the wrong impression that the problem didn't exist here)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ned Deily authored
link file name.
-
Ned Deily authored
link file name.
-
Jason R. Coombs authored
Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files.
-
Jason R. Coombs authored
reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
-
Jason R. Coombs authored
reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
- 25 Jul, 2011 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Charles-François Natali authored
Patrick Sabin.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
with mmap. Patch by Steffen Daode Nurpmeso.
-
- 24 Jul, 2011 5 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Antoine Pitrou authored
(not a problem under 3.x)
-
Antoine Pitrou authored
(not a problem under 3.x)
-
Antoine Pitrou authored
-
- 23 Jul, 2011 13 commits
-
-
Antoine Pitrou authored
running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess.
-
Antoine Pitrou authored
running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess.
-
Antoine Pitrou authored
module: the piped streams can now be properly read from or written to.
-
Antoine Pitrou authored
module: the piped streams can now be properly read from or written to. (this was broken due to the 2.x to 3.x transition; communicate() support is still sketchy)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
a read1() method), and add a *write_through* parameter to mandate unbuffered writes.
-
Antoine Pitrou authored
a read1() method), and add an undocumented *write_through* parameter to mandate unbuffered writes.
-
Charles-François Natali authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
* ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner.
-
Nadeem Vawda authored
* ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner.
-
Eli Bendersky authored
-