summaryrefslogtreecommitdiff
path: root/dns/_asyncbackend.py
Commit message (Expand)AuthorAgeFilesLines
* Lint passBob Halley2021-05-021-1/+1
* asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fixBob Halley2021-02-251-0/+3
* Abstract methods should raise NotImplementedError, not return NoneBob Halley2021-01-311-4/+10
* make passing a socket to async routines actually workBob Halley2020-06-171-1/+1
* lintBob Halley2020-06-161-5/+0
* move low_level_address_tuple() to dns.inet; add some no-coverage commentsBob Halley2020-06-131-18/+4
* Add some comments about opportunities after 3.6 is not supported.Bob Halley2020-06-131-1/+2
* Add TLS for Trio and Curio.Bob Halley2020-06-121-1/+1
* lintBob Halley2020-06-121-0/+1
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-0/+77