index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
popen_fork.py
Commit message (
Expand
)
Author
Age
*
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
pulkin
7 days
*
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao
2024-05-03
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
*
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
*
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou
2018-03-11
*
bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or...
Antoine Pitrou
2017-10-22
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-30
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
*
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
Antoine Pitrou
2017-06-12
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
*
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
*
Merge 3.3.
Richard Oudkerk
2014-03-23
*
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14