1. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  2. 5f9c6ae Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport. by Peter Astrand · 19 years ago
  3. f540003 We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead. by Peter Astrand · 19 years ago
  4. f733abb7 Whitespace normalization. by Tim Peters · 19 years ago
  5. 10514a7 Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
  6. 1812f8c Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. by Peter Astrand · 19 years ago
  7. ec05a2d Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424. by Peter Astrand · 19 years ago
  8. a186ee2 SF bug #1623890, fix argument name in docstring by Neal Norwitz · 19 years ago
  9. 6c0e1e8 Bug #1357915: allow all sequence types for shell arguments in subprocess. by Georg Brandl · 19 years ago
  10. c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 19 years ago
  11. 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 19 years ago
  12. 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 19 years ago
  13. 13cf38c Guard for _active being None in __del__ method. by Georg Brandl · 19 years ago
  14. 73a9ead Whitespace normalization. by Tim Peters · 19 years ago
  15. 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 19 years ago
  16. 8440483 Fix doco. Backport candidate. by Neal Norwitz · 19 years ago
  17. ff355f1 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. by Peter Astrand · 19 years ago
  18. ad62489 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 19 years ago
  19. a6d01ce Try to fix breakage caused by patch #1479181, r45850 by Neal Norwitz · 19 years ago
  20. 17de8ff Patch #1467770: Add Popen objects to _active only in __del__. by Martin v. Löwis · 19 years ago
  21. 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 20 years ago
  22. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  23. 7e78ade Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 20 years ago
  24. 23109f0 Optimization for communicate(): If only one of stdin/stdout/stderr is by Peter Astrand · 20 years ago
  25. c26516b Made the module compatible with Python 2.2 again. by Peter Astrand · 20 years ago
  26. 69bf13f Added copyright notice: Licensed to PSF under a Contributor Agreement. by Peter Astrand · 20 years ago
  27. d38ddf4 Patch from Leandro Lucarella: replaced: by Peter Astrand · 20 years ago
  28. f715366 Reduce the usage of the types module. by Raymond Hettinger · 21 years ago
  29. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 21 years ago
  30. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 21 years ago
  31. 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 · 21 years ago
  32. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 21 years ago
  33. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 21 years ago
  34. c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 21 years ago
  35. 837dd93 Fix docstring formatting of escape sequences. by Raymond Hettinger · 21 years ago
  36. 15aaacc return codes are available on all platforms, not just on Unix by Fredrik Lundh · 21 years ago
  37. 3e73a01 Replace dynamic try/except with "if 0", to keep py2exe happy. If you by Fredrik Lundh · 21 years ago
  38. e8374a5 Folded long lines. by Tim Peters · 21 years ago
  39. e718f61 Whitespace normalization. by Tim Peters · 21 years ago
  40. 51ee66e Typo fix by Andrew M. Kuchling · 21 years ago
  41. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago