Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -8/+8 |
* | asyncio: Fix spelling and typos. | Yury Selivanov | 2014-02-19 | 1 | -1/+1 |
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -6/+6 |
* | asyncio: Future.set_exception(exc) should instantiate exc if it is a class. | Victor Stinner | 2014-01-31 | 1 | -0/+5 |
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -50/+49 |
* | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I... | Guido van Rossum | 2013-11-22 | 1 | -0/+18 |
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -6/+6 |
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+329 |