| Commit message (Expand) | Author | Age |
* | gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi... | Malcolm Smith | 2024-02-25 |
* | gh-109047: concurrent.futures catches PythonFinalizationError (#109810) | Victor Stinner | 2023-09-29 |
* | gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511) | Nikita Sobolev | 2022-12-26 |
* | bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection... | Géry Ogam | 2022-05-03 |
* | bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) | Victor Stinner | 2020-04-27 |
* | bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511) | Dong-hee Na | 2020-04-15 |
* | bpo-39481: PEP 585 for a variety of modules (GH-19423) | Batuhan Taşkaya | 2020-04-10 |
* | bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th... | Zackery Spytz | 2018-10-13 |
* | bpo-34054: multiprocessing uses time.monotonic() (GH-8118) | Victor Stinner | 2018-07-06 |
* | bpo-33078 - Fix queue size on pickling error (GH-6119) | Thomas Moreau | 2018-03-21 |
* | bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling... | Thomas Moreau | 2018-01-05 |
* | bpo-5001: More-informative multiprocessing error messages (#3079) | Allen W. Smith, Ph.D | 2017-08-30 |
* | bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) | Victor Stinner | 2017-07-10 |
* | bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) | Victor Stinner | 2017-06-10 |
* | bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1... | grzgrzgrz3 | 2017-05-25 |
* | bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) | Xiang Zhang | 2017-05-17 |
* | Issue #28053: Applying refactorings, docs and other cleanup to follow. | Davin Potts | 2016-09-09 |
* | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 |
|\ |
|
| * | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 |
* | | Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ... | Berker Peksag | 2015-04-08 |
|\| |
|
| * | Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ... | Berker Peksag | 2015-04-08 |
* | | Issue #21565: multiprocessing: use contex-manager protocol for synchronization | Charles-François Natali | 2014-05-25 |
|/ |
|
* | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 |
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 |
* | Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. | Charles-François Natali | 2013-03-25 |
* | Issue #16284: Prevent keeping unnecessary references to worker functions in c... | Andrew Svetlov | 2012-11-03 |
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" | Richard Oudkerk | 2012-04-30 |
* | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 |
* | Remove unused or redundant imports in concurrent.futures and multiprocessing. | Florent Xicluna | 2011-11-11 |
* | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely | Antoine Pitrou | 2011-11-10 |
|\ |
|
| * | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely | Antoine Pitrou | 2011-11-10 |
* | | Fix test_multiprocessing failure under Windows. | Antoine Pitrou | 2011-07-20 |
* | | Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe... | Antoine Pitrou | 2011-07-16 |
* | | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed | Antoine Pitrou | 2011-06-08 |
|/ |
|
* | 9162: fix license in multiprocessing files | R. David Murray | 2010-12-14 |
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 |
* | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 |
* | merge 70792 to py3k | Jesse Noller | 2009-03-31 |
* | Merged revisions 65824 via svnmerge from | Benjamin Peterson | 2008-08-18 |
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 |
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 |