cpython/Lib/multiprocessing
Florent Xicluna 5d1155c08e Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
..
dummy Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
__init__.py Remove duplication. 2011-10-19 10:58:56 +03:00
connection.py Issue #10816: multiprocessing.SocketClient() closes the socket on error 2011-01-03 15:47:59 +00:00
forking.py Fix #5162. Allow child spawning from Windows services (via pywin32). 2011-04-11 17:57:59 -05: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:12:24 +02:00
queues.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
reduction.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00: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 Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00