summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add type annotations for various BaseResolver attributeswouter bolsterlee2022-03-111-14/+42
* | change mypy version requirement to require less frequent updatesBob Halley2022-03-111-1/+1
* | Merge pull request #790 from rthalley/dependabot/pip/mypy-tw-0.940Bob Halley2022-03-111-1/+1
|\ \ | |/ |/|
| * Update mypy requirement from ^0.931 to ^0.940dependabot[bot]2022-03-111-1/+1
|/
* Merge pull request #789 from rthalley/more-typingBob Halley2022-03-1139-436/+529
|\
| * windows typing fixesBob Halley2022-03-112-1/+10
| * keep trying to fix workflowBob Halley2022-03-111-2/+1
| * fix workflowBob Halley2022-03-111-0/+1
| * One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-1126-93/+107
| * add missing request_mac annotation to async methodsBob Halley2022-03-101-2/+3
| * Typing pass number 2, featuring typing of bools, adding a return typeBob Halley2022-03-1029-367/+436
|/
* misc type annotation lintBob Halley2022-03-085-8/+8
* add mypy back to dev toolsBob Halley2022-03-081-0/+1
* Add issue templatesBob Halley2022-03-072-0/+33
* add 2.2.1 to whatsnewBob Halley2022-03-071-0/+27
* note minimum TLS version in whatsnewBob Halley2022-03-061-0/+2
* try manual dispatchBob Halley2022-03-061-0/+1
* only trigger workflows on .py file changesBob Halley2022-03-063-5/+12
* add 2.2 workflowBob Halley2022-03-061-1/+1
* add workflow for 2.2 branchBob Halley2022-03-061-0/+45
* LGTM lintBob Halley2022-03-0613-17/+12
* add NameRelation classBob Halley2022-03-061-0/+3
* improve version _validate_name test coverageBob Halley2022-03-061-0/+7
* Merge pull request #787 from djanniss/patch-1Bob Halley2022-03-061-2/+2
|\
| * documentation updateDJ Anniss2022-03-061-2/+2
|/
* fix README typoBob Halley2022-03-051-1/+1
* increase minimum version to 3.7 for readthedocsBob Halley2022-03-051-1/+1
* Merge pull request #786 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.21Bob Halley2022-03-051-1/+1
|\
| * Update trio requirement from >=0.14,<0.20 to >=0.14,<0.21dependabot[bot]2022-03-051-1/+1
|/
* Remove 3.6-specific code.Bob Halley2022-03-0510-170/+16
* Set minimum Python version to 3.7.Bob Halley2022-03-056-11/+15
* add return type to get_soa()Bob Halley2022-03-051-3/+3
* Merge pull request #785 from rthalley/type-workBob Halley2022-03-0579-1471/+1367
|\
| * Add integrated typing to much of dnspython.Bob Halley2022-03-0579-1471/+1367
|/
* fix documentation broken by the immutable mechanismBob Halley2022-02-272-0/+6
* Merge pull request #781 from jschlyter/zone_get_soaBob Halley2022-02-232-1/+41
|\
| * allow txn argument as suggested by @rthalleyJakob Schlyter2022-02-212-2/+14
| * use get_soa() in compute_digest()Jakob Schlyter2022-02-191-1/+1
| * raise NoSOA if there is no SOA recordJakob Schlyter2022-02-192-3/+3
| * implement dns.zone.Zone.get_soa()Jakob Schlyter2022-02-192-0/+28
* | more lgtm lintingBob Halley2022-02-232-4/+4
* | update README w/ codecov and lgtmBob Halley2022-02-211-0/+2
* | more lgtm lintBob Halley2022-02-213-7/+10
* | try to restore codecovBob Halley2022-02-211-1/+7
|/
* fix test TLS alertBob Halley2022-02-171-0/+4
* give up on fixing warning as advice was badBob Halley2022-02-171-1/+0
* try again with dependency error warningBob Halley2022-02-171-2/+1
* apply TLS minimums on 3.6 tooBob Halley2022-02-172-0/+4
* try to clean up a warning on the codeql jobBob Halley2022-02-171-0/+2
* lgtm lint: suppress false positiveBob Halley2022-02-172-2/+3