Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e4309f7f14d25227b51f8ac012b2dcbb8da99e9d
/
Lib
/
multiprocessing
/
forking.py
2a6c2c9
Close #10128: don't rerun __main__.py in multiprocessing
by Nick Coghlan
· 9 years ago
f5469cf
#18705: fix a number of typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
8927e8f
Issue #12098: multiprocessing on Windows now starts child processes
by Kristján Valur Jónsson
· 12 years ago
ba48264
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
by Richard Oudkerk
· 12 years ago
faee75c
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
by Richard Oudkerk
· 13 years ago
40b5316
Fix #5162. Allow child spawning from Windows services (via pywin32).
by brian.curtin
· 14 years ago
79af245
Merged revisions 87225 via svnmerge from
by R. David Murray
· 14 years ago
2f8c8f4
Submit patch for bug 9144; broken imports due to r81380
by Jesse Noller
· 15 years ago
16cd888
Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
by Florent Xicluna
· 15 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