| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1739468: Directories and zipfiles containing __main__.py are now execu... | Nick Coghlan | 2007-11-18 | 1 | -0/+3 |
|
|
* | Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056) | Nick Coghlan | 2007-09-11 | 1 | -5/+2 |
|
|
* | Fix bug 1764407 - the -i switch now does the right thing when using the -m sw... | Nick Coghlan | 2007-08-25 | 1 | -11/+29 |
|
|
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. | Neal Norwitz | 2007-05-11 | 1 | -6/+7 |
|
|
* | Patch #1559413: Fix test_cmd_line if sys.executable contains a space. | Martin v. Löwis | 2007-03-14 | 1 | -1/+1 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 1 | -0/+1 |
|
|
* | More reliable version of new command line tests that just checks the exit codes | Nick Coghlan | 2006-04-24 | 1 | -2/+37 |
|
|
* | Back out new command line tests (broke buildbot) | Nick Coghlan | 2006-04-24 | 1 | -55/+0 |
|
|
* | Add unit tests for the -m and -c command line switches | Nick Coghlan | 2006-04-24 | 1 | -0/+55 |
|
|
* | Add a comment to explain why we are calling _cleanup() | Neal Norwitz | 2006-04-17 | 1 | -0/+2 |
|
|
* | Try to stop the test from leaking and yet still work on windows | Neal Norwitz | 2006-04-17 | 1 | -3/+2 |
|
|
* | Get test to consistently show no leaks | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
|
|
* | Try to be a bit more consistent on all platforms: | Neal Norwitz | 2006-03-09 | 1 | -13/+2 |
|
|
* | Fix test not to fail on FreeBSD. Directories work also as data | Hye-Shik Chang | 2005-12-13 | 1 | -0/+4 |
|
|
* | SF patch #1364545: test_cmd_line.py relied on english error messages when | Walter Dörwald | 2005-11-25 | 1 | -13/+12 |
|
|
* | test_directories(): This test had no chance of passing on | Tim Peters | 2005-10-30 | 1 | -2/+14 |
|
|
* | Fix unit test failure -- the output received from Python can be empty, | Guido van Rossum | 2005-10-08 | 1 | -1/+1 |
|
|
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+50 |
|
|