Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14548: Make multiprocessing finalizers check pid before | Richard Oudkerk | 2014-01-23 | 1 | -3/+9 |
| | | | | | running to cope with possibility of gc running just after fork. (Backport from 3.x.) | ||||
* | Issue #17555: Fix ForkAwareThreadLock so that size of after fork | Richard Oudkerk | 2013-04-17 | 1 | -1/+4 |
| | | | | registry does not grow exponentially with generation of process. | ||||
* | Issue #12098: multiprocessing on Windows now starts child processes | Kristján Valur Jónsson | 2013-03-19 | 1 | -0/+1 |
| | | | | | using the same sys.flags as the current process. Backport from default branch. | ||||
* | Issue #15881: Fixed atexit hook in multiprocessing. | Benjamin Peterson | 2013-02-02 | 1 | -9/+32 |
| | |||||
* | 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 ........ | ||||
* | Properly document multiprocessing's logging support, resolve outstanding ↵ | Jesse Noller | 2009-01-25 | 1 | -12/+24 |
| | | | | issues with the custom levels | ||||
* | issue 4301: patch logging to add processName, remove the old ↵ | Jesse Noller | 2009-01-18 | 1 | -24/+0 |
| | | | | _check_logger_class code | ||||
* | revert r66114 for Jesse | Benjamin Peterson | 2008-09-01 | 1 | -1/+1 |
| | |||||
* | Submit Nick's patch for issue 3589, reviewed by jnoller | Jesse Noller | 2008-09-01 | 1 | -1/+1 |
| | |||||
* | 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 | -33/+0 |
| | | | | 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 | -336/+336 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+336 |