summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* refactor the warning test.Gregory P. Smith2010-12-041-23/+11
* issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument isGregory P. Smith2010-12-041-1/+31
* Fix #10554. Added context manager support to Popen objects.Brian Curtin2010-12-031-1/+43
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-6/+6
* add filename to ENOENT message #4925Benjamin Peterson2010-11-201-0/+1
* Fix a number of ResourceWarnings on Windows due to open pipes.Brian Curtin2010-11-051-0/+17
* Add cleanups to stdout/stderr pipes to remove ResourceWarnings.Brian Curtin2010-11-051-0/+16
* close some more filesBenjamin Peterson2010-10-311-0/+7
* test_subprocess: use surrogateescape error handler to write shell scriptsVictor Stinner2010-10-161-2/+2
* test_subprocess doesn't need to C locale to test os.environbVictor Stinner2010-10-141-3/+3
* test_subprocess: use C locale to get ascii locale encodingVictor Stinner2010-10-141-0/+4
* Issue #9992: Remove PYTHONFSENCODING environment variable.Victor Stinner2010-10-131-4/+0
* Make _kill_process more robust under Windows too (see issue #8432)Antoine Pitrou2010-09-241-20/+14
* Try a more robust implementation of _kill_processAntoine Pitrou2010-09-201-20/+14
* Try to fix buildbot failure (#9902)Antoine Pitrou2010-09-201-0/+4
* Try to make signal-sending tests in test_subprocess more robust on slow machinesAntoine Pitrou2010-09-191-2/+4
* Try to fix test_subprocess on "x86 debian parallel 3.x" buildbotAntoine Pitrou2010-09-191-4/+4
* Issue #9895: speed up test_subprocessAntoine Pitrou2010-09-181-13/+32
* Issue #9894: Do not hardcode ENOENT in test_subprocess.Antoine Pitrou2010-09-181-1/+1
* Fix #9588. Add sys.executable to two shell=True tests.Brian Curtin2010-08-131-2/+3
* #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu...Tim Golden2010-08-111-1/+43
* revert r83830, breaks tests on unixesBenjamin Peterson2010-08-081-42/+0
* Issue #2304: Add additional quotes when using cmd shell on Windows. Original ...Tim Golden2010-08-081-0/+42
* Issue #3210: Ensure stdio handles are closed if CreateProcess failsTim Golden2010-08-061-0/+20
* Factor out stripping of interpreter debug output in test.support.strip_python...Antoine Pitrou2010-08-041-1/+1
* Workaround for issue 4047: in some configurations ofRonald Oussoren2010-07-231-0/+15
* Issue #9265: Incorrect name passed as arg[0] when shell=TrueStefan Krah2010-07-191-0/+19
* Merged revisions 82075 via svnmerge fromJean-Paul Calderone2010-06-181-2/+0
* Issue #8780: Fix a regression introduced by r78946 in subprocess on WindowsVictor Stinner2010-05-211-0/+11
* Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.Victor Stinner2010-05-181-0/+21
* Issue #8603: Create a bytes version of os.environ for UnixVictor Stinner2010-05-061-5/+3
* Fix test_undecodable_env of test_subproces for non-ASCII directoryVictor Stinner2010-04-231-2/+6
* Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates andVictor Stinner2010-04-231-1/+23
* Issue #8467: Pure Python implementation of subprocess encodes the error messageVictor Stinner2010-04-231-0/+19
* Merged revisions 79344,79346,79350 via svnmerge fromFlorent Xicluna2010-03-271-25/+16
* * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was notGregory P. Smith2010-03-191-0/+42
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-6/+79
* Merged revisions 78833 via svnmerge fromFlorent Xicluna2010-03-111-1/+1
* Merged revisions 78830 via svnmerge fromFlorent Xicluna2010-03-111-1/+1
* Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge fromFlorent Xicluna2010-03-081-36/+43
* Merged revisions 78721 via svnmerge fromFlorent Xicluna2010-03-061-3/+5
* Merged revisions 78704 via svnmerge fromFlorent Xicluna2010-03-061-2/+4
* Merged revisions 78701 via svnmerge fromFlorent Xicluna2010-03-051-3/+6
* Merged revisions 78673 via svnmerge fromFlorent Xicluna2010-03-051-5/+4
* Remove some debug line...Florent Xicluna2010-03-051-1/+0
* Merged revisions 78671 via svnmerge fromFlorent Xicluna2010-03-051-2/+14
* Merged revisions 78661-78662 via svnmerge fromFlorent Xicluna2010-03-041-10/+24
* Merged revisions 78532 via svnmerge fromGregory P. Smith2010-03-011-0/+1
* Merged revisions 78523 via svnmerge fromGregory P. Smith2010-03-011-1/+21
* Recorded merge of revisions 78508-78509 via svnmerge fromFlorent Xicluna2010-02-271-332/+309