cpython/Lib/multiprocessing
Serhiy Storchaka 7c26be5b18 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator.  Patch by Alon Diamant and Davin
Potts.
2015-03-13 08:31:34 +02:00
..
dummy Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 2014-07-22 11:11:01 +03:00
__init__.py Remove duplication. 2011-10-19 10:39:35 +03:00
connection.py Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in 2015-02-13 15:08:36 +02:00
forking.py #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:43:51 +03:00
heap.py Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 13:56:19 +02:00
managers.py Issue #17261: Ensure multiprocessing's proxies use proper address. 2013-07-02 13:31:43 +01:00
pool.py Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 2015-03-13 08:31:34 +02:00
process.py Fix handling of SystemExit and exit code. Patch by Brodie Rao. 2013-11-17 17:24:11 +00:00
queues.py Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. 2015-03-06 22:17:25 +02:00
reduction.py Merged revisions 87225 via svnmerge from 2010-12-14 01:42:40 +00:00
sharedctypes.py Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in 2015-02-13 15:08:36 +02:00
synchronize.py - Fix typos in the multiprocessing module. 2013-05-15 16:54:16 +02:00
util.py Issue #14548: Make multiprocessing finalizers check pid before 2014-01-23 00:11:04 +00:00