aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/synchronize.py
Commit message (Expand)AuthorAge
* remove type annotations from multiprocessing. (#129381)Gregory P. Smith2025-01-30
* gh-125679: multiprocessing Lock and RLock - fix invalid representation string...Duprat2024-11-07
* Cleanup multiprocessing comment and unusual import error message (#126532)Gregory P. Smith2024-11-07
* gh-108520: Fix bad fork detection in nested multiprocessing use case (#108568)albanD2023-08-30
* gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process bef...albanD2023-08-23
* bpo-25066: Added repr for multiprocessing.Event (GH-29749)Kumar Aditya2021-12-09
* Fix typo in message from assert statement (GH-21283)Allen2020-08-17
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-10
* bpo-34054: multiprocessing uses time.monotonic() (GH-8118)Victor Stinner2018-07-06
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-30
* bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)Antoine Pitrou2017-07-04
* Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-25
* Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-25
* Issue #20990: Fix issues found by pyflakes for multiprocessing.Richard Oudkerk2014-03-23
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Issue #19478: Make choice of semaphore prefix more flexible.Richard Oudkerk2013-11-02
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-16
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-14
* - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-15
* Issue #14059: Implement multiprocessing.BarrierRichard Oudkerk2012-06-15
* Fix potential NameError in multiprocessing.Condition.wait()Richard Oudkerk2012-06-04
* Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-30
* Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.Charles-François Natali2012-04-17
* Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-11
* 9162: fix license in multiprocessing filesR. David Murray2010-12-14
* Support new Condition return value in the multiprocessing version.Georg Brandl2010-10-28
* Merged revisions 73073-73074,73089 via svnmerge fromBenjamin Peterson2009-06-01
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-05
* Merged revisions 66670,66681,66688,66696-66699 via svnmerge fromBenjamin Peterson2008-10-04
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-19
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-11
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-11