cpython/Lib/multiprocessing
Jesse Noller 2f8c8f47c7 Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
..
dummy
__init__.py Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool 2010-01-27 03:05:57 +00:00
connection.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
forking.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
heap.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +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 On finalize, don't try to join not started process. 2010-03-08 11:01:39 +00:00
process.py #7805: wait until all workers are started before collecting their PIDs 2010-03-04 15:58:54 +00:00
queues.py revert unintended change to multiprocessing/queues.py 2009-11-21 14:06:24 +00:00
reduction.py Submit patch for bug 9144; broken imports due to r81380 2010-07-03 12:26:02 +00:00
sharedctypes.py
synchronize.py
util.py