1. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  2. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 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. ae9d193 #21347: use string not list in shell=True example. by R David Murray · 10 years ago
  5. 8e0aa05 Change all references to Unix to POSIX in the subprocess docs. It's by Gregory P. Smith · 10 years ago
  6. 6436cba Remove the warning-soup from the subprocess documentation by adding by Gregory P. Smith · 10 years ago
  7. d8ea56d Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  8. 024c5ee Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  9. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  10. 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  11. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 10 years ago
  12. 95b696a #10197: Update get[status]output versionchanged with actual version. by R David Murray · 10 years ago
  13. 3c16c1d merge 3.3 by Benjamin Peterson · 11 years ago
  14. af69fe2 rm extra whitespace by Benjamin Peterson · 11 years ago
  15. 9308c42 merge 3.3 by Benjamin Peterson · 11 years ago
  16. eacec1c link to builtin open not io.open by Benjamin Peterson · 11 years ago
  17. d8af670 merge 3.3 (#17814) by Benjamin Peterson · 11 years ago
  18. 3d8814e describe type of Popen streams (closes #17814) by Benjamin Peterson · 11 years ago
  19. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  20. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  21. 5831882 merge with 3.3 by Georg Brandl · 11 years ago
  22. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  23. d476ab1 merge with 3.3 by Georg Brandl · 11 years ago
  24. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  25. 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
  26. 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
  27. 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
  28. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  29. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  30. 5f8e785 (3.3->default) Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  31. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  32. c17d0c2 (3.3->default) Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  33. a686505 Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  34. fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 11 years ago
  35. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  36. 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
  37. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  38. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  39. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  40. e25df59 merge by Gregory P. Smith · 11 years ago
  41. 74b2404 merge by Gregory P. Smith · 11 years ago
  42. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  43. 6409989 clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  44. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  45. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 12 years ago
  46. 9d30698 #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is by Tim Golden · 12 years ago
  47. 60e22b9 #10385: merge with 3.2. by Ezio Melotti · 12 years ago
  48. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago
  49. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  50. c3de6d6 Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  51. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  52. 0286052 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  53. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 12 years ago
  54. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  55. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  56. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  57. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  58. a5377ca #15789: merge with 3.2. by Ezio Melotti · 12 years ago
  59. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  60. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  61. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  62. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  63. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  64. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  65. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  66. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  67. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  68. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  69. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  70. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  71. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  72. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  73. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  74. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  75. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  76. 2d0e48b merge with 3.2 by Sandro Tosi · 13 years ago
  77. c386c1a merge with 3.2 by Sandro Tosi · 13 years ago
  78. 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
  79. 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
  80. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  81. 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
  82. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  83. 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
  84. 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
  85. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  86. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  87. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  88. 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  89. 3040193 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  90. 73365dd whitespace... by Brian Curtin · 13 years ago
  91. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  92. 4571ee0 Merge with 3.2. by Ezio Melotti · 13 years ago
  93. a947abe Merge with 3.1. by Ezio Melotti · 13 years ago
  94. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  95. fd9103a merge from 3.2 by Eli Bendersky · 13 years ago
  96. d211231 merge from 3.1 by Eli Bendersky · 13 years ago
  97. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  98. ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 13 years ago
  99. c157790 Fix typo in subprocess documentation. by Ronald Oussoren · 13 years ago
  100. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 13 years ago