summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-116622: Complete Android documentation (#124259)Malcolm Smith2024-09-231-1/+1
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-3/+3
* gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)Cody Maloney2024-07-311-20/+5
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-221-1/+1
* gh-110383: Remove references to removed popen[234] (GH-112783)Bradley Reynolds2024-05-301-68/+2
* subprocess docs: Fix semantically important typo (GH-119752)Zachary Ware2024-05-291-1/+1
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...Henrik Tunedal2024-04-281-0/+16
* gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)Steve Dower2024-04-171-2/+10
* Docs: add more links to PIPE in subprocess docs (#25416)Matthew Davis2024-04-011-5/+8
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-1/+1
* gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)Hugo van Kemenade2024-02-121-2/+2
* gh-114913: Add newline to subprocess doc (#114941)Terry Jan Reedy2024-02-021-1/+2
* Docs: align usage of versionadded/versionchanged with recommended practice (#...Erlend E. Aasland2024-01-221-9/+9
* gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)Hugo van Kemenade2024-01-051-2/+2
* [doc] Make subprocess.wait documentation more precise (#98700)Luis Pedro Coelho2023-11-161-3/+4
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-14/+14
* gh-107091: Fix some uses of :const: role (GH-107379)Serhiy Storchaka2023-07-281-5/+5
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-2/+2
* gh-104372: Drop the GIL around the vfork() call. (#104782)Gregory P. Smith2023-05-251-5/+8
* gh-87452: Improve the Popen.returncode docsJoshua Herman2023-04-241-3/+6
* Fixes duplicated word (#102623)Guido van Rossum2023-03-121-1/+1
* gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.1...Oleg Iarygin2023-02-091-5/+5
* gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)Steve Dower2023-02-081-5/+5
* gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...Oleg Iarygin2023-02-081-0/+40
* gh-47937: Note that Popen attributes are read-only (#93070)Stanley2023-02-081-11/+12
* gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...richardhob2023-01-201-17/+15
* [Minor PR] Quotes in documentation changed into code blocks (#99536)Bart Broere2022-12-241-0/+4
* gh-99238: clarify the type of the env dict. (#99253)Gregory P. Smith2022-11-081-3/+7
* Doc: Found some remaining default roles. (GH-98392)Julien Palard2022-10-181-1/+1
* gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)Gregory P. Smith2022-09-301-2/+7
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+1
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-2/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...Alex Waygood2022-05-191-3/+0
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-051-8/+15
* gh-87801: Add run() to subprocess.CalledProcessError description (#91628)slateny2022-04-301-1/+3
* gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)Inada Naoki2022-04-301-4/+10
* gh-91401: Add a failsafe way to disable vfork. (#91490)Gregory P. Smith2022-04-251-0/+36
* bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)Kumar Aditya2022-02-251-14/+16
* bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...DonnaDia2021-09-071-0/+2
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Anthony Shaw2021-08-091-0/+1
* bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)Jack DeVries2021-07-221-1/+1
* bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...Jack DeVries2021-07-221-1/+4
* bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)uniocto2021-05-111-1/+7
* Fix a typo in subprocess documentation (GH-25426)andrei kulakov2021-04-171-1/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Gregory P. Smith2020-12-251-2/+3
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-1/+1
* Add two spaces around equal sign (#23719)sblondon2020-12-131-1/+1
* bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)Ammar Askar2020-11-111-5/+2