COMMITS
/ Lib/multiprocessing/pool.py October 1, 2023
V
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner committed
November 30, 2022
A
Fix typo in exception message in `multiprocessing.pool` (#99900)
Arne de Laat committed
June 17, 2022
May 1, 2020
V
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
March 15, 2020
B
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009)
Batuhan Taşkaya committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
March 16, 2019
February 11, 2019
P
bpo-35378: Fix multiprocessing.Pool references (GH-11627)
Pablo Galindo committed
December 20, 2018
V
bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974)
Victor Stinner committed
December 16, 2018
V
bpo-35491, multiprocessing: replace "RUN" with RUN (GH-11178)
Victor Stinner committed
December 14, 2018
V
Add multiprocessing.Pool.__repr__() (GH-11137)
Victor Stinner committed
December 13, 2018
V
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134)
Victor Stinner committed
December 6, 2018
V
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971)
Victor Stinner committed
November 4, 2018
J
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
Julien Palard committed
October 2, 2018
T
January 18, 2018
A
bpo-32576: use queue.SimpleQueue in critical places (#5216)
Antoine Pitrou committed
August 30, 2017
A
[Trivial] Remove now redundant assert (#3245)
Antoine Pitrou committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
March 29, 2017
X
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)
Xiang Zhang committed
March 24, 2017
A
bpo-29861: release references to multiprocessing Pool tasks (#743)
Antoine Pitrou committed
February 10, 2016
C
Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.
Charles-François Natali committed
March 13, 2015
S
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka committed
S
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
May 25, 2014
C
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali committed
March 23, 2014
R
Issue #20980: Stop wrapping exception when using ThreadPool.
Richard Oudkerk committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
October 28, 2013
R
Issue #19425 -- a pickling error should not cause pool to hang.
Richard Oudkerk committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
June 28, 2013
C
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
Charles-François Natali committed
May 6, 2013
R
Issue #17805: Add AsyncResult alias for ApplyResult
Richard Oudkerk committed
R
Issue #13813: Embed stringification of remote traceback in local
Richard Oudkerk committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
October 27, 2012
H
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks
Hynek Schlawack committed
September 25, 2012
B
raise a ValueError instead of an AssertionError when pool is an invalid state
Benjamin Peterson committed
June 18, 2012
R
Issue #15064: Implement context manager protocol for multiprocessing types
Richard Oudkerk committed
R
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk committed
R
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk committed
June 7, 2012
R
Merge fixes for #13854 and #12157.
Richard Oudkerk committed
June 6, 2012
R
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk committed
May 25, 2012
R
Issue #12091: simplify ApplyResult and MapResult with threading.Event
Richard Oudkerk committed
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed
December 21, 2011
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
October 24, 2011
C
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali committed