Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
28032821b3bb479f58990e3b52610a4e19118c4b
/
Lib
/
multiprocessing
/
reduction.py
5bc9f4c
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
by Jesse Noller
· 16 years ago
13e9d58
Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes
by Jesse Noller
· 16 years ago
7f03ea7
darn! I converted half of the files the wrong way.
by Benjamin Peterson
· 16 years ago
dfd7949
convert multiprocessing to unix line endings
by Benjamin Peterson
· 16 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 16 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 16 years ago