summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3Benjamin Peterson2014-01-181-1/+1
|\
| * rm extra whitespaceBenjamin Peterson2014-01-181-1/+1
* | merge 3.3Benjamin Peterson2014-01-181-6/+6
|\ \ | |/
| * link to builtin open not io.openBenjamin Peterson2014-01-181-6/+6
* | merge 3.3 (#17814)Benjamin Peterson2014-01-181-8/+16
|\ \ | |/
| * describe type of Popen streams (closes #17814)Benjamin Peterson2014-01-181-8/+16
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
* | merge with 3.3Georg Brandl2013-11-261-1/+0
|\ \ | |/
| * Markup fix.Georg Brandl2013-11-261-1/+0
* | merge with 3.3Georg Brandl2013-11-251-5/+5
|\ \ | |/
| * Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.Georg Brandl2013-11-251-5/+5
* | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...Tim Golden2013-11-051-3/+3
* | Issue #10197: Indicate availability of subprocess.get[status]output on Window...Tim Golden2013-11-031-6/+10
|\ \ | |/
| * Issue #10197: Indicate availability of subprocess.get[status]output on Window...Tim Golden2013-11-031-6/+10
* | Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-231-9/+9
|\ \ | |/
| * Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-231-9/+9
* | (3.3->default) Cleanup of documentation change from #17860Ronald Oussoren2013-07-071-4/+7
|\ \ | |/
| * Cleanup of documentation change from #17860Ronald Oussoren2013-07-071-4/+7
* | (3.3->default) Issue #17860: explicitly mention that std* streams are opened ...Ronald Oussoren2013-07-061-2/+4
|\ \ | |/
| * Issue #17860: explicitly mention that std* streams are opened in binary mode ...Ronald Oussoren2013-07-061-2/+4
* | Issue #16624: `subprocess.check_output` now accepts an `input` argument,Serhiy Storchaka2013-04-221-8/+18
* | Merge with 3.3.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
| |\
| | * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-10/+13
* | | mergeGregory P. Smith2013-03-211-5/+3
|\ \ \ | |/ /
| * | mergeGregory P. Smith2013-03-211-5/+3
| |\ \ | | |/
| | * remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-211-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-201-1/+1
|\ \ \ | |/ /
| * | clarifiy the documentation for issue17285. see also commitGregory P. Smith2013-03-201-1/+1
* | | #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE isTim Golden2013-01-111-2/+0
|/ /
* | #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-111-8/+8
|\ \ | |/
| * Fix placement of shell=True warning in subprocess.Popen() docs.Chris Jerdonek2012-10-111-8/+8
* | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-111-17/+25
|\ \ | |/
| * Issue #16115: Make further improvements to subprocess.Popen() documentation.Chris Jerdonek2012-10-111-17/+25
* | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-091-30/+35
|\ \ | |/
| * Issue #16115: Improve subprocess.Popen() documentation around args, shell, an...Chris Jerdonek2012-10-091-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