Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. | Gregory P. Smith | 2010-12-14 | 1 | -1/+1 |
* | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from | Gregory P. Smith | 2010-12-13 | 1 | -0/+44 |
* | issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller | Gregory P. Smith | 2010-12-04 | 1 | -9/+33 |
* | Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, | Victor Stinner | 2010-04-22 | 1 | -4/+1 |
* | Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for | Victor Stinner | 2010-04-16 | 1 | -4/+20 |
* | * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not | Gregory P. Smith | 2010-03-19 | 1 | -3/+11 |
* | * Fix the refcount leak in _PySequence_BytesToCharpArray from r78946. | Gregory P. Smith | 2010-03-15 | 1 | -7/+9 |
* | * Replaces the internals of the subprocess module from fork through exec on | Gregory P. Smith | 2010-03-14 | 1 | -0/+385 |