cpython/Lib/multiprocessing
Marc-André Lemburg 8f36af7a4c Normalize the encoding names for Latin-1 and UTF-8 to
'latin-1' and 'utf-8'.

These are optimized in the Python Unicode implementation
to result in more direct processing, bypassing the codec
registry.

Also see issue11303.
2011-02-25 15:42:01 +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 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +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