1. bf1d4b6 Issue #24420: Fix documentation regression introduced by f0a00ee094ff. by Berker Peksag · 9 years ago
  2. ef9ffcb properly wrap by Benjamin Peterson · 9 years ago
  3. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 9 years ago
  4. 395c734 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  5. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  6. 6e311aa Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  7. afe8d06 Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering. by Antoine Pitrou · 10 years ago
  8. 37f524f Merge: #21347: use string not list in shell=True example. by R David Murray · 10 years ago
  9. ae9d193 #21347: use string not list in shell=True example. by R David Murray · 10 years ago
  10. 3a17e21 merge from 3.4 - clean up the subprocess docs warning-soup and s/Unix/POSIX/. by Gregory P. Smith · 10 years ago
  11. 8e0aa05 Change all references to Unix to POSIX in the subprocess docs. It's by Gregory P. Smith · 10 years ago
  12. 6436cba Remove the warning-soup from the subprocess documentation by adding by Gregory P. Smith · 10 years ago
  13. 30a6df5 Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  14. d8ea56d Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  15. 024c5ee Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  16. 4f7b0c3 #10481: describe universal_newlines' effect on communicate()/check_output() output (alternately bytes or strings) by Andrew Kuchling · 10 years ago
  17. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  18. 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  19. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 10 years ago
  20. 605765f merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  21. 48b6b70 #10197: Update get[status]output versionchanged with actual version. by R David Murray · 10 years ago
  22. 95b696a #10197: Update get[status]output versionchanged with actual version. by R David Murray · 10 years ago
  23. 0717124 subprocess.Popen.wait doc: mention asyncio to avoid busy loop by Victor Stinner · 10 years ago
  24. bbe3335 Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. by Gregory P. Smith · 10 years ago
  25. 3c16c1d merge 3.3 by Benjamin Peterson · 11 years ago
  26. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  27. 9308c42 merge 3.3 by Benjamin Peterson · 11 years ago
  28. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  29. d8af670 merge 3.3 (#17814) by Benjamin Peterson · 11 years ago
  30. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  31. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  32. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  33. 5831882 merge with 3.3 by Georg Brandl · 11 years ago
  34. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  35. d476ab1 merge with 3.3 by Georg Brandl · 11 years ago
  36. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  37. 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
  38. 2964138 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  39. 3a2abb5 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  40. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  41. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  42. 5f8e785 (3.3->default) Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  43. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  44. c17d0c2 (3.3->default) Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  45. a686505 Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  46. fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 11 years ago
  47. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  48. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  49. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  50. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  51. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  52. e25df59 merge by Gregory P. Smith · 11 years ago
  53. 74b2404 merge by Gregory P. Smith · 11 years ago
  54. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  55. 6409989 clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  56. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  57. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 11 years ago
  58. 9d30698 #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is by Tim Golden · 12 years ago
  59. 60e22b9 #10385: merge with 3.2. by Ezio Melotti · 12 years ago
  60. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago
  61. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  62. c3de6d6 Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  63. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  64. 0286052 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  65. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 12 years ago
  66. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  67. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  68. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  69. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  70. a5377ca #15789: merge with 3.2. by Ezio Melotti · 12 years ago
  71. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  72. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  73. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  74. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  75. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  76. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  77. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  78. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  79. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  80. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  81. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  82. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  83. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  84. 335d628 merge with 3.2 by Georg Brandl · 12 years ago
  85. eb25fb7 Fix markup errors. by Georg Brandl · 12 years ago
  86. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  87. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  88. 2d0e48b merge with 3.2 by Sandro Tosi · 13 years ago
  89. c386c1a merge with 3.2 by Sandro Tosi · 13 years ago
  90. 217f05b Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3 by Nick Coghlan · 13 years ago
  91. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 13 years ago
  92. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  93. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 13 years ago
  94. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  95. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  96. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  97. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  98. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  99. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  100. 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago