cpython/Lib/multiprocessing
Richard Oudkerk e3e8bcf3e7 Issue #17261: Ensure multiprocessing's proxies use proper address. 2013-07-02 13:37:43 +01:00
..
dummy Issue #15064: Implement context manager protocol for multiprocessing types 2012-06-18 17:47:52 +01:00
__init__.py Issue #14059: Implement multiprocessing.Barrier 2012-06-15 18:26:07 +01:00
connection.py Issue #17097: Make multiprocessing ignore EINTR. 2013-07-01 18:59:26 +01:00
forking.py Merge 2013-02-26 13:00:15 +00:00
heap.py Make multiprocessing's shared memory use memoryview instead of raw pointer 2012-05-26 22:09:59 +01:00
managers.py Issue #17261: Ensure multiprocessing's proxies use proper address. 2013-07-02 13:37:43 +01:00
pool.py Issue #17805: Add AsyncResult alias for ApplyResult 2013-05-06 12:10:04 +01:00
process.py Merge fixes for #13854 and #12157. 2012-06-07 20:38:11 +01:00
queues.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
reduction.py Issue #14669: Fix pickling of connections and sockets on MacOSX 2012-08-16 16:48:55 +01:00
sharedctypes.py Use Python 3.x-style keyword only arg in Array() 2012-05-29 12:01:47 +01:00
synchronize.py - Fix typos in the multiprocessing module. 2013-05-15 18:06:56 +02:00
util.py Issue #17555: Fix ForkAwareThreadLock so that size of after fork 2013-04-17 20:58:00 +01:00