Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
74fa9f723f700a342e582b5ad4b51a2c4801cd1c
/
Lib
/
multiprocessing
/
process.py
c09a9f5
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
by Thomas Moreau
· 6 years ago
7acd50a
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
by Victor Stinner
· 7 years ago
e756f66
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
by Antoine Pitrou
· 7 years ago
ee84a60
bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111)
by Antoine Pitrou
· 8 years ago
2db6482
bpo-31019: Fix multiprocessing.Process.is_alive() (#2875)
by Victor Stinner
· 8 years ago
ba75af7
bpo-30794: added kill() method to multiprocessing.Process (#2528)
by Vitor Pereira
· 8 years ago
79d37ae
Clear potential ref cycle between Process and Process target (#2470)
by Antoine Pitrou
· 8 years ago
13e96cc
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
by Antoine Pitrou
· 8 years ago
5affd23
bpo-29762: More use "raise from None". (#569)
by Serhiy Storchaka
· 8 years ago
a6d865c
Issue #25654:
by Victor Stinner
· 9 years ago
69cce48
Merge.
by Richard Oudkerk
· 12 years ago
8731d7b
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
by Richard Oudkerk
· 12 years ago
e943697
Issue #19478: Make choice of semaphore prefix more flexible.
by Richard Oudkerk
· 12 years ago
b1694cf
Issue #18999: Make multiprocessing use context objects.
by Richard Oudkerk
· 12 years ago
84ed9a6
Issue #8713: Support alternative start methods in multiprocessing on Unix.
by Richard Oudkerk
· 12 years ago
58ba47f
Merge fixes for #13854 and #12157.
by Richard Oudkerk
· 13 years ago
29471de
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
by Richard Oudkerk
· 13 years ago
3e268aa
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
by Richard Oudkerk
· 13 years ago
2d843d2
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
by Antoine Pitrou
· 13 years ago
84a0fbf
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
by Antoine Pitrou
· 13 years ago
428bc6c
Issue #12573: Add resource checks for dangling Thread and Process objects.
by Antoine Pitrou
· 14 years ago
c081c0c
Issue #12573: Add resource checks for dangling Thread and Process objects.
by Antoine Pitrou
· 14 years ago
3bcc017
(Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()
by Victor Stinner
· 14 years ago
0f83b15
Issue #12310: finalize the old process after _run_after_forkers()
by Victor Stinner
· 14 years ago
176f07d
Issue #12040: Expose a new attribute `sentinel` on instances of
by Antoine Pitrou
· 14 years ago
0bd4deb
Issue #6064: Add a `daemon` keyword argument to the threading.Thread
by Antoine Pitrou
· 14 years ago
3fc969a
9162: fix license in multiprocessing files
by R. David Murray
· 15 years ago
b519d23
Missing part from r78654
by Florent Xicluna
· 15 years ago
c57a84f
Merged revisions 73694,73708,73738 via svnmerge from
by Alexandre Vassalotti
· 16 years ago
768008c
For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail.
by Amaury Forgeot d'Arc
· 17 years ago
58ea9fe
Merged revisions 65864 via svnmerge from
by Benjamin Peterson
· 17 years ago
1fcfe21
Merged revisions 64517,64519 via svnmerge from
by Benjamin Peterson
· 17 years ago
e711caf
Merged revisions 64104,64117 via svnmerge from
by Benjamin Peterson
· 17 years ago