1. 9542cc6 Issue #9265: Incorrect name passed as arg[0] when shell=True by Stefan Krah · 14 years ago
  2. 1ddd407 Merged revisions 82075 via svnmerge from by Jean-Paul Calderone · 14 years ago
  3. b369358 Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows by Victor Stinner · 14 years ago
  4. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  5. c807a61 Merged revisions 81179 via svnmerge from by Victor Stinner · 14 years ago
  6. 84df1e6 Merged revisions 81154 via svnmerge from by Brett Cannon · 14 years ago
  7. 449c466 Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes by Victor Stinner · 14 years ago
  8. 1ce6b58 Merged revisions 80439 via svnmerge from by Brian Curtin · 14 years ago
  9. 13bb71c Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and by Victor Stinner · 14 years ago
  10. 4d07804 Issue #8467: Pure Python implementation of subprocess encodes the error message by Victor Stinner · 14 years ago
  11. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 14 years ago
  12. 3b8bfef Fix an oversight in r78946 which causes failure in the subprocess module on Windows. by Florent Xicluna · 14 years ago
  13. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  14. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 14 years ago
  15. 4886d24 Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from by Florent Xicluna · 14 years ago
  16. a59c59f Merged revisions 78523 via svnmerge from by Gregory P. Smith · 14 years ago
  17. 127d470 Recorded merge of revisions 77086 via svnmerge from by Georg Brandl · 15 years ago
  18. 2708f3a Recorded merge of revisions 76925 via svnmerge from by Georg Brandl · 15 years ago
  19. 3c573af Merged revisions 76168 via svnmerge from by Eric Smith · 15 years ago
  20. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  21. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  22. d06fa47 Merged revisions 73825-73826 via svnmerge from by Gregory P. Smith · 15 years ago
  23. 10706e2 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  24. 0c98817 Merged revisions 70137 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  25. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  26. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 821d0f8 no 2.3 compat in the py3k lib #3676 by Benjamin Peterson · 16 years ago
  28. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  29. 632e036 fix set_daemon usage in subprocess by Benjamin Peterson · 16 years ago
  30. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  31. 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
  32. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  33. 2d9a086 fix more threading API usage by Benjamin Peterson · 16 years ago
  34. 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
  35. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  36. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  37. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  38. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  39. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  40. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  41. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  42. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  43. bb839ef More str/bytes goodness. by Guido van Rossum · 17 years ago
  44. 46a05a7 The bufsize argument to Popen() should accept None meaning the default (0). by Guido van Rossum · 17 years ago
  45. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  46. fa0054a Make test_subprocess work. Fix universal newlines in io.py. by Guido van Rossum · 17 years ago
  47. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  48. c9e363c Make test_subprocess pass. The subprocess module now reads and writes by Guido van Rossum · 17 years ago
  49. af2362a Make test_sys pass. by Guido van Rossum · 17 years ago
  50. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  51. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  52. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  53. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  54. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  55. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  56. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  57. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  58. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  59. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  60. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  61. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  62. b5d47ef Fix another comparison between None and 0. by Guido van Rossum · 18 years ago
  63. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  64. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  65. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  66. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  67. d910855 Remove apply() by Neal Norwitz · 18 years ago
  68. 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 19 years ago
  69. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  70. 7e78ade Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 19 years ago
  71. 23109f0 Optimization for communicate(): If only one of stdin/stdout/stderr is by Peter Astrand · 19 years ago
  72. c26516b Made the module compatible with Python 2.2 again. by Peter Astrand · 19 years ago
  73. 69bf13f Added copyright notice: Licensed to PSF under a Contributor Agreement. by Peter Astrand · 20 years ago
  74. d38ddf4 Patch from Leandro Lucarella: replaced: by Peter Astrand · 20 years ago
  75. f715366 Reduce the usage of the types module. by Raymond Hettinger · 20 years ago
  76. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 20 years ago
  77. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  78. 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 20 years ago
  79. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 20 years ago
  80. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 20 years ago
  81. c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 20 years ago
  82. 837dd93 Fix docstring formatting of escape sequences. by Raymond Hettinger · 20 years ago
  83. 15aaacc return codes are available on all platforms, not just on Unix by Fredrik Lundh · 20 years ago
  84. 3e73a01 Replace dynamic try/except with "if 0", to keep py2exe happy. If you by Fredrik Lundh · 20 years ago
  85. e8374a5 Folded long lines. by Tim Peters · 20 years ago
  86. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  87. 51ee66e Typo fix by Andrew M. Kuchling · 20 years ago
  88. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago