summaryrefslogtreecommitdiff
path: root/Lib/test/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18851: Avoid a double close of subprocess pipes when the child process...Antoine Pitrou2013-08-301-2/+36
* Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-101-1/+2
* #11963: fix Windows buildbots.Ezio Melotti2013-03-111-4/+4
* #11963: remove human verification from test_subprocess.Ezio Melotti2013-03-111-12/+36
* Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill()Charles-François Natali2013-01-121-0/+2
* remove an obsolete commentGregory P. Smith2012-11-111-1/+0
* Refactor test_preexec_errpipe to not create an uncollectable reference cycle.Gregory P. Smith2012-11-111-22/+22
* whitespace fixGregory P. Smith2012-11-111-1/+1
* Fix issue #16140 bug that the fix to issue #16327 added - don't doubleGregory P. Smith2012-11-111-0/+47
* Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-101-0/+33
* Clean up a test turd.Mark Dickinson2012-10-071-0/+1
* Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+67
* you can't get resource.error if you can't import resourceBenjamin Peterson2011-12-101-11/+16
* Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoidCharles-François Natali2011-08-251-0/+31
* Fix resource leaks in test_subprocess.Nadeem Vawda2011-08-191-0/+4
* Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-191-12/+0
* Issue #12650: only run the tests on Unix.Charles-François Natali2011-08-181-58/+58
* Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-181-0/+57
* Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr isRoss Lagerwall2011-07-271-0/+58
* Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missingVictor Stinner2011-07-051-0/+2
* Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-051-0/+16
* Issue #12085: Fix test_subprocess for my previous commitVictor Stinner2011-06-011-1/+1
* Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-06-011-0/+10
* Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.Ross Lagerwall2011-04-051-0/+18
* #11490: EACCES can also mean command not foundR David Murray2011-03-131-1/+2
* Merged revisions 87695 via svnmerge fromAntoine Pitrou2011-01-031-0/+52
* Merged revisions 87233 via svnmerge fromGregory P. Smith2010-12-141-0/+10
* Merged revisions 86207 via svnmerge fromBrian Curtin2010-11-051-0/+17
* Merged revisions 86185 via svnmerge fromBrian Curtin2010-11-051-0/+16
* Merged revisions 84997 via svnmerge fromAntoine Pitrou2010-09-241-20/+14
* Merged revisions 84909-84913 via svnmerge fromAntoine Pitrou2010-09-201-18/+14
* Merged revisions 84883 via svnmerge fromAntoine Pitrou2010-09-181-12/+32
* Merged revisions 84878 via svnmerge fromAntoine Pitrou2010-09-181-1/+1
* Merged revisions 83983 via svnmerge fromBrian Curtin2010-08-131-2/+3
* #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu...Tim Golden2010-08-121-1/+43
* revert 83832; unix test breakageBenjamin Peterson2010-08-081-43/+1
* Issue #2304: Add additional quotes when using cmd shell on Windows. Original ...Tim Golden2010-08-081-1/+43
* Issue #3210: Ensure stdio handles are closed if CreateProcess failsTim Golden2010-08-061-0/+20
* Merged revisions 83067 via svnmerge fromRonald Oussoren2010-07-231-0/+14
* Issue #9265: Incorrect name passed as arg[0] when shell=TrueStefan Krah2010-07-191-0/+19
* Revert r60115Jean-Paul Calderone2010-06-181-2/+0
* The SIGINT signal may happen earlier, during site.py initialization.Florent Xicluna2010-03-231-4/+1
* The standard error should be empty when the signal is killed, except on SIGINT.Florent Xicluna2010-03-231-2/+8
* Silence test_subprocess.Florent Xicluna2010-03-231-24/+12
* Revert r78830: realpath() should really be applied to sys.executable.Florent Xicluna2010-03-111-1/+1
* Fix the test_subprocess failure when sys.executable is meaningless: '' or a d...Florent Xicluna2010-03-111-1/+1
* Replace the stderr logging with assertNotEqual(returncode, 0).Florent Xicluna2010-03-081-4/+2
* #2777: Try hard to make Win7 buildbot happy...Florent Xicluna2010-03-071-2/+3
* Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platf...Florent Xicluna2010-03-071-39/+44
* #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms.Florent Xicluna2010-03-071-3/+0