summaryrefslogtreecommitdiff
path: root/dns/asyncresolver.py
Commit message (Expand)AuthorAgeFilesLines
* resolve_at() type fixesBob Halley2023-04-191-2/+2
* Add make_resolver_at() and resolve_at(). (#926)Bob Halley2023-04-191-0/+81
* Add basic DDR support. (#919)Bob Halley2023-04-071-0/+42
* re-run blackBob Halley2023-03-191-19/+19
* Add dns.resolver.resolve_name(). (#903)Brian Wellington2023-03-101-0/+80
* Resolver "nameserver" object support. (#897)Bob Halley2023-02-251-27/+9
* Improve DNSSEC _doco, minor DNSSEC and typing tweaks.Bob Halley2022-12-121-2/+2
* black autoformattingBob Halley2022-03-151-48/+88
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-4/+4
* Typing pass number 2, featuring typing of bools, adding a return typeBob Halley2022-03-101-11/+14
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-18/+35
* more lgtm lintingBob Halley2022-02-171-1/+1
* async resolver supporthttpx_if_possibleBob Halley2021-11-171-2/+3
* Return error trace in LifetimeTimeoutBob Halley2021-04-241-1/+2
* Separate common resolver functionality into a BaseResolver class.Bob Halley2020-08-271-12/+2
* replace duplicated doco with referencesBob Halley2020-08-211-66/+10
* pylint lintingBob Halley2020-07-311-0/+8
* Add missing lifetime parameter to dns.asyncresolver.resolve() [#555]Bob Halley2020-07-271-2/+3
* Add canonical_name() to async resolver too.Bob Halley2020-07-201-0/+30
* improve async coverageBob Halley2020-06-171-1/+1
* fix typoBob Halley2020-06-121-1/+1
* lintBob Halley2020-06-121-5/+7
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-0/+255