cpython/Lib/multiprocessing
Davin Potts 37156a70b9 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions 2016-09-08 14:40:36 -05:00
..
dummy Issue #22033: Reprs of most Python implemened classes now contain actual 2014-07-25 23:36:00 +03:00
__init__.py Issue #18999: Make multiprocessing use context objects. 2013-10-16 16:41:56 +01:00
connection.py Issue #25899: Converted non-ASCII characters in docstrings and manpage 2015-12-18 13:05:04 +02:00
context.py Issue #18999: Make multiprocessing use context objects. 2013-10-16 16:41:56 +01:00
forkserver.py Issue #25654: 2016-03-25 09:29:50 +01:00
heap.py Issue #21116: Avoid blowing memory when allocating a multiprocessing shared 2015-04-13 20:53:43 +02:00
managers.py Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions 2016-09-08 14:40:36 -05:00
pool.py Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 2015-03-13 08:30:33 +02:00
popen_fork.py Issue #23285: PEP 475 -- Retry system calls failing with EINTR. 2015-02-07 13:27:50 +00:00
popen_forkserver.py Merge 3.3. 2014-03-23 12:52:16 +00:00
popen_spawn_posix.py Issue #20976: pyflakes: Remove unused imports 2014-03-20 09:16:38 +01:00
popen_spawn_win32.py Issue #18999: Make multiprocessing use context objects. 2013-10-16 16:41:56 +01:00
process.py Issue #25654: 2016-03-25 09:29:50 +01:00
queues.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:29:28 +03:00
reduction.py Issue #20976: pyflakes: Remove unused imports 2014-03-20 09:16:38 +01:00
resource_sharer.py Issue #8713: Support alternative start methods in multiprocessing on Unix. 2013-08-14 15:35:41 +01:00
semaphore_tracker.py Issue #20976: pyflakes: Remove unused imports 2014-03-20 09:16:38 +01:00
sharedctypes.py Issue #21565: multiprocessing: use contex-manager protocol for synchronization 2014-05-25 14:12:12 +01:00
spawn.py Fix typo in docstring of multiprocessing.spawn.spawn_main() 2016-01-07 19:02:55 +02:00
synchronize.py Issue #22033: Reprs of most Python implemened classes now contain actual 2014-07-25 23:36:00 +03:00
util.py Issue #25654: 2016-03-25 09:29:50 +01:00