summaryrefslogtreecommitdiff
path: root/futures
Commit message (Expand)AuthorAgeFilesLines
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ...Alex Gr?nholm2010-12-183-0/+26
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-234-732/+0
* Better tests and stuffbrian.quinlan2009-05-203-29/+31
* Same names change and doc additions.brian.quinlan2009-05-103-36/+162
* Tests work again and wait works correctly if some futures are already complete.brian.quinlan2009-05-084-119/+218
* First maybe-working version of process pools.brian.quinlan2009-05-044-319/+384
* Initial checkin.brian.quinlan2009-05-033-0/+440