| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove uses of the string and types modules: | Walter Dörwald | 2002-06-03 | 1 | -2/+1 |
|
|
* | tighten up except - os.close only raises OSError | Skip Montanaro | 2002-03-24 | 1 | -1/+1 |
|
|
* | back out spurious change from 1.22 | Skip Montanaro | 2002-03-12 | 1 | -1/+1 |
|
|
* | Popen3 and Popen4 should be in __all__ | Skip Montanaro | 2002-03-12 | 1 | -1/+1 |
|
|
* | OS/2 EMX port Library and regression test changes: | Andrew MacIntyre | 2002-02-24 | 1 | -1/+1 |
|
|
* | Patch #487784: Support Unicode commands in popen3/4 handling on UNIX. | Martin v. Löwis | 2001-12-02 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -1/+1 |
|
|
* | a few more __all__ lists | Skip Montanaro | 2001-02-07 | 1 | -1/+4 |
|
|
* | test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it. | Tim Peters | 2000-10-03 | 1 | -1/+1 |
|
|
* | popen4(), class Popen4: popen4() support for Unix. | Fred Drake | 2000-09-28 | 1 | -49/+64 |
|
|
* | The "more" cmd varies across Windows flavors, sometimes adding stray | Tim Peters | 2000-09-01 | 1 | -7/+16 |
|
|
* | Added os.popen2() and os.popen3() for non-Windows platforms. | Fred Drake | 2000-08-28 | 1 | -3/+5 |
|
|
* | Changed the popen2.py _test function to use the "more" cmd when | Tim Peters | 2000-08-20 | 1 | -5/+10 |
|
|
* | remove prints of file objects from _test | Jeremy Hylton | 2000-07-10 | 1 | -2/+0 |
|
|
* | - changed the nt.popen2 return values back to | Fredrik Lundh | 2000-07-09 | 1 | -10/+25 |
|
|
* | - added popen.popen2/popen3/popen4 support for | Fredrik Lundh | 2000-07-09 | 1 | -15/+39 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -0/+27 |
|
|
* | Calling _cleanup() does not guarantee that all processes have | Guido van Rossum | 1999-04-20 | 1 | -1/+2 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -55/+55 |
|
|
* | Add optional bufsize argument to various calls so we can make the | Guido van Rossum | 1997-09-29 | 1 | -8/+8 |
|
|
* | The command can now either be a string (as before) or a list of | Guido van Rossum | 1997-09-18 | 1 | -3/+4 |
|
|
* | Rewrite using class, to make waiting for processes possible; | Guido van Rossum | 1997-08-11 | 1 | -31/+79 |
|
|
* | Change inspired by Tommy Burnette to add an interface to get stderr, too. | Guido van Rossum | 1997-04-21 | 1 | -4/+19 |
|
|
* | pass the command to sh -c | Guido van Rossum | 1995-08-07 | 1 | -1/+1 |
|
|
* | new files | Guido van Rossum | 1995-01-12 | 1 | -0/+35 |
|
|