1. 149b1c7 Use a sleep for test_subprocess timeout test by Victor Stinner · 13 years ago
  2. ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 13 years ago
  3. 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 13 years ago
  4. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago
  5. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  6. 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 13 years ago
  7. 8281ba8 follow on to the last commit, remove the final POSIXPurePythonTestCase by Gregory P. Smith · 13 years ago
  8. 59fd1bf The _posixsubprocess module is now required on POSIX. by Gregory P. Smith · 13 years ago
  9. 7439e7b Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  10. c80504f Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  11. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  12. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  13. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 13 years ago
  14. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  15. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  16. 4aeb542 Merge with 3.2 by Ross Lagerwall · 13 years ago
  17. 17ace7a Merge with 3.1 by Ross Lagerwall · 13 years ago
  18. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 13 years ago
  19. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  20. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  21. 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 13 years ago
  22. 961e0e8 revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 13 years ago
  23. e14e9c2 Add unittests demonstrating issue #11432. by Gregory P. Smith · 13 years ago
  24. de3909d merge 141bbcb19c06 by Gregory P. Smith · 13 years ago
  25. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 13 years ago
  26. 6924bd7 Fix whitespace by R David Murray · 13 years ago
  27. 384069c Merge fix for #11490 from 3.1. by R David Murray · 13 years ago
  28. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  29. 1679f4d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  30. da9ac72 Bump up the subprocess timeouts even more. :( by Reid Kleckner · 13 years ago
  31. 2b228f0 Include the timeout value in TimeoutExpired. by Reid Kleckner · 13 years ago
  32. ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 13 years ago
  33. 3b4652e revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 13 years ago
  34. 112bb3a Add unittests demonstrating issue #11432. by Gregory P. Smith · 13 years ago
  35. 58e317b merge 1579808ef25b by Gregory P. Smith · 13 years ago
  36. 93479cc Tweak subprocess test timeouts to satisfy the buildbot. by Reid Kleckner · 13 years ago
  37. 80b92d1 Attempt a larger timeout value to satisfy the buildbots. by Reid Kleckner · 13 years ago
  38. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 13 years ago
  39. 74fb760 Merge whitespace fix from 3.2. by R David Murray · 13 years ago
  40. dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 13 years ago
  41. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 13 years ago
  42. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  43. a47c25d Merged revisions 88484 via svnmerge from by Antoine Pitrou · 13 years ago
  44. ce58dc7 Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due by Antoine Pitrou · 13 years ago
  45. dcdc3b4 Add some more output by Antoine Pitrou · 14 years ago
  46. c43ec08 Temporary debug output for intermittent failures in test_subprocess by Antoine Pitrou · 14 years ago
  47. 95aaeee Add a subprocess test of remapping standard file descriptors (issue #1187). by Antoine Pitrou · 14 years ago
  48. f50a6b6 Merged revisions 87695 via svnmerge from by Antoine Pitrou · 14 years ago
  49. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 14 years ago
  50. faa8c13 test_subprocess: close pipes at the end of test_pipe_cloexec_real_tools() by Victor Stinner · 14 years ago
  51. 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 14 years ago
  52. 773d7df fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 14 years ago
  53. a80f4fb Fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 14 years ago
  54. b740e76 Merged revisions 87233 via svnmerge from by Gregory P. Smith · 14 years ago
  55. e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 14 years ago
  56. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  57. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  58. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  59. b416230 refactor the warning test. by Gregory P. Smith · 14 years ago
  60. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  61. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  62. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  63. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  64. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  65. 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 14 years ago
  66. 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 14 years ago
  67. cc221b2 close some more files by Benjamin Peterson · 14 years ago
  68. f6782ac test_subprocess: use surrogateescape error handler to write shell scripts by Victor Stinner · 14 years ago
  69. 89f3ad1 test_subprocess doesn't need to C locale to test os.environb by Victor Stinner · 14 years ago
  70. ebc78d2 test_subprocess: use C locale to get ascii locale encoding by Victor Stinner · 14 years ago
  71. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  72. a4024e2 Make _kill_process more robust under Windows too (see issue #8432) by Antoine Pitrou · 14 years ago
  73. 4a5dd5c Merged revisions 84909-84913 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 3d8580f Try a more robust implementation of _kill_process by Antoine Pitrou · 14 years ago
  75. 84e751a Try to fix buildbot failure (#9902) by Antoine Pitrou · 14 years ago
  76. fedd481 Try to make signal-sending tests in test_subprocess more robust on slow machines by Antoine Pitrou · 14 years ago
  77. fb8db8f Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot by Antoine Pitrou · 14 years ago
  78. 6fab1f6 Merged revisions 84883 via svnmerge from by Antoine Pitrou · 14 years ago
  79. 8db3027 Issue #9895: speed up test_subprocess by Antoine Pitrou · 14 years ago
  80. f61045f Merged revisions 84878 via svnmerge from by Antoine Pitrou · 14 years ago
  81. 679e0f2 Issue #9894: Do not hardcode ENOENT in test_subprocess. by Antoine Pitrou · 14 years ago
  82. f263c05 Merged revisions 83983 via svnmerge from by Brian Curtin · 14 years ago
  83. d835cf1 Fix #9588. Add sys.executable to two shell=True tests. by Brian Curtin · 14 years ago
  84. 595c8d3 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 14 years ago
  85. 126c296 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 14 years ago
  86. a0baf55 revert r83831, unix test breakage by Benjamin Peterson · 14 years ago
  87. 1a0a737 revert r83830, breaks tests on unixes by Benjamin Peterson · 14 years ago
  88. 818afb5 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 14 years ago
  89. e3f7616 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 14 years ago
  90. 40b3744 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 14 years ago
  91. af5ac39 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 14 years ago
  92. 62f68ed Factor out stripping of interpreter debug output in test.support.strip_python_stderr() by Antoine Pitrou · 14 years ago
  93. d7eb3a8 Merged revisions 83067 via svnmerge from by Ronald Oussoren · 14 years ago
  94. 102d11a Workaround for issue 4047: in some configurations of by Ronald Oussoren · 14 years ago
  95. 8db99c8 Merged revisions 82971 via svnmerge from by Stefan Krah · 14 years ago
  96. 9542cc6 Issue #9265: Incorrect name passed as arg[0] when shell=True by Stefan Krah · 14 years ago
  97. 2323d20 Merged revisions 82076 via svnmerge from by Jean-Paul Calderone · 14 years ago
  98. 1ddd407 Merged revisions 82075 via svnmerge from by Jean-Paul Calderone · 14 years ago
  99. 86c73bf Issue #8780: Only backport the new test, the fix is not needed by Victor Stinner · 14 years ago
  100. b369358 Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows by Victor Stinner · 14 years ago