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
*
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