- 06 Apr, 2013 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 04 Apr, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 02 Apr, 2013 1 commit
-
-
Georg Brandl authored
-
- 30 Mar, 2013 1 commit
-
-
Martin v. Löwis authored
-
- 28 Mar, 2013 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
- 27 Mar, 2013 1 commit
-
-
Ezio Melotti authored
-
- 26 Mar, 2013 2 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
- 25 Mar, 2013 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 24 Mar, 2013 1 commit
-
-
Martin v. Loewis authored
-
- 23 Mar, 2013 8 commits
-
-
Ezio Melotti authored
-
Gregory P. Smith authored
from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 22 Mar, 2013 2 commits
-
-
Gregory P. Smith authored
-
Vinay Sajip authored
-
- 21 Mar, 2013 5 commits
-
-
doko@ubuntu.com authored
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-
R David Murray authored
-
R David Murray authored
-
Gregory P. Smith authored
available when configured at compile time.
-
R David Murray authored
This is a partial fix to the issue of servers disconnecting unexpectedly; in this case the 421 says they are disconnecting, so we close the socket and return the 421 in the appropriate error context. Original patch by Mark Sapiro, updated by Kushal Das, with additional tests by me.
-
- 20 Mar, 2013 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 19 Mar, 2013 9 commits
-
-
Senthil Kumaran authored
#17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak
-
Kristján Valur Jónsson authored
-
Gregory P. Smith authored
-
Kristján Valur Jónsson authored
Structured Exception Handling on windows.
-
R David Murray authored
-
Gregory P. Smith authored
-
Senthil Kumaran authored
-
R David Murray authored
I have no idea how one would write a test for this. Patch by July Tikhonov.
-
R David Murray authored
In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure.
-