| Commit message (Expand) | Author | Age | Files | Lines |
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -1/+1 |
|
|
* | fix "Title underline too short" sphinx warning | Sandro Tosi | 2011-12-25 | 1 | -1/+1 |
|
|
* | fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ | Sandro Tosi | 2011-12-25 | 1 | -1/+1 |
|
|
* | Issue #13237: Make the subprocess convenience helper documentation self-conta... | Nick Coghlan | 2011-10-27 | 1 | -10/+42 |
|
|
* | Issue #13237: fix typo | Nick Coghlan | 2011-10-26 | 1 | -1/+1 |
|
|
* | Issue #13237: remove some details that only apply to the 3.x version of this ... | Nick Coghlan | 2011-10-26 | 1 | -14/+8 |
|
|
* | Issue #13237: further updates to subprocess documentation | Nick Coghlan | 2011-10-26 | 1 | -57/+97 |
|
|
* | Issue #13237: Rearrange subprocess module documentation to emphasise the conv... | Nick Coghlan | 2011-10-24 | 1 | -95/+160 |
|
|
* | Fix closes issue10403 - Let's not use members anymore. | Senthil Kumaran | 2011-07-04 | 1 | -14/+15 |
|
|
* | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+107 |
|
|
* | Fix wrong number of functions noticed by Sandro Tosi. | Ezio Melotti | 2011-04-19 | 1 | -1/+1 |
|
|
* | Issue #11827: remove mention of list2cmdline in the doc of subprocess | Eli Bendersky | 2011-04-15 | 1 | -5/+35 |
|
|
* | Merged revisions 88352 via svnmerge from | Gregory P. Smith | 2011-02-05 | 1 | -0/+3 |
|
|
* | Merged revisions 86419 via svnmerge from | R. David Murray | 2010-11-12 | 1 | -0/+18 |
|
|
* | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | High byte is the exit status. | Stefan Krah | 2010-07-14 | 1 | -1/+1 |
|
|
* | Issue #8873: add a documentation note about possible performance issues with the | Antoine Pitrou | 2010-06-02 | 1 | -0/+6 |
|
|
* | Fix markup errors. | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
* | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 1 | -2/+3 |
|
|
* | Clarify that for shell=True, the shell PID will be the child PID. | Georg Brandl | 2010-03-21 | 1 | -0/+3 |
|
|
* | Fix syntax: "rc != None" -> "rc is not None" | Florent Xicluna | 2010-03-08 | 1 | -1/+1 |
|
|
* | Make the references to Popen in the description of Call | R. David Murray | 2010-02-16 | 1 | -2/+2 |
|
|
* | Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert | Nick Coghlan | 2010-02-04 | 1 | -6/+31 |
|
|
* | #7381: subprocess documentation and library docstring consistency fixes. | Georg Brandl | 2009-12-20 | 1 | -7/+9 |
|
|
* | #7177: clarify the potential PIPE deadlock warnings | Philip Jenvey | 2009-12-03 | 1 | -6/+8 |
|
|
* | #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence | Philip Jenvey | 2009-09-29 | 1 | -20/+30 |
|
|
* | #6481: fix typo in os.system() replacement. | Georg Brandl | 2009-07-16 | 1 | -1/+1 |
|
|
* | #6374: add a bit of explanation about shell=True on Windows. | Georg Brandl | 2009-06-30 | 1 | -1/+5 |
|
|
* | Issue 2947: document how return code handling translates from | R. David Murray | 2009-06-09 | 1 | -8/+22 |
|
|
* | Issue 6141: document that the first item of args is still the | R. David Murray | 2009-05-29 | 1 | -3/+6 |
|
|
* | don't use subprocess.call with PIPEs as the child can fill the pipe buf and | Philip Jenvey | 2009-05-22 | 1 | -0/+10 |
|
|
* | Make the doctests in the docs pass, except for those in the turtle module. | Georg Brandl | 2009-04-28 | 1 | -2/+2 |
|
|
* | Demote warnings to notices where appropriate, following the goal that as few ... | Georg Brandl | 2009-04-27 | 1 | -4/+4 |
|
|
* | Less red ink (warning->note) and add link to def of side-by-side assembly. | R. David Murray | 2009-04-16 | 1 | -4/+6 |
|
|
* | Fix for issue3440: add warning to subprocess discussion of | R. David Murray | 2009-04-15 | 1 | -0/+7 |
|
|
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
|
|
* | Markup fixes | Andrew M. Kuchling | 2009-01-21 | 1 | -4/+5 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
|
|
* | Follow-up to #4488: document PIPE and STDOUT properly. | Georg Brandl | 2008-12-06 | 1 | -18/+33 |
|
|
* | #4409: fix asterisks looking like footnotes. | Georg Brandl | 2008-12-05 | 1 | -6/+6 |
|
|
* | rename the new check_call_output to check_output. its less ugly. | Gregory P. Smith | 2008-12-05 | 1 | -3/+3 |
|
|
* | Clarification to avoid confusing output with file descriptors. | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
|
|
* | Adds a subprocess.check_call_output() function to return the output from a | Gregory P. Smith | 2008-12-04 | 1 | -0/+24 |
|
|
* | fix a small typo | Benjamin Peterson | 2008-10-10 | 1 | -2/+2 |
|
|
* | Markup fixes. (optparse.rst probably needs an entire revision pass.) | Andrew M. Kuchling | 2008-09-30 | 1 | -1/+1 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -1/+1 |
|
|
* | more cleanup ups of the recently added warnings in the subprocess docs. | Gregory P. Smith | 2008-08-04 | 1 | -5/+6 |
|
|
* | Fix markup. | Georg Brandl | 2008-08-04 | 1 | -15/+12 |
|
|
* | issue1606: Add warnings to the subprocess documentation about common pitfalls | Gregory P. Smith | 2008-08-04 | 1 | -0/+16 |
|
|
* | clarify Popen argument | Benjamin Peterson | 2008-07-27 | 1 | -3/+4 |
|
|