summaryrefslogtreecommitdiff
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-36046: Add user and group parameters to subprocess (GH-11950)Patrick McLean2019-09-121-2/+30
* Minor ReST formatting fixes in subprocess docs (#14876)Tim Hoffmann2019-09-111-4/+4
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Christian Heimes2019-08-271-0/+7
* Replace backquote with command substitution in subprocess doc example (GH-13941)David Jones2019-07-161-5/+5
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-1/+1
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-0/+7
* bpo-31961: Fix support of path-like executables in subprocess. (GH-5914)Serhiy Storchaka2019-05-281-3/+26
* bpo-36760: Clarify subprocess capture_output docs. (GH-13322)Gregory P. Smith2019-05-141-1/+3
* bpo-35537: Document posix_spawn() change in subprocess (GH-11668)Victor Stinner2019-04-251-0/+7
* bpo-33319: Clarify subprocess call docs. (GH-12508)Gregory P. Smith2019-03-231-12/+13
* Fixed a missing . and a missing capital letter. (GH-12170)Jules Lasne (jlasne)2019-03-041-2/+2
* bpo-31450: Remove documentation mentioning that subprocess's child_traceback ...Harmandeep Singh2019-01-031-3/+1
* Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)Jakub Stasiak2018-11-111-3/+8
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-2/+2
* Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)Xiang Zhang2018-09-211-2/+3
* Doc: add missing capture_output arg to subprocess.run() signature (#8374)Andriy Maletsky2018-08-091-2/+2
* versionadded -> versionchanged for all 'X parameter was added' for uniformity...Sergey Fedoseev2018-07-051-1/+1
* bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)Tobias Kunze2018-06-051-1/+6
* Clarify fd inheritance when close_fds=False. (GH-6240)Gregory P. Smith2018-03-251-1/+4
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)Serhiy Storchaka2018-02-271-10/+6
* bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)Pablo Galindo2018-02-111-8/+15
* bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)Brice Gros2018-02-061-0/+3
* bpo-31961: subprocess now accepts path-like args (GH-4329)Anders Lorentsen2018-01-291-6/+10
* bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)Bo Bayles2018-01-291-8/+11
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-6/+36
* bpo-31884 subprocess: add Windows constants for process priority (#4150)James2017-11-081-4/+94
* bpo-31756: subprocess.run should alias universal_newlines to text (#4049)andyclegg2017-10-221-7/+12
* bpo-22635: subprocess.getstatusoutput doc update. (#3398)Gregory P. Smith2017-09-061-7/+12
* bpo-31065: Add doc about Popen.poll returning None. (#3169)Ivan Chernoff2017-08-291-1/+1
* bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685)Alex Gaynor2017-05-261-4/+4
* Tweak subprocess.STARTUPINFO documentation (#347)Berker Peksag2017-03-011-5/+7
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...Sayan Chowdhury2017-02-261-3/+7
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-261-1/+4
* 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-4/+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 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 #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
|\ \ | |/
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-7/+14
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+4
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* | merge 3.5Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-1/+2
|\ \ | |/
| * Document that CalledProcessError.returncode is the negativeGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-1/+2
* | subprocess now emits a ResourceWarning warningVictor Stinner2016-05-201-0/+4
|/
* 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
|\