1. d38ddf4 Patch from Leandro Lucarella: replaced: by Peter Astrand · 19 years ago
  2. f715366 Reduce the usage of the types module. by Raymond Hettinger · 19 years ago
  3. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 20 years ago
  4. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  5. 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 20 years ago
  6. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 20 years ago
  7. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 20 years ago
  8. c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 20 years ago
  9. 837dd93 Fix docstring formatting of escape sequences. by Raymond Hettinger · 20 years ago
  10. 15aaacc return codes are available on all platforms, not just on Unix by Fredrik Lundh · 20 years ago
  11. 3e73a01 Replace dynamic try/except with "if 0", to keep py2exe happy. If you by Fredrik Lundh · 20 years ago
  12. e8374a5 Folded long lines. by Tim Peters · 20 years ago
  13. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  14. 51ee66e Typo fix by Andrew M. Kuchling · 20 years ago
  15. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago