summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* async docoBob Halley2020-06-121-16/+58
* Attempt to cope with python 3.6 asyncio.Bob Halley2020-06-111-3/+15
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-1112-475/+884
* imnprove commentBob Halley2020-06-091-2/+3
* Updates to dns.edns module.Brian Wellington2020-06-081-27/+45
* Allow a socket to be passed to udp(), and a stream to stream().Bob Halley2020-06-062-36/+79
* minor doco updateBob Halley2020-06-061-5/+7
* remove af, add sockBob Halley2020-06-061-12/+38
* Remove more unneeded backwards compat, _winreg -> winregBob Halley2020-06-051-30/+27
* remove no longer needed backwards compat for collections.abc.MutableMappingBob Halley2020-06-051-4/+2
* remove now-unused io importsBob Halley2020-06-035-6/+0
* Minor Python 3 cleanups.Brian Wellington2020-06-0322-64/+63
* Merge pull request #495 from rthalley/nanonameserverBob Halley2020-06-021-3/+3
|\
| * Expose dns.trio.query.read_exactly() as it is useful.Bob Halley2020-05-311-3/+3
* | NSEC should NOT be downcased when canonicalized, nor should HIP or IPSECKEY; ...Bob Halley2020-06-011-1/+1
* | Improvements to dns.rdata.to_wire().Brian Wellington2020-06-0143-165/+102
* | RRSIG digestable might as well be right even if it is uselessBob Halley2020-06-011-0/+8
* | continued line lintBob Halley2020-06-011-1/+1
* | Merge pull request #498 from bwelling/query-socketsBob Halley2020-06-011-42/+93
|\ \
| * | Adds sock parameters to query methods.Brian Wellington2020-06-011-42/+93
* | | __iter__ is not needed in WireData at allBob Halley2020-06-011-4/+0
|/ /
* | Fix remaining canonical form problems, and add a test. [Issue #496]Bob Halley2020-06-015-2/+25
* | Lowercase SRV records in to_digestable(), fixes #496Nils Wisiol2020-06-011-0/+8
|/
* WireData did not implement the iteration protocol correctly and was thus unit...Bob Halley2020-05-301-7/+2
* the prior fix for exception handling was still not right, missing a continueBob Halley2020-05-292-0/+2
* Check character-string length for HINFO recordsNils Wisiol2020-05-292-3/+7
* Fix resolve() NoAnswer problems from [Issue #488]Bob Halley2020-05-282-8/+24
* Merge pull request #487 from pspacek/pickle_rdataBob Halley2020-05-271-0/+7
|\
| * make rdata objects picklable againPetr Špaček2020-05-271-0/+7
* | further tighten resolve() default settingsBob Halley2020-05-272-10/+14
|/
* clearly people do not delete from NameDicts very oftenBob Halley2020-05-231-2/+2
* leading zero detection in dns.ipv4.inet_aton() was brokenBob Halley2020-05-231-1/+1
* fix None pointers in LRU cache sentinelBob Halley2020-05-231-2/+3
* revision of truncation handlingBob Halley2020-05-225-15/+141
* add NXDOMAIN cachingBob Halley2020-05-211-43/+60
* pop() with no arguements means last, but I used it intending firstBob Halley2020-05-211-2/+2
* remove historical af argument to query functionsBob Halley2020-05-211-35/+10
* Remove dns.rdata{type,class}.to_enum.Brian Wellington2020-05-2111-51/+42
* fix typoBob Halley2020-05-211-3/+2
* lint: remove unused sys importBob Halley2020-05-211-1/+0
* Merge pull request #478 from bwelling/query-use-context-managersBob Halley2020-05-211-56/+33
|\
| * Use context managers in the query methods.Brian Wellington2020-05-201-56/+33
* | use clock time not trio timeBob Halley2020-05-211-5/+6
|/
* Simplify dns.query._connect().Brian Wellington2020-05-201-13/+6
* Simplify exception handling.Brian Wellington2020-05-201-6/+6
* Remove hash value truncation.Brian Wellington2020-05-201-4/+1
* Remove cruft and simplify.Brian Wellington2020-05-201-19/+2
* flake8 lintingBob Halley2020-05-207-25/+26
* raise NotImplememtedError, not NotImplementedBob Halley2020-05-201-1/+1
* move raise_on_no_error out of AnswerBob Halley2020-05-191-10/+6