cpython/Lib/multiprocessing
Jesse Noller 6c3767445c issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. 2009-11-21 14:01:56 +00:00
..
dummy use the new threading properties for multiprocessing (reviewed by Jesse #3927) 2008-09-22 21:11:43 +00:00
__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 #7318: multiprocessing now uses a timeout when it fails to establish 2009-11-13 22:31:18 +00:00
forking.py issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. 2008-08-19 19:06:19 +00:00
heap.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
managers.py #6938: "ident" is always a string, so use a format code which works. 2009-09-18 09:18:27 +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 issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. 2009-11-21 14:01:56 +00:00
reduction.py issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. 2008-08-19 19:06:19 +00:00
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