summaryrefslogtreecommitdiff
path: root/futures/process.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-155/+0
* Better tests and stuffbrian.quinlan2009-05-201-7/+4
* Same names change and doc additions.brian.quinlan2009-05-101-12/+15
* Tests work again and wait works correctly if some futures are already complete.brian.quinlan2009-05-081-13/+15
* First maybe-working version of process pools.brian.quinlan2009-05-041-53/+112
* Initial checkin.brian.quinlan2009-05-031-0/+94