summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* 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