summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* restore globalsconstantsBob Halley2020-08-0310-0/+11
|
* Backwards compatibility constants compatible with pylint and mypy.Bob Halley2020-08-0124-21/+315
|
* pylint lintingBob Halley2020-07-3117-65/+100
|
* the abstract wire parse method for Rdata is now from_wire_parser()Bob Halley2020-07-311-1/+1
|
* allow pytest 6Bob Halley2020-07-301-1/+1
|
* When validating a signature, derelativize before doing any label computations.Bob Halley2020-07-282-3/+15
| | | | | | Raise an error if the number of labels in the signature is longer than the number of labels in the owner name. (This is just to give a better error as the validation would fail anyway.)
* more coverageBob Halley2020-07-281-0/+124
|
* Raise NoPreviousName if a text message tries to refer to a previous name but ↵Bob Halley2020-07-281-0/+9
| | | | there is none.
* more message coverageBob Halley2020-07-281-0/+84
|
* Return the message in question_only mode. [#556]Bob Halley2020-07-281-1/+1
|
* Merge pull request #553 from rthalley/wrapBob Halley2020-07-283-33/+58
|\ | | | | Wrap exceptions from rdata from_text() and from_wire().
| * Wrap exceptions from rdata from_text() and from_wire().wrapBob Halley2020-07-263-33/+58
| |
* | Apply the resolver search list, domain, and ndots settings in the same wayBob Halley2020-07-272-10/+56
| | | | | | | | that the BIND stub resolver library does.
* | Add missing lifetime parameter to dns.asyncresolver.resolve() [#555]Bob Halley2020-07-271-2/+3
|/
* increase TXT coverageBob Halley2020-07-262-1/+13
|
* increase rcode coverageBob Halley2020-07-261-0/+4
|
* remove test that can never be trueBob Halley2020-07-261-2/+0
|
* more resolver override testingBob Halley2020-07-263-3/+81
|
* exercise entropy stirringBob Halley2020-07-261-0/+2
|
* exclude unpractical-to-test AttributeErrorBob Halley2020-07-261-1/+1
|
* increase EDNS coverageBob Halley2020-07-262-2/+23
|
* still more dnssec coverageBob Halley2020-07-261-1/+52
|
* more dnssec coverageBob Halley2020-07-261-5/+47
|
* improve dnssec coverageBob Halley2020-07-261-0/+40
|
* more easy coverage gainsBob Halley2020-07-251-0/+85
|
* Remove checks already done by dns.dnssec.algorithm_from_text().Bob Halley2020-07-251-2/+0
|
* more message coverageBob Halley2020-07-252-1/+19
|
* even on errors where we tolerate no question, check question if presentBob Halley2020-07-252-3/+17
|
* more minor resolver coverageBob Halley2020-07-251-4/+47
|
* more reversename coverageBob Halley2020-07-251-0/+5
|
* Bring rdataset to full coverage.Bob Halley2020-07-241-0/+41
|
* util coverageBob Halley2020-07-241-0/+102
|
* test cleanups and more coverageBob Halley2020-07-241-63/+84
|
* to_text() always returns a str, so no need to check if it is not a strBob Halley2020-07-241-5/+1
|
* bring rdata.py to full coverageBob Halley2020-07-242-2/+76
|
* ignore coverage on abstract methodsBob Halley2020-07-241-4/+4
|
* Have only one one top-level section for What's New.Bob Halley2020-07-231-4/+7
|
* test style improvementsBob Halley2020-07-231-23/+13
|
* Allow an escaped newline in a quoted string.Bob Halley2020-07-232-1/+9
|
* more tokenizer coverage improvementsBob Halley2020-07-232-2/+52
|
* more tokenizer test cleanupsBob Halley2020-07-231-53/+19
|
* more tokenizer coverageBob Halley2020-07-231-21/+24
|
* Add no cover for abstract method.Bob Halley2020-07-231-1/+1
|
* Add serial branch coverage; remove duplicated test.Bob Halley2020-07-231-3/+5
|
* cover compression table too big branchBob Halley2020-07-231-0/+24
|
* Improve name coverage slightly by testing the uts_46 branch in 2008 decode.Bob Halley2020-07-232-8/+27
| | | | | | I'm not sure how useful in practice this is, as we don't offer a codec configuration default for it, but I'm not sure you'd never do it, and the existing code was in the wrong order.
* add coverage for a v6 branch caseBob Halley2020-07-221-0/+6
|
* Adjust no cover pragmas to better reflect what the Azure pipeline hits/misses.Bob Halley2020-07-221-10/+10
|
* more resolver coverage improvementsBob Halley2020-07-221-2/+27
|
* Make resolver use_edns() conform to its docstring; slightly improve ↵Bob Halley2020-07-223-2/+14
| | | | use_edns() logic.