Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ... | Victor Stinner | 2014-06-25 | 1 | -0/+1 |
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-17 | 1 | -48/+20 |
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -10/+10 |
* | asyncio: Locks refactor: use a separate context manager; remove Semaphore._lo... | Guido van Rossum | 2014-01-26 | 1 | -0/+35 |
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -123/+120 |
* | asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se... | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
* | asyncio: Make Semaphore(0) work properly. | Guido van Rossum | 2013-11-21 | 1 | -0/+4 |
* | asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ | Guido van Rossum | 2013-11-04 | 1 | -1/+70 |
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+765 |