aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/queues.py
Commit message (Expand)AuthorAge
* gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...Malcolm Smith2024-02-25
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-29
* gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511)Nikita Sobolev2022-12-26
* bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...Géry Ogam2022-05-03
* bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)Victor Stinner2020-04-27
* bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511)Dong-hee Na2020-04-15
* bpo-39481: PEP 585 for a variety of modules (GH-19423)Batuhan Taşkaya2020-04-10
* bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th...Zackery Spytz2018-10-13
* bpo-34054: multiprocessing uses time.monotonic() (GH-8118)Victor Stinner2018-07-06
* bpo-33078 - Fix queue size on pickling error (GH-6119)Thomas Moreau2018-03-21
* bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling...Thomas Moreau2018-01-05
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-30
* bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642)Victor Stinner2017-07-10
* bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)Victor Stinner2017-06-10
* bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1...grzgrzgrz32017-05-25
* bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)Xiang Zhang2017-05-17
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-09
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-10
|\
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-10
* | Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-08
|\|
| * Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-08
* | Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-25
|/
* 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
* Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.Charles-François Natali2013-03-25
* Issue #16284: Prevent keeping unnecessary references to worker functions in c...Andrew Svetlov2012-11-03
* Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-30
* Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-05
* Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-11
* Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-10
|\
| * Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-10
* | Fix test_multiprocessing failure under Windows.Antoine Pitrou2011-07-20
* | Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe...Antoine Pitrou2011-07-16
* | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-08
|/
* 9162: fix license in multiprocessing filesR. David Murray2010-12-14
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-11
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-11
* merge 70792 to py3kJesse Noller2009-03-31
* Merged revisions 65824 via svnmerge fromBenjamin Peterson2008-08-18
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-11
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-11