cpython/Lib/multiprocessing
Antoine Pitrou 021572431b Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
when called with a timeout.  Patch by Arnaud Ysmal.
2011-11-10 00:38:25 +01: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 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 2011-11-10 00:38:25 +01: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 Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
util.py Use InterruptedError instead of checking for EINTR 2011-10-23 23:49:42 +02:00