Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #20990: Correction for 619331c67638. | Richard Oudkerk | 2014-03-23 |
| | |||
* | Issue #20990: Fix issues found by pyflakes for multiprocessing. | Richard Oudkerk | 2014-03-23 |
| | |||
* | Close #19946: use runpy as needed in multiprocessing | Nick Coghlan | 2013-12-17 |
| | | | | | | - handles main files without a suffix - handles main submodules properly - adds test cases for the various kinds of __main__ | ||
* | Issue #19946: Raise ImportError when the main module cannot be found | Brett Cannon | 2013-12-13 |
| | | | | by multiprocessing.spawn (before it was raising an AttributeError). | ||
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 |
| | |||
* | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 |
| | | | | | This allows different parts of a program to use different methods for starting processes without interfering with each other. | ||
* | Stop making fork server have copy of semaphore_tracker_fd. | Richard Oudkerk | 2013-08-22 |
| | |||
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 |
See http://hg.python.org/sandbox/sbt#spawn |