cpython/Lib/multiprocessing
Richard Oudkerk f0604fddc3 Issue #3518: Remove references to non-existent BaseManager.from_address()
method
2012-06-11 17:56:08 +01:00
..
dummy Merge 2012-05-25 13:04:20 +01:00
__init__.py Use Python 3.x-style keyword only arg in Array() 2012-05-29 12:01:47 +01:00
connection.py Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 2012-05-10 16:11:12 +01:00
forking.py Prevent handle leak if CreateProcess() fails in multiprocessing 2012-06-04 18:59:10 +01:00
heap.py Make multiprocessing's shared memory use memoryview instead of raw pointer 2012-05-26 22:09:59 +01:00
managers.py Issue #3518: Remove references to non-existent BaseManager.from_address() 2012-06-11 17:56:08 +01:00
pool.py Merge fixes for #13854 and #12157. 2012-06-07 20:38:11 +01:00
process.py Merge fixes for #13854 and #12157. 2012-06-07 20:38:11 +01:00
queues.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
reduction.py Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 2012-04-30 12:13:55 +01:00
sharedctypes.py Use Python 3.x-style keyword only arg in Array() 2012-05-29 12:01:47 +01:00
synchronize.py Fix potential NameError in multiprocessing.Condition.wait() 2012-06-04 18:59:07 +01:00
util.py Make Finalize reserve a reference to os.getpid in case called at shutdown 2012-06-04 18:58:59 +01:00