Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #11569: use absolute path to the sysctl command in multiprocessing to | Ronald Oussoren | 2011-03-16 | 1 | -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 from | R. David Murray | 2010-12-14 | 1 | -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 from | Brian Curtin | 2010-11-01 | 1 | -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.Pool | Jesse Noller | 2010-01-27 | 1 | -2/+2 |
| | |||||
* | Properly document multiprocessing's logging support, resolve outstanding ↵ | Jesse Noller | 2009-01-25 | 1 | -1/+2 |
| | | | | issues with the custom levels | ||||
* | issue4238: bsd support for cpu_count | Jesse Noller | 2008-11-28 | 1 | -1/+1 |
| | |||||
* | revert r66114 for Jesse | Benjamin Peterson | 2008-09-01 | 1 | -12/+125 |
| | |||||
* | Submit Nick's patch for issue 3589, reviewed by jnoller | Jesse Noller | 2008-09-01 | 1 | -125/+12 |
| | |||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -271/+271 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -6/+6 |
| | |||||
* | fix import of multiprocessing by juggling imports | Benjamin Peterson | 2008-06-11 | 1 | -1/+3 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+269 |