- 23 Jul, 2011 17 commits
-
-
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
-
Senthil Kumaran authored
merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm.
-
Senthil Kumaran authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Eli Bendersky authored
-
Eli Bendersky authored
Based on original patch by Giampaolo Rodola with contributions from R. David Murray
-
- 22 Jul, 2011 8 commits
-
-
Charles-François Natali authored
releases).
-
Charles-François Natali authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This is related to a21829180423 as well as #12609 and #12610.
-
Benjamin Peterson authored
-
- 21 Jul, 2011 6 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 20 Jul, 2011 5 commits
-
-
Antoine Pitrou authored
to get channel binding data for the current SSL session (only the "tls-unique" channel binding is implemented). This allows the implementation of certain authentication mechanisms such as SCRAM-SHA-1-PLUS. Patch by Jacek Konieczny.
-
R David Murray authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Antoine Pitrou authored
(followup to dfaa3a149a92)
-
- 19 Jul, 2011 4 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth.
-