| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | restore globalsconstants | Bob Halley | 2020-08-03 | 10 | -0/+11 |
| | | |||||
| * | Backwards compatibility constants compatible with pylint and mypy. | Bob Halley | 2020-08-01 | 24 | -21/+315 |
| | | |||||
| * | pylint linting | Bob Halley | 2020-07-31 | 17 | -65/+100 |
| | | |||||
| * | the abstract wire parse method for Rdata is now from_wire_parser() | Bob Halley | 2020-07-31 | 1 | -1/+1 |
| | | |||||
| * | allow pytest 6 | Bob Halley | 2020-07-30 | 1 | -1/+1 |
| | | |||||
| * | When validating a signature, derelativize before doing any label computations. | Bob Halley | 2020-07-28 | 2 | -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 coverage | Bob Halley | 2020-07-28 | 1 | -0/+124 |
| | | |||||
| * | Raise NoPreviousName if a text message tries to refer to a previous name but ↵ | Bob Halley | 2020-07-28 | 1 | -0/+9 |
| | | | | | there is none. | ||||
| * | more message coverage | Bob Halley | 2020-07-28 | 1 | -0/+84 |
| | | |||||
| * | Return the message in question_only mode. [#556] | Bob Halley | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #553 from rthalley/wrap | Bob Halley | 2020-07-28 | 3 | -33/+58 |
| |\ | | | | | Wrap exceptions from rdata from_text() and from_wire(). | ||||
| | * | Wrap exceptions from rdata from_text() and from_wire().wrap | Bob Halley | 2020-07-26 | 3 | -33/+58 |
| | | | |||||
| * | | Apply the resolver search list, domain, and ndots settings in the same way | Bob Halley | 2020-07-27 | 2 | -10/+56 |
| | | | | | | | | | that the BIND stub resolver library does. | ||||
| * | | Add missing lifetime parameter to dns.asyncresolver.resolve() [#555] | Bob Halley | 2020-07-27 | 1 | -2/+3 |
| |/ | |||||
| * | increase TXT coverage | Bob Halley | 2020-07-26 | 2 | -1/+13 |
| | | |||||
| * | increase rcode coverage | Bob Halley | 2020-07-26 | 1 | -0/+4 |
| | | |||||
| * | remove test that can never be true | Bob Halley | 2020-07-26 | 1 | -2/+0 |
| | | |||||
| * | more resolver override testing | Bob Halley | 2020-07-26 | 3 | -3/+81 |
| | | |||||
| * | exercise entropy stirring | Bob Halley | 2020-07-26 | 1 | -0/+2 |
| | | |||||
| * | exclude unpractical-to-test AttributeError | Bob Halley | 2020-07-26 | 1 | -1/+1 |
| | | |||||
| * | increase EDNS coverage | Bob Halley | 2020-07-26 | 2 | -2/+23 |
| | | |||||
| * | still more dnssec coverage | Bob Halley | 2020-07-26 | 1 | -1/+52 |
| | | |||||
| * | more dnssec coverage | Bob Halley | 2020-07-26 | 1 | -5/+47 |
| | | |||||
| * | improve dnssec coverage | Bob Halley | 2020-07-26 | 1 | -0/+40 |
| | | |||||
| * | more easy coverage gains | Bob Halley | 2020-07-25 | 1 | -0/+85 |
| | | |||||
| * | Remove checks already done by dns.dnssec.algorithm_from_text(). | Bob Halley | 2020-07-25 | 1 | -2/+0 |
| | | |||||
| * | more message coverage | Bob Halley | 2020-07-25 | 2 | -1/+19 |
| | | |||||
| * | even on errors where we tolerate no question, check question if present | Bob Halley | 2020-07-25 | 2 | -3/+17 |
| | | |||||
| * | more minor resolver coverage | Bob Halley | 2020-07-25 | 1 | -4/+47 |
| | | |||||
| * | more reversename coverage | Bob Halley | 2020-07-25 | 1 | -0/+5 |
| | | |||||
| * | Bring rdataset to full coverage. | Bob Halley | 2020-07-24 | 1 | -0/+41 |
| | | |||||
| * | util coverage | Bob Halley | 2020-07-24 | 1 | -0/+102 |
| | | |||||
| * | test cleanups and more coverage | Bob Halley | 2020-07-24 | 1 | -63/+84 |
| | | |||||
| * | to_text() always returns a str, so no need to check if it is not a str | Bob Halley | 2020-07-24 | 1 | -5/+1 |
| | | |||||
| * | bring rdata.py to full coverage | Bob Halley | 2020-07-24 | 2 | -2/+76 |
| | | |||||
| * | ignore coverage on abstract methods | Bob Halley | 2020-07-24 | 1 | -4/+4 |
| | | |||||
| * | Have only one one top-level section for What's New. | Bob Halley | 2020-07-23 | 1 | -4/+7 |
| | | |||||
| * | test style improvements | Bob Halley | 2020-07-23 | 1 | -23/+13 |
| | | |||||
| * | Allow an escaped newline in a quoted string. | Bob Halley | 2020-07-23 | 2 | -1/+9 |
| | | |||||
| * | more tokenizer coverage improvements | Bob Halley | 2020-07-23 | 2 | -2/+52 |
| | | |||||
| * | more tokenizer test cleanups | Bob Halley | 2020-07-23 | 1 | -53/+19 |
| | | |||||
| * | more tokenizer coverage | Bob Halley | 2020-07-23 | 1 | -21/+24 |
| | | |||||
| * | Add no cover for abstract method. | Bob Halley | 2020-07-23 | 1 | -1/+1 |
| | | |||||
| * | Add serial branch coverage; remove duplicated test. | Bob Halley | 2020-07-23 | 1 | -3/+5 |
| | | |||||
| * | cover compression table too big branch | Bob Halley | 2020-07-23 | 1 | -0/+24 |
| | | |||||
| * | Improve name coverage slightly by testing the uts_46 branch in 2008 decode. | Bob Halley | 2020-07-23 | 2 | -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 case | Bob Halley | 2020-07-22 | 1 | -0/+6 |
| | | |||||
| * | Adjust no cover pragmas to better reflect what the Azure pipeline hits/misses. | Bob Halley | 2020-07-22 | 1 | -10/+10 |
| | | |||||
| * | more resolver coverage improvements | Bob Halley | 2020-07-22 | 1 | -2/+27 |
| | | |||||
| * | Make resolver use_edns() conform to its docstring; slightly improve ↵ | Bob Halley | 2020-07-22 | 3 | -2/+14 |
| | | | | | use_edns() logic. | ||||
