index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
subprocess.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...
DonnaDia
2021-09-07
1
-0/+2
*
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Anthony Shaw
2021-08-09
1
-0/+1
*
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)
Jack DeVries
2021-07-22
1
-1/+1
*
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...
Jack DeVries
2021-07-22
1
-1/+4
*
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)
uniocto
2021-05-11
1
-1/+7
*
Fix a typo in subprocess documentation (GH-25426)
andrei kulakov
2021-04-17
1
-1/+1
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith
2020-12-25
1
-2/+3
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-1/+1
*
Add two spaces around equal sign (#23719)
sblondon
2020-12-13
1
-1/+1
*
bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)
Ammar Askar
2020-11-11
1
-5/+2
*
bpo-42041: Clarify how subprocess searches for the executable (GH-22715)
Paul Moore
2020-10-20
1
-2/+21
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
1
-1/+9
*
bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...
Gareth Rees
2020-06-24
1
-4/+5
*
Doc: change 'Posix' for 'POSIX' (GH-20001)
Mathieu Dupuy
2020-05-17
1
-2/+2
*
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
Zackery Spytz
2020-05-17
1
-4/+8
*
bpo-13826: Clarify Popen constructor example (GH-18438)
Tim D. Smith
2020-02-10
1
-2/+8
*
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
Victor Stinner
2020-01-15
1
-0/+2
*
Added missing coma after end of list in subprocess.rst (GH-17217)
Jules Lasne (jlasne)
2019-11-19
1
-1/+1
*
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith
2019-10-12
1
-3/+9
*
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean
2019-09-12
1
-2/+30
*
Minor ReST formatting fixes in subprocess docs (#14876)
Tim Hoffmann
2019-09-11
1
-4/+4
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Christian Heimes
2019-08-27
1
-0/+7
*
Replace backquote with command substitution in subprocess doc example (GH-13941)
David Jones
2019-07-16
1
-5/+5
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-1/+1
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-0/+7
*
bpo-31961: Fix support of path-like executables in subprocess. (GH-5914)
Serhiy Storchaka
2019-05-28
1
-3/+26
*
bpo-36760: Clarify subprocess capture_output docs. (GH-13322)
Gregory P. Smith
2019-05-14
1
-1/+3
*
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)
Victor Stinner
2019-04-25
1
-0/+7
*
bpo-33319: Clarify subprocess call docs. (GH-12508)
Gregory P. Smith
2019-03-23
1
-12/+13
*
Fixed a missing . and a missing capital letter. (GH-12170)
Jules Lasne (jlasne)
2019-03-04
1
-2/+2
*
bpo-31450: Remove documentation mentioning that subprocess's child_traceback ...
Harmandeep Singh
2019-01-03
1
-3/+1
*
Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)
Jakub Stasiak
2018-11-12
1
-3/+8
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-2/+2
*
Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)
Xiang Zhang
2018-09-21
1
-2/+3
*
Doc: add missing capture_output arg to subprocess.run() signature (#8374)
Andriy Maletsky
2018-08-09
1
-2/+2
*
versionadded -> versionchanged for all 'X parameter was added' for uniformity...
Sergey Fedoseev
2018-07-06
1
-1/+1
*
bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)
Tobias Kunze
2018-06-05
1
-1/+6
*
Clarify fd inheritance when close_fds=False. (GH-6240)
Gregory P. Smith
2018-03-25
1
-1/+4
*
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Serhiy Storchaka
2018-02-27
1
-10/+6
*
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)
Pablo Galindo
2018-02-11
1
-8/+15
*
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)
Brice Gros
2018-02-07
1
-0/+3
*
bpo-31961: subprocess now accepts path-like args (GH-4329)
Anders Lorentsen
2018-01-30
1
-6/+10
*
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles
2018-01-30
1
-8/+11
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
1
-6/+36
*
bpo-31884 subprocess: add Windows constants for process priority (#4150)
James
2017-11-08
1
-4/+94
*
bpo-31756: subprocess.run should alias universal_newlines to text (#4049)
andyclegg
2017-10-23
1
-7/+12
*
bpo-22635: subprocess.getstatusoutput doc update. (#3398)
Gregory P. Smith
2017-09-07
1
-7/+12
*
bpo-31065: Add doc about Popen.poll returning None. (#3169)
Ivan Chernoff
2017-08-29
1
-1/+1
*
bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685)
Alex Gaynor
2017-05-26
1
-4/+4
*
Tweak subprocess.STARTUPINFO documentation (#347)
Berker Peksag
2017-03-01
1
-5/+7
[next]