cpython/Lib/multiprocessing
Antoine Pitrou 1ce3eb5c5b Issue #8990: array.fromstring() and array.tostring() get renamed to
frombytes() and tobytes(), respectively, to avoid confusion.  Furthermore,
array.frombytes(), array.extend() as well as the array.array()
constructor now accept bytearray objects.  Patch by Thomas Jollans.
2010-09-01 20:29:34 +00:00
..
dummy
__init__.py
connection.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
forking.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
heap.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
managers.py Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
pool.py
process.py
queues.py
reduction.py Fix #9513 to remove relative imports from multiprocessing. 2010-08-04 15:47:24 +00:00
sharedctypes.py
synchronize.py
util.py