summaryrefslogtreecommitdiff
path: root/futures
Commit message (Collapse)AuthorAgeFilesLines
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ↵Alex Gr?nholm2010-12-183-0/+26
| | | | 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-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