summaryrefslogtreecommitdiff
path: root/Lib/test/test_popen.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)pxinwr2020-12-151-0/+3
* bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)Victor Stinner2020-04-011-2/+3
* Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-091-0/+4
|\
| * Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-091-0/+4
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
|/
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* close file properlyBenjamin Peterson2010-10-311-1/+2
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Issue #7461: objects returned by os.popen() should support the context manage...Antoine Pitrou2009-12-091-0/+8
* #6358: Merge r73933: Add basic tests for the return value of os.popen().close().Amaury Forgeot d'Arc2009-07-111-0/+7
* #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