Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -1/+30 |
| | | | | Closes patch #435381. | ||||
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -6/+6 |
| | |||||
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 1 | -38/+41 |
| | | | | Standardize whitespace in function calls. | ||||
* | Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. | Greg Ward | 2000-08-02 | 1 | -13/+30 |
| | |||||
* | Duh, it helps if '_nt_quote_args()' actually returns the mutated list, | Greg Ward | 2000-03-26 | 1 | -1/+1 |
| | | | | rather than None. | ||||
* | Fixed '_nt_quote_args()': backwards logic reversed, and now it actually | Greg Ward | 2000-03-23 | 1 | -2/+2 |
| | | | | returns a value. | ||||
* | Added '_nt_quote_args()' to deal with whitespace in command-line arguments | Greg Ward | 2000-03-07 | 1 | -5/+22 |
| | | | | in a rather half-assed, but probably effective, way. | ||||
* | 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 |
| | | | | Tweaked error messages in '_spawn_posix()'. | ||||
* | [from 1999/08/28] | Greg Ward | 1999-09-08 | 1 | -2/+2 |
| | | | | | Apparently os.name is "nt" or "posix" or we don't care. Cosmetic tweaks. | ||||
* | 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 |
Initial revision only includes support for POSIX-style fork-and-exec. |