Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Duh, it helps if '_nt_quote_args()' actually returns the mutated list, | Greg Ward | 2000-03-26 | 1 | -1/+1 |
* | Fixed '_nt_quote_args()': backwards logic reversed, and now it actually | Greg Ward | 2000-03-23 | 1 | -2/+2 |
* | Added '_nt_quote_args()' to deal with whitespace in command-line arguments | Greg Ward | 2000-03-07 | 1 | -5/+22 |
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
* | Catch OSError from 'spawnv()' in '_spawn_nt()'. | Greg Ward | 2000-01-17 | 1 | -5/+12 |
* | [from 1999/08/28] | Greg Ward | 1999-09-08 | 1 | -2/+2 |
* | Patch from Perry Stoll: support for Windows. | Greg Ward | 1999-08-29 | 1 | -10/+29 |
* | Module to spawn sub-commands in a platform-independent way. | Greg Ward | 1999-08-14 | 1 | -0/+106 |