summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update trio requirement from >=0.14,<0.18 to >=0.14,<0.19dependabot/pip/trio-gte-0.14-and-lt-0.19dependabot[bot]2021-01-121-1/+1
* Include any pickles in tests directory [Issue #622].Bob Halley2021-01-081-1/+1
* post 2.1.0 versioningBob Halley2021-01-075-5/+10
* remove obsolete download URL; add 3.9 classifierv2.1.0Bob Halley2021-01-071-2/+1
* update README for 2.1.0Bob Halley2021-01-071-2/+2
* Set 2.1.0 version.Bob Halley2021-01-074-5/+5
* Merge pull request #617 from peterthomassen/masterBob Halley2021-01-0512-13/+60
|\
| * Pass kw from dns.rdata.to_text to _hexify and _base64ifyPeter Thomassen2021-01-0512-13/+60
* | use methods with appropriate rcode/opcode typecasting in Message.to_text()Bob Halley2021-01-041-4/+2
* | Cast flags and ednsflags to int when calling dns.rcode.from_flags() andBob Halley2021-01-041-2/+2
* | _WireReader.read() should make flags a dns.flags.Flag [Issue #606]Bob Halley2021-01-042-1/+6
* | Add missing base classes to __init__.Bob Halley2021-01-041-0/+4
* | Merge pull request #616 from timgates42/bugfix_typo_translationBob Halley2021-01-031-1/+1
|\ \ | |/ |/|
| * docs: fix simple typo, transation -> translationTim Gates2020-12-291-1/+1
|/
* Merge pull request #614 from rthalley/resolve_chainingBob Halley2020-12-284-20/+57
|\
| * Change ChainingResult "rrset" to "answer"; fix typo.resolve_chainingBob Halley2020-12-213-13/+13
| * resolve_chaining() now returns a ChainingResult object.Bob Halley2020-12-214-14/+51
|/
* resolve_chaining() should not go into an infinite loop if the qtype isBob Halley2020-12-212-0/+17
* Add a test of a TSIG-signed AXFR of the root.Brian Wellington2020-11-251-5/+13
* Merge pull request #609 from salzmdan/masterBrian Wellington2020-11-251-1/+1
|\
| * TSIG: don't relativize algorithm nameDaniel Salzman2020-11-251-1/+1
|/
* Do not test override with default resolver if there is no Internet.Bob Halley2020-11-191-0/+1
* give on on Azure windows testing for nowBob Halley2020-11-091-1/+0
* yet another azure attemptBob Halley2020-11-011-1/+1
* another azure attemptBob Halley2020-11-011-3/+3
* azure + poetry attemptBob Halley2020-11-011-4/+12
* update README.md for 2.1.0rc1v2.1.0rc1Bob Halley2020-10-301-1/+1
* update versions for 2.1.0rc1Bob Halley2020-10-304-4/+4
* Add repr() for dns.tsig.Key.Brian Wellington2020-10-291-0/+5
* another azure try. sigh!Bob Halley2020-10-281-1/+2
* another tryBob Halley2020-10-282-3/+4
* still yet another azure fix attemptBob Halley2020-10-281-3/+3
* yet another azure fix attemptBob Halley2020-10-281-1/+1
* another azure fix attemptBob Halley2020-10-281-2/+6
* azure fix take 2Bob Halley2020-10-211-2/+0
* try to fix azureBob Halley2020-10-211-0/+1
* Merge pull request #593 from rthalley/dependabot/pip/mypy-tw-0.790Bob Halley2020-10-121-1/+1
|\
| * 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