summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/popen_spawn_posix.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-3/+0
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-9/+4
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-2/+2
* Stop making fork server have copy of semaphore_tracker_fd.Richard Oudkerk2013-08-221-2/+4
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+75