summaryrefslogtreecommitdiff
path: root/Lib/asyncio/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (issue #28613)Yury Selivanov2016-11-041-4/+4
|\
| * Merge 3.5 (issue #28369)Yury Selivanov2016-10-051-4/+38
| |\
| * | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-4/+4
* | | Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+6
| |/ |/|
* | Issue #28369: Raise an error when transport's FD is used with add_readerYury Selivanov2016-10-051-4/+38
|/
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-161-2/+7
* asyncio: Fix with githubYury Selivanov2015-11-201-0/+11
* Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-5/+6
* Issue #23353, asyncio: Workaround CPython bug #23353Victor Stinner2015-02-021-0/+4
* asyncio: sync with TulipVictor Stinner2015-01-151-0/+1
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-141-0/+5
* Issue #22641: In asyncio, the default SSL context for client connections is n...Antoine Pitrou2014-10-151-1/+12
* asyncio: sync with TulipVictor Stinner2014-08-251-0/+6
* asyncio tests: make quiet the logs of SSL handshake failures when running testsVictor Stinner2014-07-141-0/+16
* asyncio: sync with TulipVictor Stinner2014-07-081-1/+1
* Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly()Victor Stinner2014-06-301-0/+3
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-291-1/+2
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-181-0/+18
* asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)Victor Stinner2014-06-121-0/+7
* asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which isVictor Stinner2014-03-061-9/+6
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+0
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-1/+1
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-181-2/+2
* 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
* 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-101-2/+2
* asyncio: Remove more relics of resolution/granularity.Guido van Rossum2014-02-081-5/+0
* asyncio: Fix granularity of test_utils.TestLoop.Victor Stinner2014-01-301-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
* 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-201-0/+15
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+246