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
*
[3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439)
Miss Islington (bot)
2017-09-07
1
-7
/
+9
*
[3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3...
Gregory P. Smith
2017-09-06
1
-3
/
+6
*
bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)
Gregory P. Smith
2017-09-04
1
-6
/
+6
*
[3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173)
Victor Stinner
2017-08-22
1
-1
/
+7
*
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-23
1
-2
/
+6
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004)
Victor Stinner
2017-06-08
1
-6
/
+8
*
[3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). ...
Serhiy Storchaka
2017-04-19
1
-1
/
+2
*
fix subprocess on Windows (GH-391 backport) (GH-623)
Zachary Ware
2017-03-11
1
-1
/
+1
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-22
1
-1
/
+4
|
\
|
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-22
1
-1
/
+4
*
|
Fix subprocess.Popen.__del__() fox Python shutdown
Victor Stinner
2017-01-06
1
-3
/
+3
*
|
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
Gregory P. Smith
2016-11-20
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-06
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
|
\
|
|
*
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-04
1
-5
/
+18
*
|
Issue #27167: Clarify the subprocess.CalledProcessError error message text
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-4
/
+15
*
|
subprocess now emits a ResourceWarning warning
Victor Stinner
2016-05-20
1
-0
/
+3
*
|
Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now
Victor Stinner
2016-05-20
1
-1
/
+6
*
|
Issue #22274: Merge stderr=STDOUT fix from 3.5
Martin Panter
2016-05-13
1
-1
/
+4
|
\
|
|
*
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Martin Panter
2016-05-13
1
-1
/
+4
*
|
Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
Martin Panter
2016-04-16
1
-1
/
+2
*
|
subprocess._optim_args_from_interpreter_flags()
Victor Stinner
2016-01-18
1
-2
/
+12
|
/
*
* Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith
2015-12-13
1
-3
/
+0
|
\
|
*
Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith
2015-12-13
1
-3
/
+0
*
|
Fix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith
2015-11-15
1
-7
/
+12
|
\
|
|
*
Fix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith
2015-11-15
1
-7
/
+12
*
|
Add a subprocess.run() function than returns a CalledProcess instance for a
Gregory P. Smith
2015-04-14
1
-16
/
+108
*
|
issue10838: Rename the subprocess.mswindows internal global to _mswindows.
Gregory P. Smith
2015-04-07
1
-6
/
+6
*
|
Addresses Issue #10838: The subprocess now module includes
Gregory P. Smith
2015-04-07
1
-1
/
+4
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-4
/
+6
|
\
|
|
*
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-4
/
+6
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-13
/
+5
*
|
Closes #23234: Refactor subprocess
Victor Stinner
2015-01-14
1
-34
/
+24
*
|
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...
Antoine Pitrou
2014-09-21
1
-1
/
+2
|
\
|
|
*
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...
Antoine Pitrou
2014-09-21
1
-1
/
+2
*
|
Issue #22043: time.monotonic() is now always available
Victor Stinner
2014-09-02
1
-4
/
+1
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-1
/
+1
*
|
Remove the obsolete MAXFD constant and Popen._close_fds() method.
Gregory P. Smith
2014-06-01
1
-14
/
+0
*
|
subprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith
2014-04-23
1
-10
/
+40
|
\
|
|
*
subprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith
2014-04-23
1
-10
/
+40
*
|
#10481: describe universal_newlines' effect on communicate()/check_output() o...
Andrew Kuchling
2014-04-14
1
-11
/
+27
|
/
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-2
/
+0
*
merge 3.3 (#19060)
Benjamin Peterson
2014-03-12
1
-1
/
+1
|
\
|
*
remove unnecessary word (closes #19060)
Benjamin Peterson
2014-03-12
1
-1
/
+1
*
|
(Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now
Victor Stinner
2014-02-18
1
-1
/
+9
|
\
|
|
*
Issue #19612: On Windows, subprocess.Popen.communicate() now ignores
Victor Stinner
2014-02-18
1
-1
/
+9
*
|
issue12085: Use more Pythonic way to check _child_created.
Serhiy Storchaka
2014-02-10
1
-7
/
+6
|
\
|
[next]