- 19 Mar, 2013 33 commits
-
-
doko@ubuntu.com authored
-
Senthil Kumaran authored
-
Senthil Kumaran 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
I have no idea how one would write a test for this. Patch by July Tikhonov.
-
R David Murray authored
I have no idea how one would write a test for this. Patch by July Tikhonov.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
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.
-
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.
-
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.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
R David Murray authored
This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
-
R David Murray authored
This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
Patch by Matt Bachmann.
-
Senthil Kumaran authored
-
Michael Foord authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 18 Mar, 2013 7 commits
-
-
Benjamin Peterson authored
-
Michael Foord authored
-
Michael Foord authored
-
R David Murray authored
Patch by Ned Jackson Lovely based on a suggestion by Robert Pyle.
-
Senthil Kumaran authored
DeprecationWarning being issued from 3.2 onwards.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-