Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6b51ddfa2262ba1883d2c2eceb7fa3afd6a24b5d
/
Lib
/
multiprocessing
/
pool.py
7c26be5
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
by Serhiy Storchaka
· 10 years ago
21aad97
Issue #19425 -- a pickling error should not cause pool to hang.
by Richard Oudkerk
· 12 years ago
a9b90a7
Issue #17805: Add AsyncResult alias for ApplyResult
by Richard Oudkerk
· 12 years ago
4215d27
Issue #15101: Make pool finalizer avoid joining current thread
by Richard Oudkerk
· 13 years ago
d44a4a2
Issue #12157: pool.map() does not handle empty iterable correctly
by Richard Oudkerk
· 13 years ago
0c200c2
Issue #9400: Partial backport of fix for #9244
by Richard Oudkerk
· 13 years ago
46f990e
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
by Charles-François Natali
· 14 years ago
f64a0cf
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
by Victor Stinner
· 14 years ago
7dfc874
Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
by Antoine Pitrou
· 14 years ago
79af245
Merged revisions 87225 via svnmerge from
by R. David Murray
· 15 years ago
d034b32
On finalize, don't try to join not started process.
by Florent Xicluna
· 15 years ago
5258477
Don't fail on a debug() statement, if the worker PID is (still) None.
by Florent Xicluna
· 15 years ago
654ade3
Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool
by Jesse Noller
· 16 years ago
7530e47
Issue 6433: multiprocessing.pool.map hangs on empty list
by Jesse Noller
· 16 years ago
7152f6d
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
by Jesse Noller
· 16 years ago
5ecd745
Fix typo.
by Georg Brandl
· 17 years ago
5bc9f4c
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
by Jesse Noller
· 17 years ago
82aa201
patch up multiprocessing until it's API can be changed too
by Benjamin Peterson
· 17 years ago
7f03ea7
darn! I converted half of the files the wrong way.
by Benjamin Peterson
· 17 years ago
dfd7949
convert multiprocessing to unix line endings
by Benjamin Peterson
· 17 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 17 years ago