aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/spawn.py
Commit message (Expand)AuthorAge
* bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...Géry Ogam2022-04-22
* bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)Adam Meily2020-01-28
* bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...Steve Dower2019-09-13
* bpo-36888: Add multiprocessing.parent_process() (GH-13247)Thomas Moreau2019-05-20
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-10
* bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)Steve Dower2019-02-03
* bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)Steve Dower2019-01-25
* bpo-33929: Fix regression in spawn_main() (#7962)Victor Stinner2018-06-27
* bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)Victor Stinner2018-06-27
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-30
* Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-10
|\
| * Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-10
* | Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-09
|/
* Fix typo in docstring of multiprocessing.spawn.spawn_main()Berker Peksag2016-01-07
* Issue #20990: Correction for 619331c67638.Richard Oudkerk2014-03-23
* Issue #20990: Fix issues found by pyflakes for multiprocessing.Richard Oudkerk2014-03-23
* Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-17
* Issue #19946: Raise ImportError when the main module cannot be foundBrett Cannon2013-12-13
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-22
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-16
* Stop making fork server have copy of semaphore_tracker_fd.Richard Oudkerk2013-08-22
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-14