cpython/Lib/multiprocessing
Antoine Pitrou 0bd4deba38 Issue #6064: Add a `daemon` keyword argument to the threading.Thread
and multiprocessing.Process constructors in order to override the
default behaviour of inheriting the daemonic property from the current
thread/process.
2011-02-25 22:07:43 +00:00
..
dummy 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
__init__.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
connection.py Normalize the encoding names for Latin-1 and UTF-8 to 2011-02-25 15:42:01 +00:00
forking.py Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) 2011-01-30 01:24:08 +00:00
heap.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
managers.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
pool.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
process.py Issue #6064: Add a `daemon` keyword argument to the threading.Thread 2011-02-25 22:07:43 +00:00
queues.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
reduction.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
sharedctypes.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
synchronize.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
util.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00