summaryrefslogtreecommitdiff
path: root/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Added the set_exception_info() and exception_info() methods to Future which p...2.2.0Alex Gr?nholm2014-09-083-10/+51
* Fixed Jython compatibility by making the ProcessPoolExecutor import optional2.1.5Alex Gr?nholm2013-11-121-1/+6
* Redid the port from scratch using Python 3.2.5 as base2.1.4Alex Gr?nholm2013-06-243-115/+127
* Fixed race condition (thanks Ralf Schmitt)2.1.3Alex Gr?nholm2012-08-251-2/+1
* Changed the namedtuple implementation so it will compile on Python 3.1 (even ...Alex Gr?nholm2011-01-081-5/+5
* Minor cleanupsAlex Gr?nholm2010-12-181-7/+1
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ...Alex Gr?nholm2010-12-186-0/+1192