summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/popen_forkserver.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36888: Add multiprocessing.parent_process() (GH-13247)Thomas Moreau2019-05-201-1/+5
* Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)Antoine Pitrou2017-06-241-1/+1
* Fix bpo-30589: improve Process.exitcode with forkserver (#1989)Antoine Pitrou2017-06-121-3/+5
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-091-4/+3
* Merge 3.3.Richard Oudkerk2014-03-231-1/+1
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-9/+3
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+75