Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e6ebcdaa54d2527b1ae94fd95f5ee96dfdc9abe4
/
Lib
/
multiprocessing
/
pool.py
d034b32
On finalize, don't try to join not started process.
by Florent Xicluna
· 15 years ago
5258477
Don't fail on a debug() statement, if the worker PID is (still) None.
by Florent Xicluna
· 15 years ago
654ade3
Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool
by Jesse Noller
· 16 years ago
7530e47
Issue 6433: multiprocessing.pool.map hangs on empty list
by Jesse Noller
· 16 years ago
7152f6d
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
by Jesse Noller
· 16 years ago
5ecd745
Fix typo.
by Georg Brandl
· 17 years ago
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
· 17 years ago
82aa201
patch up multiprocessing until it's API can be changed too
by Benjamin Peterson
· 17 years ago
7f03ea7
darn! I converted half of the files the wrong way.
by Benjamin Peterson
· 17 years ago
dfd7949
convert multiprocessing to unix line endings
by Benjamin Peterson
· 17 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 17 years ago