summaryrefslogtreecommitdiff
path: root/dns/asyncbackend.py
Commit message (Collapse)AuthorAgeFilesLines
* black autoformattingBob Halley2022-03-151-11/+22
|
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-1/+1
|
* Remove 3.6-specific code.Bob Halley2022-03-051-6/+0
| | | | | We still have to add AsyncExitStacks, and this requires making the associated socket wrappers async context managers.
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-7/+10
|
* more lgtm lintBob Halley2022-02-211-2/+1
|
* more lgtm lintingBob Halley2022-02-171-1/+1
|
* Correct a typo in dns/asyncbackend.pyFelix Yan2021-08-171-1/+1
|
* pylint lintingBob Halley2020-07-311-0/+5
|
* fix sniffio-less asyncio detection on 3.6.xBob Halley2020-06-171-0/+1
|
* improve async coverageBob Halley2020-06-171-1/+7
|
* move low_level_address_tuple() to dns.inet; add some no-coverage commentsBob Halley2020-06-131-1/+1
|
* fix commentBob Halley2020-06-121-2/+2
|
* make get_backend() shorter; improve sniffing; fail if we cannot tell the libraryBob Halley2020-06-121-25/+31
|
* lintBob Halley2020-06-121-3/+1
|
* async docoBob Halley2020-06-121-16/+58
|
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-0/+43