summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Jython compatibility by making the ProcessPoolExecutor import optional2.1.5Alex Gr?nholm2013-11-121-2/+3
| | | | Added metadata for wheel support
* 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
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