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
/
Lib
/
subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-106723: forward -Xfrozen_modules option to spawned process interpreters (#...
Felipe A. Hernandez
2023-07-28
1
-1/+1
*
gh-87474: Fix file descriptor leaks in subprocess.Popen (#96351)
cptpcrd
2023-05-16
1
-130/+163
*
gh-101283: Fix use of unbound variable (GH-101712)
Steve Dower
2023-02-08
1
-0/+2
*
gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...
Oleg Iarygin
2023-02-08
1
-1/+15
*
Add note on capture_output arg to subprocess.run() docstring (#98012)
andrei kulakov
2022-10-07
1
-1/+2
*
gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...
andrei kulakov
2022-10-05
1
-1/+2
*
gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181)
Christian Heimes
2022-07-24
1
-6/+17
*
gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
Christian Heimes
2022-05-14
1
-6/+11
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-2/+4
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-5/+12
*
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
Inada Naoki
2022-04-30
1
-10/+28
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-1/+4
*
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Christian Heimes
2022-04-01
1
-2/+8
*
bpo-40280: Use presence of msvcrt module to detect Windows (GH-30930)
Christian Heimes
2022-01-27
1
-2/+7
*
bpo-40280: Change subprocess imports for cleaner error on wasm32 (GH-30620)
Christian Heimes
2022-01-17
1
-8/+7
*
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)
Rémi Lapeyre
2021-09-20
1
-2/+3
*
bpo-44935: enable posix_spawn() on Solaris (GH-27795)
Jakub Kulík
2021-08-17
1
-2/+3
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-1/+1
*
bpo-43776: Remove list call from args in Popen repr (GH-25338)
M. Kocher
2021-04-28
1
-1/+1
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-1/+8
*
bpo-41718: subprocess imports grp and pwd on demand (GH-24987)
Victor Stinner
2021-03-23
1
-12/+9
*
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Chris Griffith
2021-03-11
1
-4/+2
*
bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)
Kamil Turek
2021-03-04
1
-1/+0
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith
2020-12-25
1
-1/+5
*
bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...
Filipe Laíns
2020-11-21
1
-1/+5
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
1
-1/+18
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-1/+1
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
1
-1/+1
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-21/+3
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-12/+6
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-1/+1
*
bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (G...
Alex Rebert
2020-01-22
1
-2/+2
*
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
Victor Stinner
2020-01-15
1
-3/+25
*
bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558)
Batuhan Taşkaya
2019-12-30
1
-0/+24
*
bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151)
Andrey Doroschenko
2019-11-17
1
-0/+9
*
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith
2019-10-12
1
-5/+9
*
bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384)
Victor Stinner
2019-09-25
1
-1/+4
*
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean
2019-09-12
1
-5/+100
*
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Gregory P. Smith
2019-09-11
1
-9/+27
*
Fix subprocess docstring typo (GH-15812)
Matthias
2019-09-10
1
-1/+1
*
bpo-37380: subprocess: don't use _active on win (GH-14360)
Ruslan Kuprieiev
2019-06-28
1
-16/+32
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-1/+8
*
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Rémi Lapeyre
2019-06-08
1
-2/+2
*
bpo-31961: Fix support of path-like executables in subprocess. (GH-5914)
Serhiy Storchaka
2019-05-28
1
-3/+22
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-1/+0
*
subprocess: close pipes/fds by using ExitStack (GH-11686)
Giampaolo Rodola
2019-01-29
1
-17/+18
*
Fix docstr/comment typos in _use_posix_spawn(). (GH-11684)
Gregory P. Smith
2019-01-26
1
-11/+10
*
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
Victor Stinner
2019-01-23
1
-28/+64
*
Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)
Victor Stinner
2019-01-16
1
-10/+3
*
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
Victor Stinner
2019-01-16
1
-3/+10
[next]