summaryrefslogtreecommitdiffstats
path: root/Modules/_posixsubprocess.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,Victor Stinner2010-04-221-4/+1
* Issue #8393: subprocess accepts bytes, bytearray and str with surrogates forVictor Stinner2010-04-161-4/+20
* * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was notGregory P. Smith2010-03-191-3/+11
* * Fix the refcount leak in _PySequence_BytesToCharpArray from r78946.Gregory P. Smith2010-03-151-7/+9
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+385