summaryrefslogtreecommitdiffstats
path: root/Lib/popen2.py
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+5
* Changed the popen2.py _test function to use the "more" cmd whenTim Peters2000-08-201-5/+10
* remove prints of file objects from _testJeremy Hylton2000-07-101-2/+0
* - changed the nt.popen2 return values back toFredrik Lundh2000-07-091-10/+25
* - added popen.popen2/popen3/popen4 support forFredrik Lundh2000-07-091-15/+39
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-0/+27
* Calling _cleanup() does not guarantee that all processes haveGuido van Rossum1999-04-201-1/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-55/+55
* Add optional bufsize argument to various calls so we can make theGuido van Rossum1997-09-291-8/+8
* The command can now either be a string (as before) or a list ofGuido van Rossum1997-09-181-3/+4
* Rewrite using class, to make waiting for processes possible;Guido van Rossum1997-08-111-31/+79
* Change inspired by Tommy Burnette to add an interface to get stderr, too.Guido van Rossum1997-04-211-4/+19
* pass the command to sh -cGuido van Rossum1995-08-071-1/+1
* new filesGuido van Rossum1995-01-121-0/+35