summaryrefslogtreecommitdiff
path: root/dns/_asyncbackend.py
Commit message (Collapse)AuthorAgeFilesLines
* Add basic DDR support. (#919)Bob Halley2023-04-071-0/+3
| | | * Add basic DDR support.
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-191-0/+8
| | | | | | | | | | | | This change: Allows resolution hostnames in URLs using dnspython's resolver or via a bootstrap address, without rewriting URLs. Adds full support for source addresses and ports to httpx, except for asyncio I/O where only the source address can be specified. Removes support for requests.
* black autoformattingBob Halley2022-03-151-6/+16
|
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-0/+6
|
* 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
| | | | | getpeername() and getsockname() are part of the abstract API but weren't defined.
* 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