summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/resource_sharer.py
Commit message (Expand)AuthorAgeFilesLines
* gh-101225: Increase the socket backlog when creating a multiprocessing.connec...Ronald Oussoren2024-01-131-1/+1
* bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511)Dong-hee Na2020-04-141-5/+1
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-061-1/+1
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-041-1/+1
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-291-1/+1
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-091-1/+1
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+158