- 22 Mar, 2013 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Vinay Sajip yazdı
-
- 21 Mar, 2013 5 kayıt (commit)
-
-
doko@ubuntu.com yazdı
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 yazdı
-
R David Murray yazdı
-
Gregory P. Smith yazdı
available when configured at compile time.
-
R David Murray yazdı
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 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 19 Mar, 2013 13 kayıt (commit)
-
-
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ı
-
Gregory P. Smith yazdı
-
Kristján Valur Jónsson yazdı
Structured Exception Handling on windows.
-
R David Murray yazdı
-
Gregory P. Smith 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ı
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 yazdı
-
Senthil Kumaran yazdı
-
R David Murray yazdı
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.
-
Gregory P. Smith yazdı
specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms.
-
- 18 Mar, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
Patch by Rafael Santos.
-
R David Murray yazdı
Original patch by Kushal Das.
-
- 17 Mar, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
the sentence referred to. Make other minor edits to improve flow.
-
- 16 Mar, 2013 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
caching of compiled regular expressions.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Ezio Melotti yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
R David Murray yazdı
Initial patch contributed by Edmond Burnett.
-
- 15 Mar, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 14 Mar, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
-
Terry Jan Reedy yazdı
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or from PyPI), but this is better than always failing. Patch from Zachary Ware.
-
- 13 Mar, 2013 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-