summaryrefslogtreecommitdiff
path: root/Lib/test/test_popen2.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-5/+5
* Fix transient refleak in test_popen2.Florent Xicluna2010-03-041-1/+7
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-291-0/+26
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-0/+6
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-3/+3
* Patch #1676994: Refactor test_popen2 to use unittest.Collin Winter2007-03-161-68/+82
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-1/+2
* Bug #1183780: Add Popen objects to _active only in __del__.Martin v. Löwis2006-03-241-0/+4
* Fix typoAndrew M. Kuchling2005-02-101-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-2/+3
* Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS.Moshe Zadka2001-01-301-0/+7
* The "more" cmd varies across Windows flavors, sometimes adding strayTim Peters2000-09-011-7/+16
* Added os.popen2() and os.popen3() for non-Windows platforms.Fred Drake2000-08-281-1/+34
* -- changed test to work on platforms which have os.popenFredrik Lundh2000-07-271-2/+8
* Test for popen2 module, by Chris Tismer.Guido van Rossum1999-03-111-0/+17