index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
pool.py
Commit message (
Expand
)
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
*
Issue #9400: Partial backport of fix for #9244
Richard Oudkerk
2012-05-02
1
-1/+24
*
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali
2011-10-24
1
-1/+5
*
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
Victor Stinner
2011-06-20
1
-0/+2
*
Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
Antoine Pitrou
2011-04-10
1
-2/+7
*
Merged revisions 87225 via svnmerge from
R. David Murray
2010-12-14
1
-1/+27
*
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
*
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