summaryrefslogtreecommitdiff
path: root/futures/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ...Alex Gr?nholm2010-12-181-0/+24
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-231-6/+0
* Tests work again and wait works correctly if some futures are already complete.brian.quinlan2009-05-081-1/+4
* First maybe-working version of process pools.brian.quinlan2009-05-041-0/+3
* Initial checkin.brian.quinlan2009-05-031-0/+0