summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmd_line.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+3
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-25/+7
* don't use subprocess.call with PIPEs as the child can fill the pipe buf andPhilip Jenvey2009-05-221-2/+4
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-181-0/+3
* Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056)Nick Coghlan2007-09-111-5/+2
* Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...Nick Coghlan2007-08-251-11/+29
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-6/+7
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-141-1/+1
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-0/+1
* More reliable version of new command line tests that just checks the exit codesNick Coghlan2006-04-241-2/+37
* Back out new command line tests (broke buildbot)Nick Coghlan2006-04-241-55/+0
* Add unit tests for the -m and -c command line switchesNick Coghlan2006-04-241-0/+55
* Add a comment to explain why we are calling _cleanup()Neal Norwitz2006-04-171-0/+2
* Try to stop the test from leaking and yet still work on windowsNeal Norwitz2006-04-171-3/+2
* Get test to consistently show no leaksNeal Norwitz2006-04-171-1/+3
* Try to be a bit more consistent on all platforms:Neal Norwitz2006-03-091-13/+2
* Fix test not to fail on FreeBSD. Directories work also as dataHye-Shik Chang2005-12-131-0/+4
* SF patch #1364545: test_cmd_line.py relied on english error messages whenWalter Dörwald2005-11-251-13/+12
* test_directories(): This test had no chance of passing onTim Peters2005-10-301-2/+14
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+50