cpython/Lib/multiprocessing
2009-07-16 14:23:04 +00:00
..
dummy
__init__.py Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels 2009-01-25 03:36:13 +00:00
connection.py Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets 2009-03-30 15:50:42 +00:00
forking.py
heap.py
managers.py Add custom initializer argument to multiprocess.Manager*, courtesy of lekma 2009-04-02 05:17:26 +00:00
pool.py Issue 6433: multiprocessing.pool.map hangs on empty list 2009-07-16 14:23:04 +00:00
process.py Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes 2009-06-30 17:11:52 +00:00
queues.py Typo fix. 2009-06-08 18:41:36 +00:00
reduction.py
sharedctypes.py Resolve issue 4449: AssertionError in mp_benchmarks.py 2009-01-18 02:45:38 +00:00
synchronize.py __enter__ and __exit__ must be on the class 2009-05-31 15:00:27 +00:00
util.py Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels 2009-01-25 03:36:13 +00:00