- 24 Mar, 2013 1 commit
-
-
Ezio Melotti authored
-
- 23 Mar, 2013 13 commits
-
-
Gregory P. Smith authored
correctly check for errors on two CreateFileMapping calls.
-
Ezio Melotti authored
-
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.
-
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.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 22 Mar, 2013 5 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
- 21 Mar, 2013 12 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.
-
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.
-
Victor Stinner authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Gregory P. Smith 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.
-
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 9 commits
-
-
doko@ubuntu.com authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Gregory P. Smith authored
ee30400efceb which updated the docstring.
-
Gregory P. Smith authored
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 authored
-