Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19425 -- a pickling error should not cause pool to hang. | Richard Oudkerk | 2013-10-28 | 1 | -5/+9 |
| | |||||
* | Issue #17805: Add AsyncResult alias for ApplyResult | Richard Oudkerk | 2013-05-06 | 1 | -0/+2 |
| | |||||
* | Issue #15101: Make pool finalizer avoid joining current thread | Richard Oudkerk | 2012-06-18 | 1 | -3/+6 |
| | |||||
* | Issue #12157: pool.map() does not handle empty iterable correctly | Richard Oudkerk | 2012-06-06 | 1 | -0/+1 |
| | | | | Initial patch by mouad | ||||
* | Issue #9400: Partial backport of fix for #9244 | Richard Oudkerk | 2012-05-02 | 1 | -1/+24 |
| | | | | | | | | | | In multiprocessing, a pool worker process would die if the result/error could not be pickled. This could cause pool methods to hang. In 3.x this was fixed by 0aa8af79359d (which also added an error_callback argument to some methods), but the fix was not back ported. | ||||
* | Issue #10332: multiprocessing: fix a race condition when a Pool is closed | Charles-François Natali | 2011-10-24 | 1 | -1/+5 |
| | | | | before all tasks have completed. | ||||
* | Issue #12285: multiprocessing.Pool() raises a ValueError if the number of | Victor Stinner | 2011-06-20 | 1 | -0/+2 |
| | | | | processes if negative or null. | ||||
* | 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 |