summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update mypy requirement from ^0.782 to ^0.790dependabot/pip/mypy-tw-0.790dependabot[bot]2020-10-121-1/+1
* First pass at adding network timeouts to tests. This is for whenBob Halley2020-10-093-28/+41
* add comment on NSEC downcasing to avoid future confusionBob Halley2020-10-061-0/+2
* we should not canonicalize SVCB/HTTPS alias target either!Bob Halley2020-10-062-3/+3
* The alias target of an SVCB or HTTPS rdata must not be compressed.Bob Halley2020-10-062-1/+15
* Merge pull request #586 from The-Compiler/no-deprecatedBob Halley2020-09-223-4/+4
|\
| * Avoid using deprecated Resolver.query in examplesFlorian Bruhin2020-09-213-4/+4
|/
* Merge pull request #583 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.18Bob Halley2020-09-161-1/+1
|\
| * Update trio requirement from >=0.14,<0.17 to >=0.14,<0.18dependabot/pip/trio-gte-0.14-and-lt-0.18dependabot[bot]2020-09-161-1/+1
|/
* Merge pull request #579 from rthalley/proc-orderBob Halley2020-09-0910-0/+250
|\
| * increase coverage for URI and SVCB processing_order()Bob Halley2020-09-091-0/+28
| * correct and simplify weighted_processing_order()Bob Halley2020-09-094-43/+17
| * Simplify code.proc-orderBrian Wellington2020-09-081-8/+5
| * test processing_order()Bob Halley2020-09-021-0/+113
| * deal with all zero weight URI caseBob Halley2020-09-021-0/+5
| * processing order implementationBob Halley2020-09-029-0/+133
* | Merge pull request #580 from rthalley/full_matchBob Halley2020-09-093-27/+55
|\ \
| * | fix rrset match signature problemsfull_matchBob Halley2020-09-033-27/+55
|/ /
* | add missing doco for override_rdclass parameterBob Halley2020-09-031-0/+3
* | fix trio exampleBob Halley2020-09-031-7/+8
|/
* test _as_* methodsBob Halley2020-09-011-0/+73
* _as_ttl was not returning the value if converting from a stringBob Halley2020-09-011-1/+1
* improve versioned zone coverageBob Halley2020-09-011-0/+46
* remove obsolete change indication code from WritableVersion deletion codeBob Halley2020-09-011-5/+0
* add some versioned zone test casesBob Halley2020-09-011-0/+25
* more test coverage for dns.query._matches_destination()Bob Halley2020-09-011-0/+29
* check for TTL type errors in rdataset/rrset from_text; allow text-form TTLs t...Bob Halley2020-09-013-2/+23
* add a note on type annotationsBob Halley2020-08-312-0/+11
* enable TSIG text format testingBob Halley2020-08-271-2/+11
* Add DLV to example zone.Bob Halley2020-08-274-0/+4
* Separate common resolver functionality into a BaseResolver class.Bob Halley2020-08-272-74/+69
* refresh doco rdatatype listBob Halley2020-08-272-6/+30
* disable one more quad nine thingBob Halley2020-08-271-1/+2
* follow usual dnspython inheritance scheme for shared typesBob Halley2020-08-273-66/+77
* replace() can now rely on constructors to validateBob Halley2020-08-271-4/+0
* lintBob Halley2020-08-271-1/+2
* add SMIMEA to whatsnewBob Halley2020-08-271-1/+1
* Merge pull request #578 from desec-io/masterBob Halley2020-08-2711-0/+57
|\
| * Adds SMIMEA record type, RFC 8162Nils Wisiol2020-08-2711-0/+57
|/
* Do not split OPENPGPKEY base64 into chunks. #577Bob Halley2020-08-264-4/+4
* try to work around pathing problem for codecovBob Halley2020-08-261-1/+1
* restore missing windows tuple-fyBob Halley2020-08-263-3/+3
* use classmethod for Gateway factoriesBob Halley2020-08-264-55/+60
* more constructor checking workBob Halley2020-08-268-40/+41
* remove duplicate isinstance checkBob Halley2020-08-251-2/+0
* use self._as_name()Bob Halley2020-08-251-1/+1
* stronger constructor checking in SVCB/HTTPS paramsBob Halley2020-08-251-17/+8
* remove _constify() uses; more complete checking of bitmap windows types like ...Bob Halley2020-08-2513-55/+79
* constructor checking for EDNS optionsBob Halley2020-08-251-2/+10
* is_udp is better as Inbound attribute not parameter to process_message(). In...Bob Halley2020-08-224-16/+55