Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | Issue #12098: multiprocessing on Windows now starts child processes | Kristján Valur Jónsson | 2013-03-19 | 1 | -1/+2 |
| | | | | | using the same sys.flags as the current process. Backport from default branch. | ||||
* | Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. | Richard Oudkerk | 2013-02-26 | 1 | -6/+12 |
| | |||||
* | Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing | Richard Oudkerk | 2012-08-14 | 1 | -1/+1 |
| | | | | on Windows without the "if __name__ == '__main__'" idiom. | ||||
* | Fix #5162. Allow child spawning from Windows services (via pywin32). | brian.curtin | 2011-04-11 | 1 | -2/+3 |
| | |||||
* | Merged revisions 87225 via svnmerge from | R. David Murray | 2010-12-14 | 1 | -1/+27 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........ | ||||
* | Submit patch for bug 9144; broken imports due to r81380 | Jesse Noller | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | Backport the Popen.poll() protection from subprocess to multiprocessing. See ↵ | Florent Xicluna | 2010-03-07 | 1 | -1/+6 |
| | | | | | | #1731717. It should fix transient failures on test_multiprocessing. | ||||
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -2/+2 |
| | | | | and convert them to properties. Update the docs and the examples included. | ||||
* | Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ↵ | Jesse Noller | 2008-07-16 | 1 | -9/+53 |
| | | | | and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes | ||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -429/+429 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -10/+10 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+429 |