Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-5001: More-informative multiprocessing error messages (#3079) | Allen W. Smith, Ph.D | 2017-08-29 | 1 | -1/+1 |
* | bpo-30794: added kill() method to multiprocessing.Process (#2528) | Vitor Pereira | 2017-07-18 | 1 | -2/+8 |
* | Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) | Antoine Pitrou | 2017-06-24 | 1 | -1/+6 |
* | Fix bpo-30589: improve Process.exitcode with forkserver (#1989) | Antoine Pitrou | 2017-06-12 | 1 | -9/+6 |
* | bpo-16500: Allow registering at-fork handlers (#1715) | Antoine Pitrou | 2017-05-27 | 1 | -3/+0 |
* | Issue #23285: PEP 475 -- Retry system calls failing with EINTR. | Charles-François Natali | 2015-02-07 | 1 | -3/+0 |
* | Merge 3.3. | Richard Oudkerk | 2014-03-23 | 1 | -1/+1 |
* | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 | 1 | -4/+0 |
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -1/+1 |
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 1 | -0/+87 |