summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* #10385: use the mod role in subprocess docs.Ezio Melotti2012-11-081-5/+5
* Issue #14616: Document pipes.quote and mention this one in subprocess docs.Andrew Svetlov2012-10-281-0/+4
* #16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.Ezio Melotti2012-10-261-1/+1
* Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() ...Chris Jerdonek2012-10-111-11/+8
* Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-111-17/+24
* Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-091-29/+35
* #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...Ezio Melotti2012-09-151-4/+8
* #15788: fix broken links in subprocess doc. Patch by Chris Rebert.Ezio Melotti2012-08-271-2/+2
* #15543: reflow paragraphs.R David Murray2012-08-151-6/+5
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-4/+8
* Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+20
* #15375: remove duplicated word 'child'R David Murray2012-07-171-1/+1
* #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
* 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