- 74adbaa Merge: Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 14 years ago
- 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 14 years ago
- 2736c5d Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 14 years ago
- 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 14 years ago
- c07f3be merge 3.2 by Benjamin Peterson · 14 years ago
- 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
- 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 14 years ago
- d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
- e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
- ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
- 5351a1f (merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
- 1848db8 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
- 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
- 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
- 8153b7a (merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows by Victor Stinner · 14 years ago
- 62d5118 Issue #12383: skip test_empty_env() of subprocess on Windows by Victor Stinner · 14 years ago
- c0a9f75 (merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X by Victor Stinner · 14 years ago
- 237e5cb Issue #12383: fix test_empty_env() of subprocess on Mac OS X by Victor Stinner · 14 years ago
- 11cc475 (merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in by Victor Stinner · 14 years ago
- 372309a Issue #12383: skip test_empty_env() if compiled is compiled in shared mode by Victor Stinner · 14 years ago
- 372b838 (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the by Victor Stinner · 14 years ago
- f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 14 years ago
- 149b1c7 Use a sleep for test_subprocess timeout test by Victor Stinner · 14 years ago
- ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 14 years ago
- 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 14 years ago
- 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 14 years ago
- 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
- 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 14 years ago
- 8281ba8 follow on to the last commit, remove the final POSIXPurePythonTestCase by Gregory P. Smith · 14 years ago
- 59fd1bf The _posixsubprocess module is now required on POSIX. by Gregory P. Smith · 14 years ago
- 7439e7b Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 14 years ago
- c80504f Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 14 years ago
- c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 14 years ago
- 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 14 years ago
- 0b9ea93 Merge with 3.2 by Ross Lagerwall · 14 years ago
- 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
- 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
- 4aeb542 Merge with 3.2 by Ross Lagerwall · 14 years ago
- 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
- b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
- 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
- 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
- 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 14 years ago
- 961e0e8 revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 14 years ago
- e14e9c2 Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
- de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
- 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
- 6924bd7 Fix whitespace by R David Murray · 14 years ago
- 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
- d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
- 1679f4d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
- da9ac72 Bump up the subprocess timeouts even more. :( by Reid Kleckner · 14 years ago
- 2b228f0 Include the timeout value in TimeoutExpired. by Reid Kleckner · 14 years ago
- ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 14 years ago
- 3b4652e revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 14 years ago
- 112bb3a Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
- 58e317b merge 1579808ef25b by Gregory P. Smith · 14 years ago
- 93479cc Tweak subprocess test timeouts to satisfy the buildbot. by Reid Kleckner · 14 years ago
- 80b92d1 Attempt a larger timeout value to satisfy the buildbots. by Reid Kleckner · 14 years ago
- 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
- 74fb760 Merge whitespace fix from 3.2. by R David Murray · 14 years ago
- dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 14 years ago
- 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 14 years ago
- 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
- a47c25d Merged revisions 88484 via svnmerge from by Antoine Pitrou · 14 years ago
- ce58dc7 Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due by Antoine Pitrou · 14 years ago
- dcdc3b4 Add some more output by Antoine Pitrou · 14 years ago
- c43ec08 Temporary debug output for intermittent failures in test_subprocess by Antoine Pitrou · 14 years ago
- 95aaeee Add a subprocess test of remapping standard file descriptors (issue #1187). by Antoine Pitrou · 14 years ago
- f50a6b6 Merged revisions 87695 via svnmerge from by Antoine Pitrou · 14 years ago
- c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 14 years ago
- faa8c13 test_subprocess: close pipes at the end of test_pipe_cloexec_real_tools() by Victor Stinner · 14 years ago
- 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 14 years ago
- 773d7df fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 15 years ago
- a80f4fb Fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 15 years ago
- b740e76 Merged revisions 87233 via svnmerge from by Gregory P. Smith · 15 years ago
- e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 15 years ago
- 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 15 years ago
- 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 15 years ago
- f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 15 years ago
- b416230 refactor the warning test. by Gregory P. Smith · 15 years ago
- d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 15 years ago
- 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 15 years ago
- 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
- b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
- 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 15 years ago
- 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 15 years ago
- 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 15 years ago
- cc221b2 close some more files by Benjamin Peterson · 15 years ago
- f6782ac test_subprocess: use surrogateescape error handler to write shell scripts by Victor Stinner · 15 years ago
- 89f3ad1 test_subprocess doesn't need to C locale to test os.environb by Victor Stinner · 15 years ago
- ebc78d2 test_subprocess: use C locale to get ascii locale encoding by Victor Stinner · 15 years ago
- 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 15 years ago
- a4024e2 Make _kill_process more robust under Windows too (see issue #8432) by Antoine Pitrou · 15 years ago
- 4a5dd5c Merged revisions 84909-84913 via svnmerge from by Antoine Pitrou · 15 years ago
- 3d8580f Try a more robust implementation of _kill_process by Antoine Pitrou · 15 years ago
- 84e751a Try to fix buildbot failure (#9902) by Antoine Pitrou · 15 years ago
- fedd481 Try to make signal-sending tests in test_subprocess more robust on slow machines by Antoine Pitrou · 15 years ago
- fb8db8f Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot by Antoine Pitrou · 15 years ago
- 6fab1f6 Merged revisions 84883 via svnmerge from by Antoine Pitrou · 15 years ago