summaryrefslogtreecommitdiff
path: root/test_futures.py
Commit message (Collapse)AuthorAgeFilesLines
* Redid the port from scratch using Python 3.2.5 as base2.1.4Alex Gr?nholm2013-06-241-481/+372
|
* Added missing setUp() methods to several test classesAlex Gr?nholm2012-08-251-1/+12
|
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ↵Alex Gr?nholm2010-12-181-0/+821
| | | | 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-231-798/+0
|
* Better tests and stuffbrian.quinlan2009-05-201-112/+308
|
* Same names change and doc additions.brian.quinlan2009-05-101-60/+99
|
* Tests work again and wait works correctly if some futures are already complete.brian.quinlan2009-05-081-127/+306
|
* First maybe-working version of process pools.brian.quinlan2009-05-041-66/+57
|
* Initial checkin.brian.quinlan2009-05-031-0/+393