summaryrefslogtreecommitdiff
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* issue 20572: remove the deprecation notice for the deleted endtime parameter.Gregory P. Smith2016-11-201-6/+0
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-40/+67
|\
| * Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-40/+67
| |\
| | * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-3/+3
| | |\
| | * | Issue #6135: Adds encoding and errors parameters to subprocessSteve Dower2016-09-061-40/+63
| | * | Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-7/+14
| | |\ \
| | * \ \ Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+4
| | |\ \ \
| | * \ \ \ merge 3.5Gregory P. Smith2016-06-031-0/+4
| | |\ \ \ \
| | | * | | | subprocess now emits a ResourceWarning warningVictor Stinner2016-05-201-0/+4
* | | | | | | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
|/ / / / / /
* | | | | | Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-2/+2
| |_|_|_|/ |/| | | |
* | | | | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-3/+3
| |_|_|/ |/| | |
* | | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-7/+14
| |_|/ |/| |
* | | Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
|/ /
* | Document that CalledProcessError.returncode is the negativeGregory P. Smith2016-06-031-1/+2
|/
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-4/+4
* Merge: #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
|\
| * #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
* | Issue #24420: Fix documentation regression introduced by f0a00ee094ff.Berker Peksag2015-07-251-3/+19
* | properly wrapBenjamin Peterson2015-04-141-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-141-0/+1
|\ \ | |/ |/|
| * Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-0/+1
| |\
| | * Merge: #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
| | |\ \
| | * \ \ Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| | |\ \ \
| | * | | | #10481: describe universal_newlines' effect on communicate()/check_output() o...Andrew Kuchling2014-04-141-0/+1
* | | | | | asyncio doc: rewrite subprocess docVictor Stinner2014-10-141-1/+1
|/ / / / /
* | | | | Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-6/+12
| |_|_|/ |/| | |
* | | | #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
| |_|/ |/| |
* | | 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
| * remove unnecessary word (closes #19060)Benjamin Peterson2014-03-121-1/+1
| * #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-071-4/+8
* | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-4/+19
* | merge 3.3 (#19060)Benjamin Peterson2014-03-121-1/+1
* | merge 3.3Benjamin Peterson2014-01-181-13/+21
|\ \ | |/ |/|
| * merge 3.3Benjamin Peterson2014-01-181-13/+21
| |\
| | * merge 3.3 (#17814)Benjamin Peterson2014-01-181-13/+21
| | |\
| | | * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
| | | |\
| | | * \ merge with 3.3Georg Brandl2013-11-261-13/+21
| | | |\ \
| | | | * \ merge with 3.3Georg 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 #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-241-9/+9
| | | | |\ \ \ \
| | | | * \ \ \ \ (3.3->default) Cleanup of documentation change from #17860Ronald Oussoren2013-07-071-10/+18
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ (3.3->default) Issue #17860: explicitly mention that std* streams are opened ...Ronald Oussoren2013-07-061-10/+18
| | | | | |\ \ \ \ \
| | | | | | * | | | | Issue #16624: `subprocess.check_output` now accepts an `input` argument,Serhiy Storchaka2013-04-221-8/+18