| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #8428: Fix a race condition in multiprocessing.Pool when terminating | Antoine Pitrou | 2011-04-10 | 1 | -2/+7 |
| | | | | | | worker processes: new processes would be spawned while the pool is being shut down. Patch by Charles-François Natali. | ||||
| * | 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 ........ | ||||
| * | On finalize, don't try to join not started process. | Florent Xicluna | 2010-03-08 | 1 | -5/+3 |
| | | |||||
| * | Don't fail on a debug() statement, if the worker PID is (still) None. | Florent Xicluna | 2010-03-08 | 1 | -1/+1 |
| | | |||||
| * | Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool | Jesse Noller | 2010-01-27 | 1 | -15/+81 |
| | | |||||
| * | Issue 6433: multiprocessing.pool.map hangs on empty list | Jesse Noller | 2009-07-16 | 1 | -0/+2 |
| | | |||||
| * | Add custom initializer argument to multiprocess.Manager*, courtesy of lekma | Jesse Noller | 2009-04-02 | 1 | -0/+3 |
| | | |||||
| * | Fix typo. | Georg Brandl | 2008-11-22 | 1 | -1/+1 |
| | | |||||
| * | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -1/+1 |
| | | | | | and convert them to properties. Update the docs and the examples included. | ||||
| * | patch up multiprocessing until it's API can be changed too | Benjamin Peterson | 2008-08-18 | 1 | -4/+4 |
| | | |||||
| * | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -596/+596 |
| | | |||||
| * | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -30/+30 |
| | | |||||
| * | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -7/+7 |
| | | |||||
| * | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+596 |
