aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/test_utils.py
Commit message (Expand)AuthorAge
* asyncio: Fix granularity of test_utils.TestLoop.Victor Stinner2014-01-30
* Fix asyncio tests: define resolutionVictor Stinner2014-01-25
* asyncio: remove references to the Tulip project, rename Tulip to asyncio.Victor Stinner2013-12-13
* Remove a duplicated importVictor Stinner2013-12-07
* asyncio: Add Task.current_task() class method.Guido van Rossum2013-12-06
* fix cert names for asyncio testChristian Heimes2013-12-06
* Issue #19842: Refactor BaseSelector to make it an actual usable ABC.Charles-François Natali2013-12-01
* Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok.Antoine Pitrou2013-10-20
* Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0Antoine Pitrou2013-10-20
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17