cpython/Lib/multiprocessing
Ezio Melotti f5469cff1f #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:43:51 +03:00
..
dummy Issue #14881: Allow normal non-main thread to spawn a dummy process 2012-05-25 12:56:33 +01:00
__init__.py Remove duplication. 2011-10-19 10:39:35 +03:00
connection.py Issue #18455: multiprocessing should not retry connect() with same socket. 2013-07-15 18:37:48 +01: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 #17805: Add AsyncResult alias for ApplyResult 2013-05-06 12:04:28 +01:00
process.py Issue #13854: Properly handle non-integer, non-string arg to SystemExit 2012-06-06 19:01:14 +01:00
queues.py Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 2011-11-10 00:33:50 +01:00
reduction.py Merged revisions 87225 via svnmerge from 2010-12-14 01:42:40 +00:00
sharedctypes.py Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 2011-03-26 10:02:37 +00:00
synchronize.py - Fix typos in the multiprocessing module. 2013-05-15 16:54:16 +02:00
util.py Issue #17555: Fix ForkAwareThreadLock so that size of after fork 2013-04-17 19:15:52 +01:00