summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-134-9/+16
* move low_level_address_tuple() to dns.inet; add some no-coverage commentsBob Halley2020-06-136-22/+26
* Add some comments about opportunities after 3.6 is not supported.Bob Halley2020-06-132-1/+5
* only get_default_backend() when we need to, remove obsolete commentBob Halley2020-06-121-9/+6
* fix typoBob Halley2020-06-121-1/+1
* fix recvfrom, tls timing, and other misc thingsBob Halley2020-06-124-20/+25
* 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
* Add TLS for asyncio.Bob Halley2020-06-121-2/+4
* add timeout to curio.open_connection()Bob Halley2020-06-121-4/+5
* read_exactly -> _read_exactlyBob Halley2020-06-121-3/+3
* Add TLS for Trio and Curio.Bob Halley2020-06-124-15/+112
* add type infoBob Halley2020-06-123-0/+82
* lintBob Halley2020-06-124-17/+18
* 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