summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Added the set_exception_info() and exception_info() methods to Future which p...2.2.0Alex Gr?nholm2014-09-081-1/+1
* Fixed files missing from the source distribution2.1.6Alex Gr?nholm2014-01-141-1/+1
* Fixed Jython compatibility by making the ProcessPoolExecutor import optional2.1.5Alex Gr?nholm2013-11-121-2/+3
* Redid the port from scratch using Python 3.2.5 as base2.1.4Alex Gr?nholm2013-06-241-1/+1
* Fixed race condition (thanks Ralf Schmitt)2.1.3Alex Gr?nholm2012-08-251-1/+1
* Bumped up the version number and added the zip_safe flagAlex Gr?nholm2011-01-081-1/+2
* Bumped up version numberAlex Gr?nholm2011-01-071-1/+1
* The 'concurrent' package was missing __init__.py after installationAlex Gr?nholm2011-01-071-2/+2
* Fixed download urlAlex Gr?nholm2010-12-181-1/+1
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ...Alex Gr?nholm2010-12-181-0/+32