History log of /external/python/cpython2/Lib/multiprocessing/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e87da16eac24f6e0fb6908906ab6400ce583fa0 19-Oct-2011 Ezio Melotti <ezio.melotti@gmail.com> Remove duplication.
/external/python/cpython2/Lib/multiprocessing/__init__.py
2ab5994dbe8934564f1ac0b3be1e6d98235e6773 16-Mar-2011 Ronald Oussoren <ronaldoussoren@mac.com> Issue #11569: use absolute path to the sysctl command in multiprocessing to
ensure that it will be found regardless of the shell PATH. This ensures
that multiprocessing.cpu_count works on default installs of MacOSX.

Patch by Steffen Daode Nurpmeso.
/external/python/cpython2/Lib/multiprocessing/__init__.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/__init__.py
87d86e09b5ef3fc7e007c8a6f5f0bc54e003b089 01-Nov-2010 Brian Curtin <brian.curtin@gmail.com> Merged revisions 86077 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86077 | brian.curtin | 2010-11-01 00:10:44 -0500 (Mon, 01 Nov 2010) | 3 lines

Fix some ResourceErrors.
Use a context manager for os.popen and explicitly close a socket.
........
/external/python/cpython2/Lib/multiprocessing/__init__.py
654ade3e6afa2527d1f642be28d69e219bd58b71 27-Jan-2010 Jesse Noller <jnoller@gmail.com> Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool
/external/python/cpython2/Lib/multiprocessing/__init__.py
b5a4b0abed4fe0e3948352c4167efe4dca21cbed 25-Jan-2009 Jesse Noller <jnoller@gmail.com> Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
/external/python/cpython2/Lib/multiprocessing/__init__.py
1f8b49f517bb97365f1848c308ef464fa5c54126 28-Nov-2008 Jesse Noller <jnoller@gmail.com> issue4238: bsd support for cpu_count
/external/python/cpython2/Lib/multiprocessing/__init__.py
f7feaec16c6d21cbb3c6c5c9b84288dd3095c005 01-Sep-2008 Benjamin Peterson <benjamin@python.org> revert r66114 for Jesse
/external/python/cpython2/Lib/multiprocessing/__init__.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/__init__.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/__init__.py
dfd79494ce78868c937dc91eddd630cbdcae5611 13-Jun-2008 Benjamin Peterson <benjamin@python.org> convert multiprocessing to unix line endings
/external/python/cpython2/Lib/multiprocessing/__init__.py
e605e4f09a691aa68ddd6642f52afde221085e25 11-Jun-2008 Benjamin Peterson <benjamin@python.org> fix import of multiprocessing by juggling imports
/external/python/cpython2/Lib/multiprocessing/__init__.py
190d56e00990eadce8ad1b7d1785016cc109db7b 11-Jun-2008 Benjamin Peterson <benjamin@python.org> add the multiprocessing package to fulfill PEP 371
/external/python/cpython2/Lib/multiprocessing/__init__.py