summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/spawn.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...Steve Dower2019-09-131-1/+1
* bpo-36888: Add multiprocessing.parent_process() (GH-13247)Thomas Moreau2019-05-201-10/+9
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-101-2/+2
* bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)Steve Dower2019-02-031-7/+0
* bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)Steve Dower2019-01-251-1/+8
* bpo-33929: Fix regression in spawn_main() (#7962)Victor Stinner2018-06-271-2/+6
* bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)Victor Stinner2018-06-271-1/+9
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-301-1/+1
* Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-1/+1
|\
| * Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-1/+1
* | 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