aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/resource_sharer.py
Commit message (Expand)AuthorAge
* bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511)Dong-hee Na2020-04-15
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-06
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-04
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-30
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-09
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-14