summaryrefslogtreecommitdiff
path: root/Lib/concurrent/futures/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)jhaydaman2018-05-301-0/+1
* bpo-32596: Make lazy-load portable (GH-5316)INADA Naoki2018-01-261-4/+6
* bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241)INADA Naoki2018-01-201-2/+33
* bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)Antoine Pitrou2017-11-041-0/+1
* Initial implementation of PEP 3148Brian Quinlan2010-09-181-0/+18