GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith
2020-12-24
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
*
bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)
Victor Stinner
2019-01-16
1
-0
/
+82
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
Victor Stinner
2018-11-23
1
-2
/
+8
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
1
-1
/
+10
*
closes bpo-32490: Fix filename duplication in subprocess exception message. (...
Zackery Spytz
2018-09-11
1
-2
/
+0
*
bpo-8110: Refactor platform detection in subprocess (GH-9053)
Zachary Ware
2018-09-10
1
-55
/
+56
*
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner
2018-07-05
1
-0
/
+17
*
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Serhiy Storchaka
2018-02-27
1
-10
/
+2
*
bpo-31961: subprocess now accepts path-like args (GH-4329)
Anders Lorentsen
2018-01-29
1
-2
/
+10
*
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles
2018-01-29
1
-1
/
+9
*
bpo-25942: make subprocess more graceful on ^C (GH-5026)
Gregory P. Smith
2018-01-29
1
-13
/
+72
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
1
-19
/
+46
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-1
/
+1
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-4
/
+14
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-20
1
-6
/
+2
*
bpo-32094: Update subprocess for -X dev (#4480)
Victor Stinner
2017-11-20
1
-1
/
+22
*
bpo-31884 subprocess: add Windows constants for process priority (#4150)
James
2017-11-08
1
-2
/
+12
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1
/
+1
*
bpo-31756: subprocess.run should alias universal_newlines to text (#4049)
andyclegg
2017-10-22
1
-26
/
+52
*
Update subprocess.communicate() docstring.
Joel Schaerer
2017-09-13
1
-3
/
+3
*
bpo-22635: Update the getstatusoutput docstring. (#3435)
Gregory P. Smith
2017-09-07
1
-7
/
+9
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-4
/
+1
*
bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)
Ammar Askar
2017-09-05
1
-3
/
+6
*
bpo-22536: Set the filename in FileNotFoundError. (#3194)
Gregory P. Smith
2017-08-24
1
-6
/
+6
[next]