summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* update to new C roles and directivesSandro Tosi2012-01-141-1/+1
* fix "Title underline too short" sphinx warningSandro Tosi2011-12-251-1/+1
* fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@Sandro Tosi2011-12-251-1/+1
* Issue #13237: Make the subprocess convenience helper documentation self-conta...Nick Coghlan2011-10-271-10/+42
* Issue #13237: fix typoNick Coghlan2011-10-261-1/+1
* Issue #13237: remove some details that only apply to the 3.x version of this ...Nick Coghlan2011-10-261-14/+8
* Issue #13237: further updates to subprocess documentationNick Coghlan2011-10-261-57/+97
* Issue #13237: Rearrange subprocess module documentation to emphasise the conv...Nick Coghlan2011-10-241-95/+160
* Fix closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-041-14/+15
* Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+107
* Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
* Issue #11827: remove mention of list2cmdline in the doc of subprocessEli Bendersky2011-04-151-5/+35
* Merged revisions 88352 via svnmerge fromGregory P. Smith2011-02-051-0/+3
* Merged revisions 86419 via svnmerge fromR. David Murray2010-11-121-0/+18
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+1
* High byte is the exit status.Stefan Krah2010-07-141-1/+1
* Issue #8873: add a documentation note about possible performance issues with theAntoine Pitrou2010-06-021-0/+6
* Fix markup errors.Ezio Melotti2010-04-051-1/+1
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-021-2/+3
* Clarify that for shell=True, the shell PID will be the child PID.Georg Brandl2010-03-211-0/+3
* Fix syntax: "rc != None" -> "rc is not None"Florent Xicluna2010-03-081-1/+1
* Make the references to Popen in the description of CallR. David Murray2010-02-161-2/+2
* Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris RebertNick Coghlan2010-02-041-6/+31
* #7381: subprocess documentation and library docstring consistency fixes.Georg Brandl2009-12-201-7/+9
* #7177: clarify the potential PIPE deadlock warningsPhilip Jenvey2009-12-031-6/+8
* #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