cpython/Lib/multiprocessing
Florent Xicluna aabbda5354 Merge 3.2 2011-10-28 14:52:29 +02:00
..
dummy Remove indirection in threading (issue #10968). 2011-07-28 00:28:28 +02:00
__init__.py Remove duplication. 2011-10-19 10:58:56 +03:00
connection.py PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. 2011-10-12 02:54:14 +02:00
forking.py Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
heap.py Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 14:35:49 +02:00
managers.py Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
pool.py Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
process.py Issue #12573: Add resource checks for dangling Thread and Process objects. 2011-07-15 22:15:38 +02:00
queues.py Fix test_multiprocessing failure under Windows. 2011-07-20 02:01:39 +02:00
reduction.py Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. 2011-09-24 20:04:29 +02:00
sharedctypes.py Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 2011-03-26 10:19:03 +00:00
synchronize.py
util.py Use InterruptedError instead of checking for EINTR 2011-10-23 23:49:42 +02:00