summaryrefslogtreecommitdiff
path: root/futures/thread.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/+1
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-231-89/+0
* Better tests and stuffbrian.quinlan2009-05-201-2/+2
* Same names change and doc additions.brian.quinlan2009-05-101-8/+7
* Tests work again and wait works correctly if some futures are already complete.brian.quinlan2009-05-081-22/+24
* First maybe-working version of process pools.brian.quinlan2009-05-041-266/+8
* Initial checkin.brian.quinlan2009-05-031-0/+346