1. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  2. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  3. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  4. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  5. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  6. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  7. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  8. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  9. 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
  10. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  11. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  12. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  13. 2cfb6f3 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 13 years ago
  14. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 13 years ago
  15. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  16. 0ef3e39 normalize whitespace. by Gregory P. Smith · 14 years ago
  17. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 14 years ago
  18. 08fd8d9 merge by Brian Curtin · 14 years ago
  19. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 14 years ago
  20. 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
  21. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  22. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  23. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  24. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  25. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  26. c998232 In subprocess, wrap pipe fds before launching the child. Hopefully this by Antoine Pitrou · 14 years ago
  27. 47f14ba Un-complicate some code by Antoine Pitrou · 14 years ago
  28. f50a6b6 Merged revisions 87695 via svnmerge from by Antoine Pitrou · 14 years ago
  29. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 14 years ago
  30. 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 14 years ago
  31. b740e76 Merged revisions 87233 via svnmerge from by Gregory P. Smith · 14 years ago
  32. e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 14 years ago
  33. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  34. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  35. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  36. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  37. d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller by Gregory P. Smith · 14 years ago
  38. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  39. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  40. b8bc439 don't shadow globals by Benjamin Peterson · 14 years ago
  41. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  42. 8ffe0bc Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from by Georg Brandl · 14 years ago
  43. 1965136 Adjust #8956 to add the bad signal number to the exception message. by Brian Curtin · 14 years ago
  44. 5c997b8 Fix #8956. ValueError message was only mentioning one signal. by Brian Curtin · 14 years ago
  45. 595c8d3 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 14 years ago
  46. 126c296 #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows by Tim Golden · 14 years ago
  47. a0baf55 revert r83831, unix test breakage by Benjamin Peterson · 14 years ago
  48. 1a0a737 revert r83830, breaks tests on unixes by Benjamin Peterson · 14 years ago
  49. 818afb5 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 14 years ago
  50. e3f7616 Issue #2304: Add additional quotes when using cmd shell on Windows. Original patch from Gabriel Genellina by Tim Golden · 14 years ago
  51. 10215de Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
  52. ad537f2 Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
  53. 8db99c8 Merged revisions 82971 via svnmerge from by Stefan Krah · 14 years ago
  54. 9542cc6 Issue #9265: Incorrect name passed as arg[0] when shell=True by Stefan Krah · 14 years ago
  55. 2323d20 Merged revisions 82076 via svnmerge from by Jean-Paul Calderone · 14 years ago
  56. 1ddd407 Merged revisions 82075 via svnmerge from by Jean-Paul Calderone · 14 years ago
  57. b369358 Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows by Victor Stinner · 14 years ago
  58. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 15 years ago
  59. 20f97be Merged revisions 81181 via svnmerge from by Victor Stinner · 15 years ago
  60. c807a61 Merged revisions 81179 via svnmerge from by Victor Stinner · 15 years ago
  61. 1964050 Backport r81155. by Brett Cannon · 15 years ago
  62. 84df1e6 Merged revisions 81154 via svnmerge from by Brett Cannon · 15 years ago
  63. 449c466 Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes by Victor Stinner · 15 years ago
  64. e149166 Merged revisions 80441 via svnmerge from by Brian Curtin · 15 years ago
  65. 1ce6b58 Merged revisions 80439 via svnmerge from by Brian Curtin · 15 years ago
  66. 13bb71c Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and by Victor Stinner · 15 years ago
  67. 4d07804 Issue #8467: Pure Python implementation of subprocess encodes the error message by Victor Stinner · 15 years ago
  68. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 15 years ago
  69. 3b8bfef Fix an oversight in r78946 which causes failure in the subprocess module on Windows. by Florent Xicluna · 15 years ago
  70. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
  71. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
  72. 4886d24 Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from by Florent Xicluna · 15 years ago
  73. 3fff44d Merged revisions 78524 via svnmerge from by Gregory P. Smith · 15 years ago
  74. a59c59f Merged revisions 78523 via svnmerge from by Gregory P. Smith · 15 years ago
  75. 127d470 Recorded merge of revisions 77086 via svnmerge from by Georg Brandl · 15 years ago
  76. 2708f3a Recorded merge of revisions 76925 via svnmerge from by Georg Brandl · 15 years ago
  77. 536d299 Merged revisions 76170 via svnmerge from by Eric Smith · 15 years ago
  78. 3c573af Merged revisions 76168 via svnmerge from by Eric Smith · 15 years ago
  79. 10d2952 Merged revisions 73917 via svnmerge from by Gregory P. Smith · 15 years ago
  80. a85ee5c Recorded merge of revisions 74057 via svnmerge from by Georg Brandl · 15 years ago
  81. ae83d6e Merged revisions 73833,73838,73850-73852,73856-73857 via svnmerge from by Georg Brandl · 15 years ago
  82. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  83. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  84. d06fa47 Merged revisions 73825-73826 via svnmerge from by Gregory P. Smith · 15 years ago
  85. 10706e2 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  86. 0c98817 Merged revisions 70137 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  87. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  88. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 821d0f8 no 2.3 compat in the py3k lib #3676 by Benjamin Peterson · 16 years ago
  90. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  91. 632e036 fix set_daemon usage in subprocess by Benjamin Peterson · 16 years ago
  92. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  93. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  94. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  95. 2d9a086 fix more threading API usage by Benjamin Peterson · 16 years ago
  96. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  97. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  98. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 17 years ago
  99. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  100. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago