cpython/Lib/multiprocessing
Richard Oudkerk 8731d7b3c6 Fix handling of SystemExit and exit code. Patch by Brodie Rao. 2013-11-17 17:24:11 +00: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 #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:50:46 +03:00
heap.py Issue #18593: fix typo in comment 2013-07-30 06:12:49 -07:00
managers.py Issue #17261: Ensure multiprocessing's proxies use proper address. 2013-07-02 13:37:43 +01:00
pool.py Issue #19425 -- a pickling error should not cause pool to hang. 2013-10-28 23:11:58 +00:00
process.py Fix handling of SystemExit and exit code. Patch by Brodie Rao. 2013-11-17 17:24:11 +00: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