Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue | Antoine Pitrou | 2011-04-12 | 1 | -44/+25 | |
| | | | | cannot raise queue.Empty). | |||||
* | Issue #11635: Don't use polling in worker threads and processes launched by | Antoine Pitrou | 2011-03-26 | 1 | -48/+64 | |
| | | | | concurrent.futures. | |||||
* | Issue #10798: Reject supporting concurrent.futures if the system has | Martin v. Löwis | 2011-01-03 | 1 | -0/+26 | |
| | | | | too few POSIX semaphores. | |||||
* | Fix "seperate". | Georg Brandl | 2010-12-09 | 1 | -1/+1 | |
| | ||||||
* | Initial implementation of PEP 3148 | Brian Quinlan | 2010-09-18 | 1 | -0/+337 | |