summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update mypy requirement from ^0.780 to ^0.781dependabot/pip/mypy-tw-0.781dependabot[bot]2020-06-221-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.780...v0.781) Signed-off-by: dependabot[bot] <support@github.com>
* set versioning to devBob Halley2020-06-204-6/+6
|
* add wheelv2.0.0rc1Bob Halley2020-06-201-0/+1
|
* add twine to dev toolsBob Halley2020-06-201-0/+1
|
* prep rc docBob Halley2020-06-201-4/+18
|
* improve resolver coverageBob Halley2020-06-202-6/+25
|
* remove differences.md as doco has fuller descriptionBob Halley2020-06-201-14/+0
|
* remove linux jobs as coverage does not fuseBob Halley2020-06-201-39/+0
|
* try a different type for NoData test to make azure happierBob Halley2020-06-201-2/+2
|
* try a different type for NoData test to make azure happierBob Halley2020-06-201-1/+1
|
* try azure update againBob Halley2020-06-202-2/+5
|
* try a much more complicated azure jobBob Halley2020-06-201-22/+74
|
* bind our UDP socketBob Halley2020-06-191-1/+2
|
* improve TSIG coverageBob Halley2020-06-191-0/+66
|
* Remove hmac_md5(), as it was added for backwards compatibility when weBob Halley2020-06-191-7/+0
| | | | switched to using sign() back in 2010.
* improve coverageBob Halley2020-06-191-2/+3
|
* add coverageBob Halley2020-06-191-0/+30
|
* add comment about is-response checking for DDNSBob Halley2020-06-191-0/+4
|
* improve coverageBob Halley2020-06-191-0/+48
|
* improve coverageBob Halley2020-06-191-0/+71
|
* we did not check label-too-long in a few text casesBob Halley2020-06-191-4/+10
|
* improve e164 coverageBob Halley2020-06-192-1/+13
|
* improve set coverageBob Halley2020-06-192-1/+41
|
* more EDNS coverageBob Halley2020-06-191-0/+27
|
* Make _cmp generic for all EDNS Options. It now compares the wire formatsBob Halley2020-06-191-19/+11
| | | | | | | | | | of two objects of the same class. Previously we did type-specific stuff for ECSOption, but we only checked the padded address info, not the srclen or scopelen, so different options could compare the same. Also, it's not clear that there's any better semantic ordering of options than the wire format, so we will just go for simplicity and use the generic implementation.
* fix indentation issue that let to pointless extra checkingBob Halley2020-06-191-2/+2
|
* lintBob Halley2020-06-191-4/+4
|
* misc rdata coverage improvementsBob Halley2020-06-191-2/+132
|
* more coverage improvementsBob Halley2020-06-192-4/+6
|
* fix cut-and-paste typoBob Halley2020-06-191-1/+1
|
* Improve GPOS validity checking.Bob Halley2020-06-191-1/+12
|
* Check previously unchecked things in from_text(), and make from_wire() ↵Bob Halley2020-06-191-6/+25
| | | | checks more precise.
* improve async coverageBob Halley2020-06-191-0/+22
|
* eliminate coverage noiseBob Halley2020-06-191-1/+1
|
* improve async coverageBob Halley2020-06-193-9/+12
|
* add more rdata test coverageBob Halley2020-06-181-0/+49
|
* Fix rdata pickling.Bob Halley2020-06-181-2/+24
| | | | | | | | | | | Coverage testing showed that while rdatas would pickle and unpickle apparently successfully, in fact only the slots from the deepest class in the inheritance chain would be restored. So, e.g., a restored A rdata would have an address attribute but no rdclass or rdtype attributes, and so things like rdata comparison would break. This change preserves the whole set of slots, from all ancestors as well as the object, as a dictionary.
* validate rdata replace()Bob Halley2020-06-182-2/+14
|
* further improve entropy coverageBob Halley2020-06-182-1/+17
|
* improve entropy coverageBob Halley2020-06-182-2/+14
|
* improve query coverageBob Halley2020-06-181-10/+10
|
* increase message coverageBob Halley2020-06-181-0/+6
|
* more tokenizer coverageBob Halley2020-06-182-1/+36
|
* more zone test coverageBob Halley2020-06-182-0/+72
|
* skip getaddrinfo tests on windows as the originals failBob Halley2020-06-181-0/+3
|
* cope with windows getaddrinfoBob Halley2020-06-181-4/+8
|
* add more info when equivalence test fails to see what is up on windowsBob Halley2020-06-181-0/+3
|
* more resolver override coverageBob Halley2020-06-181-13/+92
|
* Construct socket.gaierror with an errno and a string, as doing just theBob Halley2020-06-181-9/+26
| | | | | | | errno doesn't cause the errno field in the exception to be set, and thus our exceptions were different and less useful than the stock ones. Adjust gethostbyaddr() to filter addresses like the system one does.
* Merge pull request #511 from pspacek/ds_algo_mnemonicBob Halley2020-06-182-1/+6
|\ | | | | DS: support mnemonic format from RFC 4034 section 5.3