Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | asyncio: Future.set_exception(exc) should instantiate exc if it is a class. | Victor Stinner | 2014-01-31 | 1 | -0/+2 | |
| | ||||||
* | Issue #19967: Defer the formating of the traceback in asyncio.Future destructor | Victor Stinner | 2013-12-20 | 1 | -11/+14 | |
| | ||||||
* | asyncio: Clean up formatting. | Guido van Rossum | 2013-12-19 | 1 | -3/+1 | |
| | ||||||
* | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in | Victor Stinner | 2013-12-19 | 1 | -7/+25 | |
| | | | | | Python 3.4 to log "uncatched" exceptions, instead of the dedicated _TracebackLogger class. | |||||
* | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl ↵ | Guido van Rossum | 2013-11-22 | 1 | -3/+8 | |
| | | | | Ibarra Corretgé (mostly). | |||||
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -3/+3 | |
| | ||||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+338 | |