1. a5e881d Closes #23234: Refactor subprocess by Victor Stinner · 9 years ago
  2. 6e311aa Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  3. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  4. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  5. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  6. 7be74cf Remove the obsolete MAXFD constant and Popen._close_fds() method. by Gregory P. Smith · 10 years ago
  7. b218863 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 10 years ago
  8. d65ba51 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 10 years ago
  9. 4f7b0c3 #10481: describe universal_newlines' effect on communicate()/check_output() output (alternately bytes or strings) by Andrew Kuchling · 10 years ago
  10. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  11. 605765f merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  12. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 10 years ago
  13. 5f47ac2 (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now by Victor Stinner · 10 years ago
  14. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 10 years ago
  15. 580e007 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 10 years ago
  16. 72e7761 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 10 years ago
  17. 7b83b18 Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  18. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  19. 5ca129b Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  20. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  21. 53dd816 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  22. 54532c9 Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  23. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  24. 1c27e3c Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  25. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  26. acea823 Remove outdated comment by Tim Golden · 11 years ago
  27. fc0cad8b Remove outdated comment by Tim Golden · 11 years ago
  28. 3a4586a Issue #18923: Update subprocess to use the new selectors module. by Charles-François Natali · 11 years ago
  29. 6079814 Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. by Tim Golden · 11 years ago
  30. ab7211f Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  31. e004175 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  32. ac1a248 Close #19284: Handle -R properly in flag helper by Nick Coghlan · 11 years ago
  33. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  34. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  35. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  36. 5f8e785 (3.3->default) Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  37. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  38. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  39. 22ba31a Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 11 years ago
  40. b5461b9 Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 11 years ago
  41. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  42. fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 11 years ago
  43. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  44. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  45. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  46. e25df59 merge by Gregory P. Smith · 11 years ago
  47. 74b2404 merge by Gregory P. Smith · 11 years ago
  48. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  49. 016b9e3 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 11 years ago
  50. 91110f5 Use a larger amount of data for tests such as the interrupted_write by Gregory P. Smith · 11 years ago
  51. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 11 years ago
  52. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  53. 1d960fe Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  54. 5b187ce Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  55. 08bab07 Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  56. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 12 years ago
  57. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  58. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  59. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  60. df485ca Remove obsolete code: now IOError and WindowsError are aliases for OSError by Andrew Svetlov · 12 years ago
  61. c2c4cb6 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  62. c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  63. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  64. d4b645e Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  65. 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  66. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  67. 8d07c26 Raise our own SubprocessError rather than a RuntimeError in when dealing with by Gregory P. Smith · 12 years ago
  68. 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  69. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  70. 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  71. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  72. f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  73. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  74. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  75. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  76. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  77. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  78. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  79. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  80. 377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. by Andrew Svetlov · 12 years ago
  81. 592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. by Andrew Svetlov · 12 years ago
  82. aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 12 years ago
  83. 949d8c9 Close #14690: Use monotonic clock instead of system clock in the sched, by Victor Stinner · 12 years ago
  84. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  85. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
  86. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  87. 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
  88. 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
  89. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  90. c15c88c Issue #12494: Close pipes and kill process on error in subprocess functions by Victor Stinner · 13 years ago
  91. 558639f Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  92. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  93. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  94. e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  95. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  96. 5b1261d (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  97. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  98. 372b838 (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the by Victor Stinner · 13 years ago
  99. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 13 years ago
  100. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago