summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/spawn.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-091-5/+4
* Fix typo in docstring of multiprocessing.spawn.spawn_main()Berker Peksag2016-01-071-1/+1
* Issue #20990: Correction for 619331c67638.Richard Oudkerk2014-03-231-2/+2
* Issue #20990: Fix issues found by pyflakes for multiprocessing.Richard Oudkerk2014-03-231-2/+10
* Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-171-51/+70
* Issue #19946: Raise ImportError when the main module cannot be foundBrett Cannon2013-12-131-0/+2
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-6/+5
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-4/+4
* Stop making fork server have copy of semaphore_tracker_fd.Richard Oudkerk2013-08-221-7/+8
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+258