1. c8f26f5 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 12 years ago
  2. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  3. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  4. 93324d7 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  5. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  6. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  7. 74b2404 merge by Gregory P. Smith · 12 years ago
  8. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  9. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 12 years ago
  10. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 13 years ago
  11. 60e22b9 #10385: merge with 3.2. by Ezio Melotti · 13 years ago
  12. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 13 years ago
  13. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 13 years ago
  14. c3de6d6 Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  15. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  16. 0286052 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  17. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 13 years ago
  18. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  19. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 13 years ago
  20. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 13 years ago
  21. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 13 years ago
  22. a5377ca #15789: merge with 3.2. by Ezio Melotti · 13 years ago
  23. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  24. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 13 years ago
  25. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  26. 0689ce4 #15543: reflow paragraph. by R David Murray · 13 years ago
  27. 99d439a #15543: additional link in subprocess docs. by R David Murray · 13 years ago
  28. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  29. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  30. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 13 years ago
  31. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 13 years ago
  32. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 13 years ago
  33. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 13 years ago
  34. 26025d6 #10385: use the mod role in subprocess docs. by Ezio Melotti · 13 years ago
  35. 6182266 Issue #14616: Document pipes.quote and mention this one in subprocess docs. by Andrew Svetlov · 13 years ago
  36. e793f44 #16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag. by Ezio Melotti · 13 years ago
  37. 1e65159 Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  38. 2a6672b Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  39. 1906c0c Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  40. eab4df5 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  41. 8662c84 #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  42. c7b8f80 #15543: reflow paragraphs. by R David Murray · 13 years ago
  43. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  44. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 13 years ago
  45. fc09520 #15375: remove duplicated word 'child' by R David Murray · 13 years ago
  46. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  47. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  48. 5fc56eb #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  49. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  50. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  51. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  52. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  53. 44585bd fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  54. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  55. dbcbd10 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  56. 2d0e48b merge with 3.2 by Sandro Tosi · 14 years ago
  57. c386c1a merge with 3.2 by Sandro Tosi · 14 years ago
  58. 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 · 14 years ago
  59. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 14 years ago
  60. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 14 years ago
  61. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 14 years ago
  62. 87ba642 Issue #13237: Make the subprocess convenience helper documentation self-contained aside from the shared parameter description. Downgrade the pipe warnings at that level to notes (since those pipes are hidden, people are unlikely to even try it) by Nick Coghlan · 14 years ago
  63. 63c54e8 Issue #13237: fix typo by Nick Coghlan · 14 years ago
  64. 65ad31a Issue #13237: remove some details that only apply to the 3.x version of this module and cross reference the relocated warning about the dangers of invoking the shell with untrusted input by Nick Coghlan · 14 years ago
  65. 2ed203a Issue #13237: further updates to subprocess documentation by Nick Coghlan · 14 years ago
  66. 8671157 Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments by Nick Coghlan · 14 years ago
  67. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 14 years ago
  68. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 14 years ago
  69. 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 · 14 years ago
  70. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  71. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 14 years ago
  72. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 14 years ago
  73. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 14 years ago
  74. bb23bd6 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  75. 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  76. 3040193 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  77. 73365dd whitespace... by Brian Curtin · 14 years ago
  78. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  79. 4571ee0 Merge with 3.2. by Ezio Melotti · 14 years ago
  80. a947abe Merge with 3.1. by Ezio Melotti · 14 years ago
  81. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  82. b492378 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  83. 929e276 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 14 years ago
  84. fd9103a merge from 3.2 by Eli Bendersky · 14 years ago
  85. d211231 merge from 3.1 by Eli Bendersky · 14 years ago
  86. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 14 years ago
  87. ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 14 years ago
  88. c157790 Fix typo in subprocess documentation. by Ronald Oussoren · 14 years ago
  89. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 14 years ago
  90. 28f1303 Change versionchanged for timeout to 3.3, not 3.2. by Reid Kleckner · 14 years ago
  91. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
  92. 8095b65 Merged revisions 88352 via svnmerge from by Gregory P. Smith · 15 years ago
  93. e3e967f Merged revisions 88352 via svnmerge from by Gregory P. Smith · 15 years ago
  94. e09d2f1 issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE by Gregory P. Smith · 15 years ago
  95. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 15 years ago
  96. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 15 years ago
  97. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 15 years ago
  98. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 15 years ago
  99. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 15 years ago
  100. 6e4300c Merged revisions 86419 via svnmerge from by R. David Murray · 15 years ago