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 Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
process.py Missing part from r78654 2010-03-04 16:10:55 +00:00
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