1. 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
  2. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  3. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  4. 74b2404 merge by Gregory P. Smith · 11 years ago
  5. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  6. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  7. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 11 years ago
  8. 60e22b9 #10385: merge with 3.2. by Ezio Melotti · 12 years ago
  9. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago
  10. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  11. c3de6d6 Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  12. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  13. 0286052 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  14. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 12 years ago
  15. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  16. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  17. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  18. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  19. a5377ca #15789: merge with 3.2. by Ezio Melotti · 12 years ago
  20. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  21. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  22. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  23. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  24. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  25. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  26. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  27. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  28. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  29. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  30. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  31. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  32. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  33. 335d628 merge with 3.2 by Georg Brandl · 12 years ago
  34. eb25fb7 Fix markup errors. by Georg Brandl · 12 years ago
  35. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  36. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  37. 2d0e48b merge with 3.2 by Sandro Tosi · 13 years ago
  38. c386c1a merge with 3.2 by Sandro Tosi · 13 years ago
  39. 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
  40. 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
  41. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  42. 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
  43. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  44. 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
  45. 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
  46. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  47. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  48. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  49. 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  50. 3040193 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  51. 73365dd whitespace... by Brian Curtin · 13 years ago
  52. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  53. 4571ee0 Merge with 3.2. by Ezio Melotti · 13 years ago
  54. a947abe Merge with 3.1. by Ezio Melotti · 13 years ago
  55. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  56. fd9103a merge from 3.2 by Eli Bendersky · 13 years ago
  57. d211231 merge from 3.1 by Eli Bendersky · 13 years ago
  58. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  59. ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 13 years ago
  60. c157790 Fix typo in subprocess documentation. by Ronald Oussoren · 13 years ago
  61. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 13 years ago
  62. 28f1303 Change versionchanged for timeout to 3.3, not 3.2. by Reid Kleckner · 13 years ago
  63. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 13 years ago
  64. 8095b65 Merged revisions 88352 via svnmerge from by Gregory P. Smith · 13 years ago
  65. e09d2f1 issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE by Gregory P. Smith · 13 years ago
  66. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  67. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  68. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  69. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  70. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  71. f959b7f Merged revisions 86419 via svnmerge from by R. David Murray · 14 years ago
  72. c7399d0 #7950: add warning about security implications of shell=True to subprocess docs by R. David Murray · 14 years ago
  73. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  74. d098c3d Merged revisions 85274 via svnmerge from by Georg Brandl · 14 years ago
  75. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  76. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  77. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  78. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  79. 8ffe0bc Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from by Georg Brandl · 14 years ago
  80. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  81. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  82. 8167561 #9681: typo. by Georg Brandl · 14 years ago
  83. 5a5031f Merged revisions 82879 via svnmerge from by Stefan Krah · 14 years ago
  84. fc9e08d High byte is the exit status. by Stefan Krah · 14 years ago
  85. 5050bb2 Merged revisions 81654 via svnmerge from by Antoine Pitrou · 14 years ago
  86. 4b87620 Merged revisions 81652 via svnmerge from by Antoine Pitrou · 14 years ago
  87. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 14 years ago
  88. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 14 years ago
  89. 58bfdca Merged revisions 79178 via svnmerge from by Georg Brandl · 14 years ago
  90. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 14 years ago
  91. 4886d24 Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from by Florent Xicluna · 14 years ago
  92. 2c4f8d1 Merged revisions 77987 via svnmerge from by R. David Murray · 14 years ago
  93. 73bc75b Fix raw_input->input in Popen doc patch. by R. David Murray · 14 years ago
  94. 13cc4fd Merged revisions 77962 via svnmerge from by R. David Murray · 14 years ago
  95. 5973e4d Merged revisions 77943,77959-77960 via svnmerge from by R. David Murray · 14 years ago
  96. 2708f3a Recorded merge of revisions 76925 via svnmerge from by Georg Brandl · 15 years ago
  97. b089684 Merged revisions 76640 via svnmerge from by Philip Jenvey · 15 years ago
  98. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  99. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  100. 713e042 Merged revisions 74764 via svnmerge from by Ezio Melotti · 15 years ago