summaryrefslogtreecommitdiff
path: root/primes.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ↵Alex Gr?nholm2010-12-181-0/+50
| | | | unified the codebase to support both Python 2 and 3 in a single tree; added support to Python 2.5; added tox.ini for easy testing with multiple Python versions
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-231-44/+0
|
* Same names change and doc additions.brian.quinlan2009-05-101-12/+7
|
* Some example love.brian.quinlan2009-05-041-3/+6
|
* First maybe-working version of process pools.brian.quinlan2009-05-041-0/+46