cpython/Lib/multiprocessing
Jesse Noller 5d35373706 Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. 2008-08-11 19:00:15 +00:00
..
dummy get rid of 2.6/3.0 switch statements in multiprocessing 2008-06-25 12:44:29 +00:00
__init__.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
connection.py Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. 2008-08-11 19:00:15 +00:00
forking.py Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes 2008-07-16 14:32:36 +00:00
heap.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
managers.py Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes 2008-07-16 14:32:36 +00:00
pool.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
process.py remove bytes alias in multiprocessing 2008-06-25 03:09:05 +00:00
queues.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
reduction.py Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes 2008-07-16 14:32:36 +00:00
sharedctypes.py Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes 2008-07-16 14:32:36 +00:00
synchronize.py darn! I converted half of the files the wrong way. 2008-06-13 19:20:48 +00:00
util.py Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes 2008-07-16 14:32:36 +00:00