summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_popen.py
Commit message (Expand)AuthorAgeFilesLines
* Port test_popen.py to unittest.Walter Dörwald2007-01-241-22/+29
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-1/+2
* Don't quote the path to Python unless the path contains an embedded space.Tim Peters2003-03-071-1/+4
* sys.executable can contain spaces, cater for this when passing it toJack Jansen2003-02-241-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Get popen test to work even if python is not in the pathNeal Norwitz2002-07-201-1/+1
* Fix bugs:Mark Hammond2002-04-031-0/+36