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
*
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-15
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-30
1
-2/+10
*
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles
2018-01-30
1
-1/+9
*
bpo-25942: make subprocess more graceful on ^C (GH-5026)
Gregory P. Smith
2018-01-30
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-21
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-23
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-06
1
-3/+6
*
bpo-22536: Set the filename in FileNotFoundError. (#3194)
Gregory P. Smith
2017-08-24
1
-6/+6
*
bpo-30121: Fix debug assert in subprocess on Windows (#1224)
Segev Finer
2017-08-18
1
-1/+7
*
bpo-30730: Prevent environment variables injection in subprocess on Windows. ...
Serhiy Storchaka
2017-06-23
1
-2/+6
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
Victor Stinner
2017-06-08
1
-6/+8
*
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka
2017-04-19
1
-1/+2
*
fix subprocess on Windows (#391)
Benjamin Peterson
2017-03-02
1
-1/+1
*
allow path-like objects to be cwd on windows (#389)
Benjamin Peterson
2017-03-02
1
-1/+1
*
bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)
Subhendu Ghosh
2017-02-25
1
-5/+7
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-1/+4
|
\
|
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-1/+4
|
|
\
|
|
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-1/+4
*
|
|
Merge 3.6
Victor Stinner
2017-01-06
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Fix subprocess.Popen.__del__() fox Python shutdown
Victor Stinner
2017-01-06
1
-3/+3
*
|
|
Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell,
Xavier de Gaye
2016-12-13
1
-1/+4
*
|
|
Issue #20572: Remove the subprocess.Popen.wait endtime parameter.
Gregory P. Smith
2016-11-21
1
-13/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
Gregory P. Smith
2016-11-21
1
-2/+9
|
/
/
*
|
Issue #26240: Merge subprocess doc string from 3.5 into 3.6
Martin Panter
2016-10-25
1
-340/+81
|
\
\
|
|
/
|
*
Issue #26240: Clean up the subprocess module doc string
Martin Panter
2016-10-25
1
-348/+79
*
|
Issue #6135: Adds encoding and errors parameters to subprocess
Steve Dower
2016-09-07
1
-42/+45
*
|
subprocess: enhance ResourceWarning message
Victor Stinner
2016-06-14
1
-3/+4
*
|
merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-04
1
-5/+18
|
\
\
|
|
/
[next]