index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
forkserver.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)
Dong-hee Na
2023-08-15
1
-1/+1
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-8/+2
*
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo
2020-03-09
1
-2/+4
*
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
Victor Stinner
2019-07-05
1
-0/+19
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-1/+2
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
1
-4/+4
*
bpo-31308: If multiprocessing's forkserver dies, launch it again when necessa...
Antoine Pitrou
2017-11-03
1
-5/+16
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-3/+9
*
bpo-26732: fix too many fds in processes started with the "forkserver" method...
Antoine Pitrou
2017-07-22
1
-1/+4
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-4/+12
*
bpo-30643: Fix race condition in signal wakeup in forkserver (followup to PR ...
Antoine Pitrou
2017-06-13
1
-4/+8
*
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
Antoine Pitrou
2017-06-12
1
-35/+86
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-5/+0
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
1
-2/+1
*
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
Antoine Pitrou
2017-05-04
1
-6/+14
*
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts
2016-09-09
1
-1/+1
*
Issue #25654:
Victor Stinner
2016-03-25
1
-7/+1
*
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-16/+2
*
Issue #21566: Make use of socket.listen() default backlog.
Charles-François Natali
2014-07-23
1
-1/+1
*
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
1
-101/+113
*
Issue #18934: multiprocessing: use selectors module.
Charles-François Natali
2013-09-05
1
-4/+10
*
Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.
Richard Oudkerk
2013-08-28
1
-1/+1
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-2/+2
*
Stop making fork server have copy of semaphore_tracker_fd.
Richard Oudkerk
2013-08-22
1
-6/+7
*
Issue #18762: Fix EBADF error when using forkserver.
Richard Oudkerk
2013-08-22
1
-30/+25
*
Issue #18762: Print debug info on failure to create new forkserver process.
Richard Oudkerk
2013-08-21
1
-0/+15
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-0/+238