summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_popen.py
Commit message (Expand)AuthorAgeFilesLines
* fix windows buildbotBenjamin Peterson2010-01-311-1/+1
* try to fix for windowsBenjamin Peterson2010-01-151-1/+1
* use more robust quotingBenjamin Peterson2010-01-141-1/+1
* fix test_popen when the path to python has spaces #7671Benjamin Peterson2010-01-101-3/+1
* Add basic tests for the return value of os.popen().close().Amaury Forgeot d'Arc2009-07-111-0/+7
* 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