summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-291-20/+30
* #6481: fix typo in os.system() replacement.Georg Brandl2009-07-161-1/+1
* #6374: add a bit of explanation about shell=True on Windows.Georg Brandl2009-06-301-1/+5
* Issue 2947: document how return code handling translates fromR. David Murray2009-06-091-8/+22
* Issue 6141: document that the first item of args is still theR. David Murray2009-05-291-3/+6
* don't use subprocess.call with PIPEs as the child can fill the pipe buf andPhilip Jenvey2009-05-221-0/+10
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-281-2/+2
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-4/+4
* Less red ink (warning->note) and add link to def of side-by-side assembly.R. David Murray2009-04-161-4/+6
* Fix for issue3440: add warning to subprocess discussion ofR. David Murray2009-04-151-0/+7
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-2/+2
* Markup fixesAndrew M. Kuchling2009-01-211-4/+5
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* Follow-up to #4488: document PIPE and STDOUT properly.Georg Brandl2008-12-061-18/+33
* #4409: fix asterisks looking like footnotes.Georg Brandl2008-12-051-6/+6
* rename the new check_call_output to check_output. its less ugly.Gregory P. Smith2008-12-051-3/+3
* Clarification to avoid confusing output with file descriptors.Georg Brandl2008-12-041-1/+1
* Adds a subprocess.check_call_output() function to return the output from aGregory P. Smith2008-12-041-0/+24
* fix a small typoBenjamin Peterson2008-10-101-2/+2
* Markup fixes. (optparse.rst probably needs an entire revision pass.)Andrew M. Kuchling2008-09-301-1/+1
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-1/+1
* more cleanup ups of the recently added warnings in the subprocess docs.Gregory P. Smith2008-08-041-5/+6
* Fix markup.Georg Brandl2008-08-041-15/+12
* issue1606: Add warnings to the subprocess documentation about common pitfallsGregory P. Smith2008-08-041-0/+16
* clarify Popen argumentBenjamin Peterson2008-07-271-3/+4
* Add a link to PEP 324.Georg Brandl2008-07-011-0/+4
* #3085: Fix syntax error.Georg Brandl2008-06-221-2/+2
* Turn section references into proper cross-references.Georg Brandl2008-06-221-0/+2
* Markup fixAndrew M. Kuchling2008-04-211-1/+1
* #2633: clarify meaning of env parameter.Georg Brandl2008-04-191-2/+3
* Fix-up docs for revision 62386.Georg Brandl2008-04-191-2/+8
* Added kill, terminate and send_signal to subprocess.PopenChristian Heimes2008-04-191-0/+23
* #1727024: document that Popen.returncode is set by Popen.poll/wait.Georg Brandl2008-01-061-10/+15
* #1344: document that you need to open std{in,out,err} with PIPE if you wantGeorg Brandl2007-11-241-1/+6
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+407