summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-2/+16
|
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-34/+119
|
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-111-1/+4
| | | | | call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function.
* Issue #20505: Fix TestLoop, set the clock resolutionVictor Stinner2014-02-111-0/+1
|
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-091-2/+2
|
* asyncio: Remove more relics of resolution/granularity.Guido van Rossum2014-02-091-5/+0
|
* asyncio: Fix granularity of test_utils.TestLoop.Victor Stinner2014-01-311-0/+1
|
* Fix asyncio tests: define resolutionVictor Stinner2014-01-251-0/+4
|
* asyncio: remove references to the Tulip project, rename Tulip to asyncio.Victor Stinner2013-12-131-1/+1
| | | | Patch written by Vajrasky Kok.
* Remove a duplicated importVictor Stinner2013-12-071-1/+0
|
* asyncio: Add Task.current_task() class method.Guido van Rossum2013-12-061-1/+1
|
* fix cert names for asyncio testChristian Heimes2013-12-061-2/+2
|
* Issue #19842: Refactor BaseSelector to make it an actual usable ABC.Charles-François Natali2013-12-011-0/+14
|
* Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok.Antoine Pitrou2013-10-201-0/+1
|
* Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0Antoine Pitrou2013-10-191-0/+15
|
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+246