index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
pool.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in exception message in `multiprocessing.pool` (#99900)
Arne de Laat
2022-11-30
1
-1/+1
*
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...
Irit Katriel
2022-06-17
1
-0/+3
*
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner
2020-05-01
1
-1/+0
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
1
-0/+3
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Batuhan Taşkaya
2020-03-15
1
-2/+5
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-1/+1
*
bpo-35493: Use Process.sentinel instead of sleeping for polling worker status...
Pablo Galindo
2019-03-16
1
-11/+77
*
bpo-35378: Fix multiprocessing.Pool references (GH-11627)
Pablo Galindo
2019-02-11
1
-38/+74
*
bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974)
Victor Stinner
2018-12-20
1
-5/+18
*
bpo-35491, multiprocessing: replace "RUN" with RUN (GH-11178)
Victor Stinner
2018-12-16
1
-1/+1
*
Add multiprocessing.Pool.__repr__() (GH-11137)
Victor Stinner
2018-12-14
1
-5/+11
*
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134)
Victor Stinner
2018-12-13
1
-8/+9
*
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (...
Victor Stinner
2018-12-06
1
-50/+24
*
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
Julien Palard
2018-11-04
1
-2/+10
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)
tzickel
2018-10-02
1
-24/+50
*
bpo-32576: use queue.SimpleQueue in critical places (#5216)
Antoine Pitrou
2018-01-18
1
-8/+11
*
[Trivial] Remove now redundant assert (#3245)
Antoine Pitrou
2017-08-30
1
-1/+0
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-7/+21
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-3/+3
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)
Xiang Zhang
2017-03-29
1
-24/+55
*
bpo-29861: release references to multiprocessing Pool tasks (#743)
Antoine Pitrou
2017-03-24
1
-1/+6
*
Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.
Charles-François Natali
2016-02-10
1
-8/+12
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
1
-14/+23
|
\
|
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
1
-14/+23
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-1/+1
*
|
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali
2014-05-25
1
-20/+5
|
/
*
Issue #20980: Stop wrapping exception when using ThreadPool.
Richard Oudkerk
2014-03-23
1
-3/+9
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1/+1
*
Merge.
Richard Oudkerk
2013-10-28
1
-5/+9
|
\
|
*
Issue #19425 -- a pickling error should not cause pool to hang.
Richard Oudkerk
2013-10-28
1
-5/+9
*
|
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
1
-5/+7
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-40/+44
*
|
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
Charles-François Natali
2013-06-28
1
-5/+3
*
|
Merge
Richard Oudkerk
2013-05-06
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17805: Add AsyncResult alias for ApplyResult
Richard Oudkerk
2013-05-06
1
-0/+2
*
|
Issue #13813: Embed stringification of remote traceback in local
Richard Oudkerk
2013-05-06
1
-0/+25
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-10/+10
|
/
*
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks
Hynek Schlawack
2012-10-27
1
-1/+2
*
raise a ValueError instead of an AssertionError when pool is an invalid state
Benjamin Peterson
2012-09-25
1
-7/+8
*
Issue #15064: Implement context manager protocol for multiprocessing types
Richard Oudkerk
2012-06-18
1
-0/+6
*
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
1
-3/+6
|
\
|
*
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
1
-3/+6
*
|
Merge fixes for #13854 and #12157.
Richard Oudkerk
2012-06-07
1
-0/+1
|
\
\
|
|
/
|
*
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk
2012-06-06
1
-0/+1
*
|
Issue #12091: simplify ApplyResult and MapResult with threading.Event
Richard Oudkerk
2012-05-25
1
-30/+9
*
|
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk
2012-04-30
1
-26/+1
*
|
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...
Antoine Pitrou
2011-12-21
1
-2/+30
|
/
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-1/+1
*
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali
2011-10-24
1
-1/+5
*
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
Victor Stinner
2011-06-20
1
-0/+2
[next]