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
/
test
/
test_subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314)
Victor Stinner
2018-06-01
1
-2/+5
*
bpo-32667: Fix tests when $PATH contains a file (#5324)
Victor Stinner
2018-01-25
1
-1/+1
*
bpo-31067: test_subprocess calls reap_children() (#2931) (#3073)
Victor Stinner
2017-08-11
1
-0/+2
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)
Victor Stinner
2017-08-11
1
-33/+26
*
bpo-30705: Fix test_regrtest.test_crashed() (#2439)
Victor Stinner
2017-06-27
1
-4/+3
*
[2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412)
Victor Stinner
2017-06-26
1
-26/+25
*
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-24
1
-0/+40
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-0/+46
*
Correct print() calls to print a blank line in various test cases
Martin Panter
2016-09-10
1
-1/+1
*
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Martin Panter
2016-05-13
1
-0/+21
*
Issue #25249: Remove unneeded mkstemp helper in test_subprocess
Berker Peksag
2015-09-28
1
-17/+7
*
Issue #18851: Avoid a double close of subprocess pipes when the child process...
Antoine Pitrou
2013-08-30
1
-2/+36
*
Issue #18174: Fix fd leaks in tests.
Richard Oudkerk
2013-06-10
1
-1/+2
*
#11963: fix Windows buildbots.
Ezio Melotti
2013-03-11
1
-4/+4
*
#11963: remove human verification from test_subprocess.
Ezio Melotti
2013-03-10
1
-12/+36
*
Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill()
Charles-François Natali
2013-01-12
1
-0/+2
*
remove an obsolete comment
Gregory P. Smith
2012-11-11
1
-1/+0
*
Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
Gregory P. Smith
2012-11-11
1
-22/+22
*
whitespace fix
Gregory P. Smith
2012-11-11
1
-1/+1
*
Fix issue #16140 bug that the fix to issue #16327 added - don't double
Gregory P. Smith
2012-11-11
1
-0/+47
*
Fixes issue #16327: The subprocess module no longer leaks file descriptors
Gregory P. Smith
2012-11-11
1
-0/+33
*
Clean up a test turd.
Mark Dickinson
2012-10-07
1
-0/+1
*
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...
Antoine Pitrou
2012-03-11
1
-0/+67
*
you can't get resource.error if you can't import resource
Benjamin Peterson
2011-12-10
1
-11/+16
*
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
Charles-François Natali
2011-08-25
1
-0/+31
*
Fix resource leaks in test_subprocess.
Nadeem Vawda
2011-08-19
1
-0/+4
*
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
Charles-François Natali
2011-08-18
1
-12/+0
*
Issue #12650: only run the tests on Unix.
Charles-François Natali
2011-08-18
1
-58/+58
*
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+57
*
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
Ross Lagerwall
2011-07-27
1
-0/+58
*
Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing
Victor Stinner
2011-07-05
1
-0/+2
*
Issue #12493: subprocess: communicate() handles EINTR
Victor Stinner
2011-07-05
1
-0/+16
*
Issue #12085: Fix test_subprocess for my previous commit
Victor Stinner
2011-05-31
1
-1/+1
*
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
Victor Stinner
2011-05-31
1
-0/+10
*
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
Ross Lagerwall
2011-04-05
1
-0/+18
*
#11490: EACCES can also mean command not found
R David Murray
2011-03-14
1
-1/+2
*
Merged revisions 87695 via svnmerge from
Antoine Pitrou
2011-01-03
1
-0/+52
*
Merged revisions 87233 via svnmerge from
Gregory P. Smith
2010-12-14
1
-0/+10
*
Merged revisions 86207 via svnmerge from
Brian Curtin
2010-11-05
1
-0/+17
*
Merged revisions 86185 via svnmerge from
Brian Curtin
2010-11-05
1
-0/+16
*
Merged revisions 84997 via svnmerge from
Antoine Pitrou
2010-09-24
1
-20/+14
*
Merged revisions 84909-84913 via svnmerge from
Antoine Pitrou
2010-09-20
1
-18/+14
*
Merged revisions 84883 via svnmerge from
Antoine Pitrou
2010-09-18
1
-12/+32
*
Merged revisions 84878 via svnmerge from
Antoine Pitrou
2010-09-18
1
-1/+1
*
Merged revisions 83983 via svnmerge from
Brian Curtin
2010-08-13
1
-2/+3
*
#2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu...
Tim Golden
2010-08-12
1
-1/+43
*
revert 83832; unix test breakage
Benjamin Peterson
2010-08-08
1
-43/+1
*
Issue #2304: Add additional quotes when using cmd shell on Windows. Original ...
Tim Golden
2010-08-08
1
-1/+43
*
Issue #3210: Ensure stdio handles are closed if CreateProcess fails
Tim Golden
2010-08-06
1
-0/+20
*
Merged revisions 83067 via svnmerge from
Ronald Oussoren
2010-07-23
1
-0/+14
[next]