1. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  2. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 12 years ago
  3. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 12 years ago
  4. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  5. 58f07a9 Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 12 years ago
  6. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  7. 91eef98 fix declaration style by Benjamin Peterson · 12 years ago
  8. 4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 12 years ago
  9. e9b7cab Another issue #8052 bugfix (related to previous commit). by Gregory P. Smith · 12 years ago
  10. e3f7848 Bugfix for issue #8052 fix on *BSD variants. by Gregory P. Smith · 12 years ago
  11. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 12 years ago
  12. 12fdca5 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 12 years ago
  13. 667d75d Don't redefine _GNU_SOURCE if it's already defined. by Ross Lagerwall · 13 years ago
  14. 031bf95 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. by Ross Lagerwall · 13 years ago
  15. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  16. 9c4f44f Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr by Gregory P. Smith · 13 years ago
  17. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 13 years ago
  18. abcfcba issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno ENOSYS. by Gregory P. Smith · 14 years ago
  19. 14affb8 fix a compiler warning about err_msg potentially being used uninitialized. by Gregory P. Smith · 14 years ago
  20. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  21. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  22. d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller by Gregory P. Smith · 14 years ago
  23. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  24. 0e59cc3 Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for by Victor Stinner · 14 years ago
  25. 32ec9da * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not by Gregory P. Smith · 14 years ago
  26. 68f5217 * Fix the refcount leak in _PySequence_BytesToCharpArray from r78946. by Gregory P. Smith · 14 years ago
  27. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 14 years ago