summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_popen.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-1/+1
* Make sys.path and sys.argv into lists of strings.Guido van Rossum2007-06-151-1/+1
* Fix some problems introduced by the str8 repr change.Guido van Rossum2007-06-151-1/+3
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-1/+1
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-22/+29
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-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