- 17 Nov, 2012 2 commits
- 16 Nov, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 15 Nov, 2012 2 commits
-
-
Richard Oudkerk authored
-
Andrew Svetlov authored
Patch by Manuel Pégourié-Gonnard
-
- 14 Nov, 2012 5 commits
-
-
Philip Jenvey authored
-
Philip Jenvey authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Vinay Sajip authored
-
- 13 Nov, 2012 2 commits
-
-
Philip Jenvey authored
-
Philip Jenvey authored
-
- 12 Nov, 2012 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
-
Victor Stinner authored
-
- 11 Nov, 2012 23 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also add tests for ordering and hashing.
-
Antoine Pitrou authored
Also add tests for ordering and hashing.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Nadeem Vawda authored
Patch by Brian Brazil.
-
Nadeem Vawda authored
Patch by Brian Brazil.
-
Gregory P. Smith authored
child subprocess.PIPE parent file descriptors on child error prior to exec(). This would lead to race conditions in multithreaded programs where another thread opened a file reusing the fd which was then closed out from beneath it by the errant second close.
-
Gregory P. Smith authored
child subprocess.PIPE parent file descriptors on child error prior to exec(). This would lead to race conditions in multithreaded programs where another thread opened a file reusing the fd which was then closed out from beneath it by the errant second close.
-
Gregory P. Smith authored
all together and just include the repr of the data in the exception itself instead of the useless string "Unknown". This code path is unlikely to even be possible to take given the nature of the pipe it gets subprocess data from.
-
Gregory P. Smith authored
all together and just include the repr of the data in the exception itself instead of the useless string "Unknown". This code path is unlikely to even be possible to take given the nature of the pipe it gets subprocess data from.
-
Gregory P. Smith authored
happen" print() call into a RuntimeWarning as it should've been in the first place. Because nothing should ever cause unexpected stdout output.
-
Gregory P. Smith authored
happen" print() call into a RuntimeWarning as it should've been in the first place. Because nothing should ever cause unexpected stdout output.
-
Gregory P. Smith authored
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith authored
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
when not expected in subprocess.Popen.wait().
-
Gregory P. Smith authored
not expected in subprocess.Popen.wait().
-
Gregory P. Smith authored
yet handled by Python to not persist after os.fork() in the child process.
-
Gregory P. Smith authored
yet handled by Python to not persist after os.fork() in the child process.
-