History log of /external/python/cpython2/Lib/multiprocessing/synchronize.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9855249a9fda76bafc2194eb75ad11229f2004ce 15-May-2013 doko@ubuntu.com <doko@ubuntu.com> - Fix typos in the multiprocessing module.
/external/python/cpython2/Lib/multiprocessing/synchronize.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/synchronize.py
eb88cb8cd44c52c9619b2137d501b8195ecebd79 31-May-2009 Benjamin Peterson <benjamin@python.org> __enter__ and __exit__ must be on the class
/external/python/cpython2/Lib/multiprocessing/synchronize.py
02cb0eb231fc01e2a50cbe14f6da7a8df52959ef 01-Apr-2009 Jesse Noller <jnoller@gmail.com> Fix multiprocessing.event to match the new threading.Event API
/external/python/cpython2/Lib/multiprocessing/synchronize.py
37040cdace1982772e5f35e4acfa13861d72065d 30-Sep-2008 Jesse Noller <jnoller@gmail.com> issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller
/external/python/cpython2/Lib/multiprocessing/synchronize.py
f7feaec16c6d21cbb3c6c5c9b84288dd3095c005 01-Sep-2008 Benjamin Peterson <benjamin@python.org> revert r66114 for Jesse
/external/python/cpython2/Lib/multiprocessing/synchronize.py
27cc8e1dd2846ff8df18b5d776192d4f99354a26 01-Sep-2008 Jesse Noller <jnoller@gmail.com> Submit Nick's patch for issue 3589, reviewed by jnoller
/external/python/cpython2/Lib/multiprocessing/synchronize.py
5bc9f4c09c99eb701dbee83fb9e26eed558e474f 19-Aug-2008 Jesse Noller <jnoller@gmail.com> issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
/external/python/cpython2/Lib/multiprocessing/synchronize.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/synchronize.py
dfd79494ce78868c937dc91eddd630cbdcae5611 13-Jun-2008 Benjamin Peterson <benjamin@python.org> convert multiprocessing to unix line endings
/external/python/cpython2/Lib/multiprocessing/synchronize.py
0fbcf6945584b1b2a7564680de50c062fc4dce1c 11-Jun-2008 Benjamin Peterson <benjamin@python.org> give the threading API PEP 8 names
/external/python/cpython2/Lib/multiprocessing/synchronize.py
190d56e00990eadce8ad1b7d1785016cc109db7b 11-Jun-2008 Benjamin Peterson <benjamin@python.org> add the multiprocessing package to fulfill PEP 371
/external/python/cpython2/Lib/multiprocessing/synchronize.py