cpython/Lib/multiprocessing
Eli Bendersky 580373c469 Issue #18593: fix typo in comment 2013-07-30 06:13:01 -07:00
..
dummy Fix overlooked licence text. 2013-01-01 14:25:59 +00:00
__init__.py Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an 2013-05-20 14:40:46 +02:00
connection.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04:00
forking.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04: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:38:58 +01:00
pool.py Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where 2013-06-28 19:25:45 +02:00
process.py Merge fixes for #13854 and #12157. 2012-06-07 20:38:11 +01:00
queues.py Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. 2013-03-25 18:20:40 +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