History log of /external/python/cpython2/Lib/multiprocessing/heap.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
414d0faedced1b7cb3585e76e0bdfff1795e15f3 02-Jul-2011 Charles-François Natali <neologix@free.fr> Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
the garbage collector while the Heap lock is held.
/external/python/cpython2/Lib/multiprocessing/heap.py
79af245fb24a3608c341410ab9c782ce930401fe 14-Dec-2010 R. David Murray <rdmurray@bitdance.com> Merged revisions 87225 via svnmerge from
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
........
/external/python/cpython2/Lib/multiprocessing/heap.py
2f8c8f47c740cadee8c16e5e07657e4657f905ec 03-Jul-2010 Jesse Noller <jnoller@gmail.com> Submit patch for bug 9144; broken imports due to r81380
/external/python/cpython2/Lib/multiprocessing/heap.py
7f03ea77bf43257789469b5cbc16982eb0a63b0f 13-Jun-2008 Benjamin Peterson <benjamin@python.org> darn! I converted half of the files the wrong way.
/external/python/cpython2/Lib/multiprocessing/heap.py
dfd79494ce78868c937dc91eddd630cbdcae5611 13-Jun-2008 Benjamin Peterson <benjamin@python.org> convert multiprocessing to unix line endings
/external/python/cpython2/Lib/multiprocessing/heap.py
190d56e00990eadce8ad1b7d1785016cc109db7b 11-Jun-2008 Benjamin Peterson <benjamin@python.org> add the multiprocessing package to fulfill PEP 371
/external/python/cpython2/Lib/multiprocessing/heap.py