summaryrefslogtreecommitdiff
path: root/concurrent/futures/thread.py
Commit message (Collapse)AuthorAgeFilesLines
* Added the set_exception_info() and exception_info() methods to Future which ↵2.2.0Alex Gr?nholm2014-09-081-2/+2
| | | | provide the missing traceback information on Python 2.x
* Redid the port from scratch using Python 3.2.5 as base2.1.4Alex Gr?nholm2013-06-241-33/+27
|
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ↵Alex Gr?nholm2010-12-181-0/+144
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