- 23 Mar, 2013 10 kayıt (commit)
-
-
Gregory P. Smith yazdı
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.
-
Gregory P. Smith yazdı
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.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 22 Mar, 2013 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
- 21 Mar, 2013 12 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.
-
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.
-
Victor Stinner yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Gregory P. Smith 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.
-
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 10 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Gregory P. Smith yazdı
ee30400efceb which updated the docstring.
-
Gregory P. Smith yazdı
tests that depend on filling up an OS pipe so that they work properly on systems configured with large pipe buffers.
-
-
Kristján Valur Jónsson yazdı
-
Senthil Kumaran yazdı
-
- 19 Mar, 2013 3 kayıt (commit)
-
-
Senthil Kumaran 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
-