summaryrefslogtreecommitdiff
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-161-1/+1
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-2/+2
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-7/+14
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+3
* #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
* #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
* whitespace chaps my hideGregory P. Smith2014-04-151-1/+1
* Some cleanup of the subprocess docs in 2.7. Adds a reference to theGregory P. Smith2014-04-151-29/+30
* remove unnecessary word (closes #19060)Benjamin Peterson2014-03-121-1/+1
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-241-9/+9
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+2
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
| * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
| |\
| | * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
| * | mergeGregory P. Smith2013-03-201-5/+3
| |\ \ | | |/
| | * remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-201-5/+3
| | * Issue #16903: Popen.communicate() on Unix now accepts strings whenSerhiy Storchaka2013-02-041-3/+4
| * | clarifiy the documentation for issue17285. see also commitGregory P. Smith2013-03-191-1/+1
| * | #10385: merge with 3.2.Ezio Melotti2012-11-081-5/+5
| |\ \ | | |/
| | * #10385: use the mod role in subprocess docs.Ezio Melotti2012-11-081-5/+5
| * | Issue #14616: Mention shlex.quote in subprocess docs.Andrew Svetlov2012-10-281-0/+4
| * | Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.Chris Jerdonek2012-10-101-8/+8
| |\ \ | | |/
| | * Fix placement of shell=True warning in subprocess.Popen() docs.Chris Jerdonek2012-10-101-8/+8
| * | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-101-17/+25
| |\ \ | | |/
| | * Issue #16115: Make further improvements to subprocess.Popen() documentation.Chris Jerdonek2012-10-101-17/+25
| * | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-081-30/+35
| |\ \ | | |/
| | * Issue #16115: Improve subprocess.Popen() documentation around args, shell, an...Chris Jerdonek2012-10-081-30/+35
| * | Issue #15533: Merge fix from 3.2.Chris Jerdonek2012-09-301-4/+4
| |\ \ | | |/
| | * Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.Chris Jerdonek2012-09-301-4/+4
| * | #15789: merge with 3.2.Ezio Melotti2012-09-151-3/+7
| |\ \ | | |/
| | * #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...Ezio Melotti2012-09-151-3/+7
| * | #15788: merge with 3.2.Ezio Melotti2012-08-271-2/+2
| |\ \ | | |/
| | * #15788: fix broken links in subprocess doc. Patch by Chris Rebert.Ezio Melotti2012-08-271-2/+2
| * | #15543: reflow paragraph.R David Murray2012-08-151-9/+9
| * | #15543: additional link in subprocess docs.R David Murray2012-08-151-1/+2
| * | Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-3/+6
| |\ \ | | |/
| | * #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-3/+6
| * | Issue #15561: Update subprocess docs to reference io.TextIOWrapper.Andrew Svetlov2012-08-131-19/+27
| |\ \ | | |/
| | * Issue #15561: Update subprocess docs to reference io.TextIOWrapper.Andrew Svetlov2012-08-131-19/+21
| | * Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+20
| * | Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+48
| * | Merge #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
| |\ \ | | |/
| | * #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
| * | merge with 3.2Georg Brandl2012-02-231-1/+1
| |\ \ | | |/
| | * Fix markup errors.Georg Brandl2012-02-231-1/+1
| * | merge with 3.2Sandro Tosi2011-12-251-1/+1
| |\ \ | | |/
| | * fix "Title underline too short" sphinx warningSandro Tosi2011-12-251-1/+1
| * | merge with 3.2Sandro 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: Forward port from 3.2 of subprocess documentation updates. Need...Nick Coghlan2011-11-081-186/+337
| |\ \ | | |/