1. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  2. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  3. df485ca Remove obsolete code: now IOError and WindowsError are aliases for OSError by Andrew Svetlov · 12 years ago
  4. c2c4cb6 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  5. c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  6. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  7. d4b645e Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  8. 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  9. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  10. 8d07c26 Raise our own SubprocessError rather than a RuntimeError in when dealing with by Gregory P. Smith · 12 years ago
  11. 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  12. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  13. 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  14. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  15. f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  16. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  17. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  18. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  19. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  20. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  21. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  22. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  23. 377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. by Andrew Svetlov · 12 years ago
  24. 592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. by Andrew Svetlov · 12 years ago
  25. aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 12 years ago
  26. 949d8c9 Close #14690: Use monotonic clock instead of system clock in the sched, by Victor Stinner · 12 years ago
  27. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  28. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
  29. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  30. b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  31. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  32. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  33. c15c88c Issue #12494: Close pipes and kill process on error in subprocess functions by Victor Stinner · 13 years ago
  34. 558639f Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  35. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  36. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  37. e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  38. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  39. 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  40. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  41. 372b838 (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the by Victor Stinner · 13 years ago
  42. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 13 years ago
  43. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago
  44. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  45. 59fd1bf The _posixsubprocess module is now required on POSIX. by Gregory P. Smith · 13 years ago
  46. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  47. 0ef3e39 normalize whitespace. by Gregory P. Smith · 13 years ago
  48. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  49. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  50. 5d9deaa whitespace fix by Brian Curtin · 13 years ago
  51. b8f8b4e merge by Brian Curtin · 13 years ago
  52. 08fd8d9 merge by Brian Curtin · 13 years ago
  53. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 13 years ago
  54. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 13 years ago
  55. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  56. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  57. 7a8d081 Issue #11757: subprocess ensures that select() and poll() timeout >= 0 by Victor Stinner · 13 years ago
  58. f382ab2 Issue #11692: Remove unnecessary demo functions in subprocess module. by Ross Lagerwall · 13 years ago
  59. 91156ff Fix timeout error message on windows to not be in milliseconds. by Reid Kleckner · 13 years ago
  60. 9a67e6c Fix the Windows timeout code. by Reid Kleckner · 13 years ago
  61. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  62. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  63. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  64. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  65. 1679f4d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  66. 2b228f0 Include the timeout value in TimeoutExpired. by Reid Kleckner · 13 years ago
  67. ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 13 years ago
  68. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  69. b4039aa whitespace fix by Gregory P. Smith · 13 years ago
  70. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 13 years ago
  71. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 13 years ago
  72. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 13 years ago
  73. c998232 In subprocess, wrap pipe fds before launching the child. Hopefully this by Antoine Pitrou · 13 years ago
  74. 47f14ba Un-complicate some code by Antoine Pitrou · 13 years ago
  75. f50a6b6 Merged revisions 87695 via svnmerge from by Antoine Pitrou · 13 years ago
  76. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 13 years ago
  77. 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 14 years ago
  78. b740e76 Merged revisions 87233 via svnmerge from by Gregory P. Smith · 14 years ago
  79. e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 14 years ago
  80. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  81. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  82. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  83. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  84. d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller by Gregory P. Smith · 14 years ago
  85. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  86. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  87. b8bc439 don't shadow globals by Benjamin Peterson · 14 years ago
  88. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  89. 8ffe0bc Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from by Georg Brandl · 14 years ago
  90. 1965136 Adjust #8956 to add the bad signal number to the exception message. by Brian Curtin · 14 years ago
  91. 5c997b8 Fix #8956. ValueError message was only mentioning one signal. by Brian Curtin · 14 years ago
  92. 595c8d3 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 14 years ago
  93. 126c296 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 14 years ago
  94. a0baf55 revert r83831, unix test breakage by Benjamin Peterson · 14 years ago
  95. 1a0a737 revert r83830, breaks tests on unixes by Benjamin Peterson · 14 years ago
  96. 818afb5 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 14 years ago
  97. e3f7616 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 14 years ago
  98. 10215de Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
  99. ad537f2 Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
  100. 8db99c8 Merged revisions 82971 via svnmerge from by Stefan Krah · 14 years ago