summaryrefslogtreecommitdiff
path: root/dns/_trio_backend.py
Commit message (Expand)AuthorAgeFilesLines
* improve async coverageBob Halley2020-06-191-4/+5
* Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-131-2/+2
* move low_level_address_tuple() to dns.inet; add some no-coverage commentsBob Halley2020-06-131-1/+2
* fix recvfrom, tls timing, and other misc thingsBob Halley2020-06-121-6/+4
* Add TLS for Trio and Curio.Bob Halley2020-06-121-3/+21
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-0/+92