History log of /external/python/cpython2/Lib/multiprocessing/pool.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c26be5b18d71c1c9863d81f1f478bb803e8bd5c 13-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin
Potts.
/external/python/cpython2/Lib/multiprocessing/pool.py
21aad9792f4f7ebaac76ca552851e937de2e1538 29-Oct-2013 Richard Oudkerk <shibturn@gmail.com> Issue #19425 -- a pickling error should not cause pool to hang.
/external/python/cpython2/Lib/multiprocessing/pool.py
a9b90a7ff5c48f9823f6f78258bd0126f8ef1d43 06-May-2013 Richard Oudkerk <shibturn@gmail.com> Issue #17805: Add AsyncResult alias for ApplyResult
/external/python/cpython2/Lib/multiprocessing/pool.py
4215d2738a44be9eca09eb7b48c31ed805c8fb60 18-Jun-2012 Richard Oudkerk <shibturn@gmail.com> Issue #15101: Make pool finalizer avoid joining current thread
/external/python/cpython2/Lib/multiprocessing/pool.py
d44a4a27a6968558c3a78dbf2578ac7dcbd2ee08 06-Jun-2012 Richard Oudkerk <shibturn@gmail.com> Issue #12157: pool.map() does not handle empty iterable correctly

Initial patch by mouad
/external/python/cpython2/Lib/multiprocessing/pool.py
0c200c282b460d84e0f8ddd56ce10cc79dfb3600 02-May-2012 Richard Oudkerk <shibturn@gmail.com> Issue #9400: Partial backport of fix for #9244

In multiprocessing, a pool worker process would die
if the result/error could not be pickled. This could
cause pool methods to hang.

In 3.x this was fixed by 0aa8af79359d (which also added
an error_callback argument to some methods), but the fix
was not back ported.
/external/python/cpython2/Lib/multiprocessing/pool.py
46f990e58cb462bbf98fef88a3ba41ffa4a4e35d 24-Oct-2011 Charles-François Natali <neologix@free.fr> Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
/external/python/cpython2/Lib/multiprocessing/pool.py
f64a0cffca141fa0a8f1138b5f069ea0da446c9f 20-Jun-2011 Victor Stinner <victor.stinner@haypocalc.com> Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
processes if negative or null.
/external/python/cpython2/Lib/multiprocessing/pool.py
7dfc874a48516e58e830b3a455fca34c8cd834eb 11-Apr-2011 Antoine Pitrou <solipsis@pitrou.net> Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
worker processes: new processes would be spawned while the pool is being
shut down. Patch by Charles-François Natali.
/external/python/cpython2/Lib/multiprocessing/pool.py
79af245fb24a3608c341410ab9c782ce930401fe 14-Dec-2010 R. David Murray <rdmurray@bitdance.com> Merged revisions 87225 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines

9162: fix license in multiprocessing files
........
/external/python/cpython2/Lib/multiprocessing/pool.py
d034b32f57013a1224b3b7c27789f7c285047011 08-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> On finalize, don't try to join not started process.
/external/python/cpython2/Lib/multiprocessing/pool.py
52584779a6484fcc85d9172c7fdabedb9f36a9d6 08-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> Don't fail on a debug() statement, if the worker PID is (still) None.
/external/python/cpython2/Lib/multiprocessing/pool.py
654ade3e6afa2527d1f642be28d69e219bd58b71 27-Jan-2010 Jesse Noller <jnoller@gmail.com> Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool
/external/python/cpython2/Lib/multiprocessing/pool.py
7530e47948446f03a79ad7dec4cc129ad3388418 16-Jul-2009 Jesse Noller <jnoller@gmail.com> Issue 6433: multiprocessing.pool.map hangs on empty list
/external/python/cpython2/Lib/multiprocessing/pool.py
7152f6d9156a19a9f1b31e313d2c19d840dc089d 02-Apr-2009 Jesse Noller <jnoller@gmail.com> Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
/external/python/cpython2/Lib/multiprocessing/pool.py
5ecd7452ec2fafc4ff4addb8d56361a379708eb8 22-Nov-2008 Georg Brandl <georg@python.org> Fix typo.
/external/python/cpython2/Lib/multiprocessing/pool.py
5bc9f4c09c99eb701dbee83fb9e26eed558e474f 19-Aug-2008 Jesse Noller <jnoller@gmail.com> issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
/external/python/cpython2/Lib/multiprocessing/pool.py
82aa2010229a9305cd95a1f66acd8a0f5986cb85 18-Aug-2008 Benjamin Peterson <benjamin@python.org> patch up multiprocessing until it's API can be changed too
/external/python/cpython2/Lib/multiprocessing/pool.py
7f03ea77bf43257789469b5cbc16982eb0a63b0f 13-Jun-2008 Benjamin Peterson <benjamin@python.org> darn! I converted half of the files the wrong way.
/external/python/cpython2/Lib/multiprocessing/pool.py
dfd79494ce78868c937dc91eddd630cbdcae5611 13-Jun-2008 Benjamin Peterson <benjamin@python.org> convert multiprocessing to unix line endings
/external/python/cpython2/Lib/multiprocessing/pool.py
0fbcf6945584b1b2a7564680de50c062fc4dce1c 11-Jun-2008 Benjamin Peterson <benjamin@python.org> give the threading API PEP 8 names
/external/python/cpython2/Lib/multiprocessing/pool.py
190d56e00990eadce8ad1b7d1785016cc109db7b 11-Jun-2008 Benjamin Peterson <benjamin@python.org> add the multiprocessing package to fulfill PEP 371
/external/python/cpython2/Lib/multiprocessing/pool.py