Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |