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
heap.py
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
synchronize.py
util.py Use InterruptedError instead of checking for EINTR 2011-10-23 23:49:42 +02:00