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_cmd_line.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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