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
*
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade
2024-02-12
1
-2/+2
*
gh-114913: Add newline to subprocess doc (#114941)
Terry Jan Reedy
2024-02-02
1
-1/+2
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
1
-9/+9
*
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)
Hugo van Kemenade
2024-01-05
1
-2/+2
*
[doc] Make subprocess.wait documentation more precise (#98700)
Luis Pedro Coelho
2023-11-16
1
-3/+4
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-14/+14
*
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka
2023-07-28
1
-5/+5
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-104372: Drop the GIL around the vfork() call. (#104782)
Gregory P. Smith
2023-05-25
1
-5/+8
*
gh-87452: Improve the Popen.returncode docs
Joshua Herman
2023-04-24
1
-3/+6
*
Fixes duplicated word (#102623)
Guido van Rossum
2023-03-12
1
-1/+1
*
gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.1...
Oleg Iarygin
2023-02-09
1
-5/+5
*
gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
Steve Dower
2023-02-08
1
-5/+5
*
gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...
Oleg Iarygin
2023-02-08
1
-0/+40
*
gh-47937: Note that Popen attributes are read-only (#93070)
Stanley
2023-02-08
1
-11/+12
*
gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...
richardhob
2023-01-20
1
-17/+15
*
[Minor PR] Quotes in documentation changed into code blocks (#99536)
Bart Broere
2022-12-24
1
-0/+4
*
gh-99238: clarify the type of the env dict. (#99253)
Gregory P. Smith
2022-11-08
1
-3/+7
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
1
-1/+1
*
gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)
Gregory P. Smith
2022-09-30
1
-2/+7
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+1
*
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes
2022-07-29
1
-2/+2
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-2/+2
*
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...
Alex Waygood
2022-05-19
1
-3/+0
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-8/+15
*
gh-87801: Add run() to subprocess.CalledProcessError description (#91628)
slateny
2022-04-30
1
-1/+3
*
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
Inada Naoki
2022-04-30
1
-4/+10
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-0/+36
*
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Kumar Aditya
2022-02-25
1
-14/+16
*
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
[next]