summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* properly wrapBenjamin Peterson2015-04-151-2/+2
* Add a subprocess.run() function than returns a CalledProcess instance for aGregory P. Smith2015-04-141-119/+170
* Merge 3.4 (asyncio doc)Victor Stinner2014-10-131-1/+1
|\
| * asyncio doc: rewrite subprocess docVictor Stinner2014-10-131-1/+1
* | Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-6/+12
|\ \ | |/
| * Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-6/+12
* | Merge: #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
|\ \ | |/
| * #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
* | merge from 3.4 - clean up the subprocess docs warning-soup andGregory P. Smith2014-05-111-93/+62
|\ \ | |/
| * Change all references to Unix to POSIX in the subprocess docs. It'sGregory P. Smith2014-05-111-14/+14
| * Remove the warning-soup from the subprocess documentation by addingGregory P. Smith2014-05-111-79/+48
* | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
|\ \ | |/
| * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| |\
| | * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| * | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-4/+19
| * | merge 3.3 (#19060)Benjamin Peterson2014-03-131-1/+1
* | | #10481: describe universal_newlines' effect on communicate()/check_output() o...Andrew Kuchling2014-04-141-0/+1
* | | merge 3.3 (#19060)Benjamin Peterson2014-03-131-1/+1
|\ \ \ | | |/ | |/|
| * | remove unnecessary word (closes #19060)Benjamin Peterson2014-03-131-1/+1
* | | #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
|\ \ \ | |/ /
| * | #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
* | | subprocess.Popen.wait doc: mention asyncio to avoid busy loopVictor Stinner2014-02-241-0/+6
* | | Deprecate Popen.wait()'s undocumented endtime parameter. issue20572.Gregory P. Smith2014-02-111-0/+5
| |/ |/|
* | 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