Fred Drake
|
b94b849d65
|
Whitespace normalization.
|
2001-12-06 20:51:35 +00:00 |
Greg Ward
|
a30f7aca08
|
Reformat docstrings.
Standardize whitespace in function calls.
|
2000-09-26 02:00:51 +00:00 |
Greg Ward
|
88608caff2
|
Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.
|
2000-08-02 01:08:02 +00:00 |
Greg Ward
|
a3c8bf382e
|
Duh, it helps if '_nt_quote_args()' actually returns the mutated list,
rather than None.
|
2000-03-26 21:47:00 +00:00 |
Greg Ward
|
e2a33079e9
|
Fixed '_nt_quote_args()': backwards logic reversed, and now it actually
returns a value.
|
2000-03-23 04:38:36 +00:00 |
Greg Ward
|
e2b4452d0c
|
Added '_nt_quote_args()' to deal with whitespace in command-line arguments
in a rather half-assed, but probably effective, way.
|
2000-03-07 03:25:20 +00:00 |
Greg Ward
|
3ce77fd05e
|
Changed '__rcsid__' to '__revision__'.
|
2000-03-02 01:49:45 +00:00 |
Greg Ward
|
3b49c9babd
|
Catch OSError from 'spawnv()' in '_spawn_nt()'.
Tweaked error messages in '_spawn_posix()'.
|
2000-01-17 21:57:55 +00:00 |
Greg Ward
|
a4d132a868
|
[from 1999/08/28]
Apparently os.name is "nt" or "posix" or we don't care.
Cosmetic tweaks.
|
1999-09-08 02:23:28 +00:00 |
Greg Ward
|
69628b0ad1
|
Patch from Perry Stoll: support for Windows.
|
1999-08-29 18:20:56 +00:00 |
Greg Ward
|
b4dbfb318c
|
Module to spawn sub-commands in a platform-independent way.
Initial revision only includes support for POSIX-style fork-and-exec.
|
1999-08-14 23:57:17 +00:00 |