1. a5377ca #15789: merge with 3.2. by Ezio Melotti · 12 years ago
  2. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  3. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  4. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  5. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  6. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  7. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  8. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  9. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  10. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  11. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  12. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  13. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  14. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  15. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  16. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  17. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  18. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  19. 2d0e48b merge with 3.2 by Sandro Tosi · 13 years ago
  20. c386c1a merge with 3.2 by Sandro Tosi · 13 years ago
  21. 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
  22. 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
  23. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  24. 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
  25. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  26. 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
  27. 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
  28. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  29. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  30. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  31. 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  32. 3040193 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  33. 73365dd whitespace... by Brian Curtin · 13 years ago
  34. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  35. 4571ee0 Merge with 3.2. by Ezio Melotti · 13 years ago
  36. a947abe Merge with 3.1. by Ezio Melotti · 13 years ago
  37. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  38. fd9103a merge from 3.2 by Eli Bendersky · 14 years ago
  39. d211231 merge from 3.1 by Eli Bendersky · 14 years ago
  40. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 14 years ago
  41. ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 14 years ago
  42. c157790 Fix typo in subprocess documentation. by Ronald Oussoren · 14 years ago
  43. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 14 years ago
  44. 28f1303 Change versionchanged for timeout to 3.3, not 3.2. by Reid Kleckner · 14 years ago
  45. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
  46. 8095b65 Merged revisions 88352 via svnmerge from by Gregory P. Smith · 14 years ago
  47. e09d2f1 issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE by Gregory P. Smith · 14 years ago
  48. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  49. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  50. 8c647cd clarify the docs and new warning message. by Gregory P. Smith · 14 years ago
  51. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  52. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  53. f959b7f Merged revisions 86419 via svnmerge from by R. David Murray · 14 years ago
  54. c7399d0 #7950: add warning about security implications of shell=True to subprocess docs by R. David Murray · 14 years ago
  55. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  56. d098c3d Merged revisions 85274 via svnmerge from by Georg Brandl · 14 years ago
  57. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  58. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  59. 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
  60. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  61. 8ffe0bc Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from by Georg Brandl · 14 years ago
  62. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  63. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  64. 8167561 #9681: typo. by Georg Brandl · 14 years ago
  65. 5a5031f Merged revisions 82879 via svnmerge from by Stefan Krah · 14 years ago
  66. fc9e08d High byte is the exit status. by Stefan Krah · 14 years ago
  67. 5050bb2 Merged revisions 81654 via svnmerge from by Antoine Pitrou · 14 years ago
  68. 4b87620 Merged revisions 81652 via svnmerge from by Antoine Pitrou · 14 years ago
  69. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 15 years ago
  70. 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 · 15 years ago
  71. 58bfdca Merged revisions 79178 via svnmerge from by Georg Brandl · 15 years ago
  72. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
  73. 4886d24 Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from by Florent Xicluna · 15 years ago
  74. 2c4f8d1 Merged revisions 77987 via svnmerge from by R. David Murray · 15 years ago
  75. 73bc75b Fix raw_input->input in Popen doc patch. by R. David Murray · 15 years ago
  76. 13cc4fd Merged revisions 77962 via svnmerge from by R. David Murray · 15 years ago
  77. 5973e4d Merged revisions 77943,77959-77960 via svnmerge from by R. David Murray · 15 years ago
  78. 2708f3a Recorded merge of revisions 76925 via svnmerge from by Georg Brandl · 15 years ago
  79. b089684 Merged revisions 76640 via svnmerge from by Philip Jenvey · 15 years ago
  80. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  81. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  82. 713e042 Merged revisions 74764 via svnmerge from by Ezio Melotti · 15 years ago
  83. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  84. d80344f Merged revisions 74055 via svnmerge from by Georg Brandl · 15 years ago
  85. bcc484e Merged revisions 74062 via svnmerge from by Georg Brandl · 15 years ago
  86. 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 15 years ago
  87. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  88. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  89. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  90. ab7481a Merged revisions 72817 via svnmerge from by Philip Jenvey · 15 years ago
  91. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  92. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  93. 1055e89 Merged revisions 71651 via svnmerge from by R. David Murray · 16 years ago
  94. f4ac149 Merged revisions 71631 via svnmerge from by R. David Murray · 16 years ago
  95. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  96. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  98. 7d41890 #4697: clarify that the functions are Unix-only. by Georg Brandl · 16 years ago
  99. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  100. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago