1. c7b8f80 #15543: reflow paragraphs. by R David Murray · 12 years ago
  2. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  3. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  4. fc09520 #15375: remove duplicated word 'child' by R David Murray · 12 years ago
  5. 5fc56eb #14481: fix formatting of example in subprocess docs. by R David Murray · 13 years ago
  6. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  7. 44585bd fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  8. dbcbd10 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  9. 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 · 13 years ago
  10. 63c54e8 Issue #13237: fix typo by Nick Coghlan · 13 years ago
  11. 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 · 13 years ago
  12. 2ed203a Issue #13237: further updates to subprocess documentation by Nick Coghlan · 13 years ago
  13. 8671157 Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments by Nick Coghlan · 13 years ago
  14. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 13 years ago
  15. bb23bd6 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  16. b492378 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  17. 929e276 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 14 years ago
  18. e3e967f Merged revisions 88352 via svnmerge from by Gregory P. Smith · 14 years ago
  19. 6e4300c Merged revisions 86419 via svnmerge from by R. David Murray · 14 years ago
  20. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  21. a253dc1 High byte is the exit status. by Stefan Krah · 14 years ago
  22. c395545 Issue #8873: add a documentation note about possible performance issues with the by Antoine Pitrou · 14 years ago
  23. 9ccc581 Fix markup errors. by Ezio Melotti · 15 years ago
  24. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  25. 0b56ce0 Clarify that for shell=True, the shell PID will be the child PID. by Georg Brandl · 15 years ago
  26. cf741ce Fix syntax: "rc != None" -> "rc is not None" by Florent Xicluna · 15 years ago
  27. 6dfe662 Make the references to Popen in the description of Call by R. David Murray · 15 years ago
  28. 7dfc9e1 Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert by Nick Coghlan · 15 years ago
  29. 6ab5d08 #7381: subprocess documentation and library docstring consistency fixes. by Georg Brandl · 15 years ago
  30. 2627553 #7177: clarify the potential PIPE deadlock warnings by Philip Jenvey · 15 years ago
  31. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 15 years ago
  32. 2e1285b #6481: fix typo in os.system() replacement. by Georg Brandl · 15 years ago
  33. 0d8649a #6374: add a bit of explanation about shell=True on Windows. by Georg Brandl · 15 years ago
  34. ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 15 years ago
  35. fe6e784 Issue 6141: document that the first item of args is still the by R. David Murray · 15 years ago
  36. 739aa36 don't use subprocess.call with PIPEs as the child can fill the pipe buf and by Philip Jenvey · 15 years ago
  37. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 15 years ago
  38. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  39. 7203081 Less red ink (warning->note) and add link to def of side-by-side assembly. by R. David Murray · 16 years ago
  40. 6076d39 Fix for issue3440: add warning to subprocess discussion of by R. David Murray · 16 years ago
  41. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  42. 42ffbdb Markup fixes by Andrew M. Kuchling · 16 years ago
  43. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  44. f5d5a66 Follow-up to #4488: document PIPE and STDOUT properly. by Georg Brandl · 16 years ago
  45. 5b5f273 #4409: fix asterisks looking like footnotes. by Georg Brandl · 16 years ago
  46. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 16 years ago
  47. 1743201 Clarification to avoid confusing output with file descriptors. by Georg Brandl · 16 years ago
  48. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 16 years ago
  49. cae5848 fix a small typo by Benjamin Peterson · 16 years ago
  50. cad8da8 Markup fixes. (optparse.rst probably needs an entire revision pass.) by Andrew M. Kuchling · 16 years ago
  51. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  52. 33ede08 more cleanup ups of the recently added warnings in the subprocess docs. by Gregory P. Smith · 16 years ago
  53. 143de62 Fix markup. by Georg Brandl · 16 years ago
  54. 0879250 issue1606: Add warnings to the subprocess documentation about common pitfalls by Gregory P. Smith · 16 years ago
  55. fff5cf6 clarify Popen argument by Benjamin Peterson · 16 years ago
  56. 68b4e74 Add a link to PEP 324. by Georg Brandl · 16 years ago
  57. 8bd0519 #3085: Fix syntax error. by Georg Brandl · 16 years ago
  58. 0ba92b2 Turn section references into proper cross-references. by Georg Brandl · 16 years ago
  59. 64c6a0e Markup fix by Andrew M. Kuchling · 17 years ago
  60. f801b0f #2633: clarify meaning of env parameter. by Georg Brandl · 17 years ago
  61. 734de68 Fix-up docs for revision 62386. by Georg Brandl · 17 years ago
  62. e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 17 years ago
  63. 2cb103f #1727024: document that Popen.returncode is set by Popen.poll/wait. by Georg Brandl · 17 years ago
  64. 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 17 years ago
  65. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago