- 20 Mar, 2013 1 kayıt (commit)
-
-
Michael Foord yazdı
-
- 19 Mar, 2013 39 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Terry Jan Reedy yazdı
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Senthil Kumaran yazdı
#17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms.
-
Kristján Valur Jónsson yazdı
Structured Exception Handling on windows.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
R David Murray yazdı
I have no idea how one would write a test for this. Patch by July Tikhonov.
-
R David Murray yazdı
I have no idea how one would write a test for this. Patch by July Tikhonov.
-
R David Murray yazdı
I have no idea how one would write a test for this. Patch by July Tikhonov.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
R David Murray yazdı
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.
-
R David Murray yazdı
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.
-