summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplication.Ezio Melotti2011-10-191-1/+1
|
* Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-161-1/+4
| | | | | | | 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.
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-0/+1
| | | | | | | | | | 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 ........
* Merged revisions 86077 via svnmerge fromBrian Curtin2010-11-011-1/+2
| | | | | | | | | | | 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. ........
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-2/+2
|
* Properly document multiprocessing's logging support, resolve outstanding ↵Jesse Noller2009-01-251-1/+2
| | | | issues with the custom levels
* issue4238: bsd support for cpu_countJesse Noller2008-11-281-1/+1
|
* revert r66114 for JesseBenjamin Peterson2008-09-011-12/+125
|
* Submit Nick's patch for issue 3589, reviewed by jnollerJesse Noller2008-09-011-125/+12
|
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-271/+271
|
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-6/+6
|
* fix import of multiprocessing by juggling importsBenjamin Peterson2008-06-111-1/+3
|
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+269