1. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  2. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 13 years ago
  3. 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 14 years ago
  4. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 14 years ago
  5. b870aa1 we're always going to have gc by Benjamin Peterson · 14 years ago
  6. 964561b you can't get resource.error if you can't import resource by Benjamin Peterson · 14 years ago
  7. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 14 years ago
  8. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 14 years ago
  9. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  10. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  11. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 14 years ago
  12. 1848db8 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
  13. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  14. 62d5118 Issue #12383: skip test_empty_env() of subprocess on Windows by Victor Stinner · 14 years ago
  15. 237e5cb Issue #12383: fix test_empty_env() of subprocess on Mac OS X by Victor Stinner · 14 years ago
  16. 372309a Issue #12383: skip test_empty_env() if compiled is compiled in shared mode by Victor Stinner · 14 years ago
  17. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 14 years ago
  18. 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 14 years ago
  19. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  20. 7439e7b Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 14 years ago
  21. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 14 years ago
  22. 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
  23. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  24. 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
  25. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  26. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  27. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  28. 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 14 years ago
  29. 961e0e8 revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 14 years ago
  30. e14e9c2 Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
  31. de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
  32. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
  33. 6924bd7 Fix whitespace by R David Murray · 14 years ago
  34. 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
  35. d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  36. a47c25d Merged revisions 88484 via svnmerge from by Antoine Pitrou · 14 years ago
  37. dcdc3b4 Add some more output by Antoine Pitrou · 15 years ago
  38. c43ec08 Temporary debug output for intermittent failures in test_subprocess by Antoine Pitrou · 15 years ago
  39. 95aaeee Add a subprocess test of remapping standard file descriptors (issue #1187). by Antoine Pitrou · 15 years ago
  40. f50a6b6 Merged revisions 87695 via svnmerge from by Antoine Pitrou · 15 years ago
  41. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 15 years ago
  42. faa8c13 test_subprocess: close pipes at the end of test_pipe_cloexec_real_tools() by Victor Stinner · 15 years ago
  43. 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 15 years ago
  44. 773d7df fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 15 years ago
  45. a80f4fb Fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 15 years ago
  46. b740e76 Merged revisions 87233 via svnmerge from by Gregory P. Smith · 15 years ago
  47. e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 15 years ago
  48. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 15 years ago
  49. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 15 years ago
  50. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 15 years ago
  51. b416230 refactor the warning test. by Gregory P. Smith · 15 years ago
  52. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 15 years ago
  53. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 15 years ago
  54. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  55. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  56. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 15 years ago
  57. 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 15 years ago
  58. 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 15 years ago
  59. cc221b2 close some more files by Benjamin Peterson · 15 years ago
  60. f6782ac test_subprocess: use surrogateescape error handler to write shell scripts by Victor Stinner · 15 years ago
  61. 89f3ad1 test_subprocess doesn't need to C locale to test os.environb by Victor Stinner · 15 years ago
  62. ebc78d2 test_subprocess: use C locale to get ascii locale encoding by Victor Stinner · 15 years ago
  63. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 15 years ago
  64. a4024e2 Make _kill_process more robust under Windows too (see issue #8432) by Antoine Pitrou · 15 years ago
  65. 4a5dd5c Merged revisions 84909-84913 via svnmerge from by Antoine Pitrou · 15 years ago
  66. 3d8580f Try a more robust implementation of _kill_process by Antoine Pitrou · 15 years ago
  67. 84e751a Try to fix buildbot failure (#9902) by Antoine Pitrou · 15 years ago
  68. fedd481 Try to make signal-sending tests in test_subprocess more robust on slow machines by Antoine Pitrou · 15 years ago
  69. fb8db8f Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot by Antoine Pitrou · 15 years ago
  70. 6fab1f6 Merged revisions 84883 via svnmerge from by Antoine Pitrou · 15 years ago
  71. 8db3027 Issue #9895: speed up test_subprocess by Antoine Pitrou · 15 years ago
  72. f61045f Merged revisions 84878 via svnmerge from by Antoine Pitrou · 15 years ago
  73. 679e0f2 Issue #9894: Do not hardcode ENOENT in test_subprocess. by Antoine Pitrou · 15 years ago
  74. f263c05 Merged revisions 83983 via svnmerge from by Brian Curtin · 15 years ago
  75. d835cf1 Fix #9588. Add sys.executable to two shell=True tests. by Brian Curtin · 15 years ago
  76. 595c8d3 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 15 years ago
  77. 126c296 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 15 years ago
  78. a0baf55 revert r83831, unix test breakage by Benjamin Peterson · 15 years ago
  79. 1a0a737 revert r83830, breaks tests on unixes by Benjamin Peterson · 15 years ago
  80. 818afb5 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 15 years ago
  81. e3f7616 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 15 years ago
  82. 40b3744 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 15 years ago
  83. af5ac39 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 15 years ago
  84. 62f68ed Factor out stripping of interpreter debug output in test.support.strip_python_stderr() by Antoine Pitrou · 15 years ago
  85. d7eb3a8 Merged revisions 83067 via svnmerge from by Ronald Oussoren · 15 years ago
  86. 102d11a Workaround for issue 4047: in some configurations of by Ronald Oussoren · 15 years ago
  87. 8db99c8 Merged revisions 82971 via svnmerge from by Stefan Krah · 15 years ago
  88. 9542cc6 Issue #9265: Incorrect name passed as arg[0] when shell=True by Stefan Krah · 15 years ago
  89. 2323d20 Merged revisions 82076 via svnmerge from by Jean-Paul Calderone · 15 years ago
  90. 1ddd407 Merged revisions 82075 via svnmerge from by Jean-Paul Calderone · 15 years ago
  91. 86c73bf Issue #8780: Only backport the new test, the fix is not needed by Victor Stinner · 15 years ago
  92. b369358 Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows by Victor Stinner · 15 years ago
  93. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 15 years ago
  94. 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 15 years ago
  95. 097d1b7 test_subprocess: test_undecodable_env() is specific to POSIX system by Victor Stinner · 15 years ago
  96. a27dcb7 Merged revisions 80421,80424 via svnmerge from by Victor Stinner · 15 years ago
  97. ce2d24d Fix test_undecodable_env of test_subproces for non-ASCII directory by Victor Stinner · 15 years ago
  98. 13bb71c Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and by Victor Stinner · 15 years ago
  99. 4d07804 Issue #8467: Pure Python implementation of subprocess encodes the error message by Victor Stinner · 15 years ago
  100. c049d87 Merged revisions 79344,79346,79350 via svnmerge from by Florent Xicluna · 15 years ago