Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | os.fdopen() calls unbuffered. I presume that it's enough if we can make all three of them (for stdin, stdout, and stderr) unbuffered and don't need to specify different buffer sizes per file -- that would complicate the interface more than I care for. | ||||
* | The command can now either be a string (as before) or a list of | Guido van Rossum | 1997-09-18 | 1 | -3/+4 |
| | | | | | arguments for execvp (for those who don't want the shell's argument parsing). | ||||
* | Rewrite using class, to make waiting for processes possible; | Guido van Rossum | 1997-08-11 | 1 | -31/+79 |
| | | | | by default children are waited for automatically. | ||||
* | 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 |