summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)Serhiy Storchaka2021-09-041-30/+2
* [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27...Miss Islington (bot)2021-08-261-0/+1
* [3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)Sam Bull2021-08-181-4/+33
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-2/+0
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-22/+3
* asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668Yury Selivanov2014-03-271-12/+10
* Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for is...Guido van Rossum2013-11-181-5/+5
* Skip the asyncio tests when threads are not available.Guido van Rossum2013-10-191-0/+5
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+26