summaryrefslogtreecommitdiffstats
path: root/Lib/concurrent/futures/thread.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...Guido van Rossum2014-09-021-1/+6
* Issue #21362: concurrent.futures does not validate that max_workers is properBrian Quinlan2014-05-171-0/+3
* Issue #16284: Prevent keeping unnecessary references to worker functions in c...Andrew Svetlov2012-11-031-0/+2
* Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-111-1/+1
* Issue #11815: Remove dead code in concurrent.futures (since a blocking QueueAntoine Pitrou2011-04-121-8/+4
* Issue #11635: Don't use polling in worker threads and processes launched byAntoine Pitrou2011-03-261-31/+29
* Initial implementation of PEP 3148Brian Quinlan2010-09-181-0/+136