Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0a7fc53be297b718af0c02de3abbd1f94f78f9c1
/
Lib
/
multiprocessing
/
util.py
e8a57b9
Issue #14548: Make multiprocessing finalizers check pid before
by Richard Oudkerk
· 11 years ago
7bdd93c
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
8927e8f
Issue #12098: multiprocessing on Windows now starts child processes
by Kristján Valur Jónsson
· 12 years ago
eff492f
Issue #15881: Fixed atexit hook in multiprocessing.
by Benjamin Peterson
· 12 years ago
79af245
Merged revisions 87225 via svnmerge from
by R. David Murray
· 14 years ago
b5a4b0a
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
by Jesse Noller
· 16 years ago
438195f
issue 4301: patch logging to add processName, remove the old _check_logger_class code
by Jesse Noller
· 16 years ago
f7feaec
revert r66114 for Jesse
by Benjamin Peterson
· 17 years ago
27cc8e1
Submit Nick's patch for issue 3589, reviewed by jnoller
by Jesse Noller
· 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
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
· 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
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 17 years ago