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