index
:
delta/python-packages/dnspython.git
2.2
2.3
absolute_origin_zone_txn_fix
async
cache_stats
canonical_name
cmp_fix
cname-and-other-data
comments
constants
constants2
continue_on_error
dependabot/pip/coverage-tw-6.0
dependabot/pip/cryptography-gte-2.6-and-lt-37.0
dependabot/pip/cryptography-gte-2.6-and-lt-4.0
dependabot/pip/mypy-tw-0.781
dependabot/pip/mypy-tw-0.782
dependabot/pip/mypy-tw-0.790
dependabot/pip/mypy-tw-0.800
dependabot/pip/mypy-tw-0.812
dependabot/pip/mypy-tw-0.920
dependabot/pip/pytest-cov-tw-3.0.0
dependabot/pip/pytest-tw-6.0.0
dependabot/pip/trio-gte-0.14-and-lt-0.18
dependabot/pip/trio-gte-0.14-and-lt-0.19
dependabot/pip/wheel-tw-0.35.0
full_match
httpx_if_possible
legacy-v1
lifetime_timeout
master
message
more-immut
nanonameserver
new-unversioned-zone-txn
parser
proc-order
processing_order_fix
python3
quic-899
resolve_chaining
resrefactor
revert-193-pylint
rrset-reader
soa_interval_fix
svcb
transaction
txn-names
win32util
windows_asyncio_fix
wrap
xfr
zone-refactor
github.com: rthalley/dnspython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add type annotations for various BaseResolver attributes
wouter bolsterlee
2022-03-11
1
-14
/
+42
*
|
change mypy version requirement to require less frequent updates
Bob Halley
2022-03-11
1
-1
/
+1
*
|
Merge pull request #790 from rthalley/dependabot/pip/mypy-tw-0.940
Bob Halley
2022-03-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update mypy requirement from ^0.931 to ^0.940
dependabot[bot]
2022-03-11
1
-1
/
+1
|
/
*
Merge pull request #789 from rthalley/more-typing
Bob Halley
2022-03-11
39
-436
/
+529
|
\
|
*
windows typing fixes
Bob Halley
2022-03-11
2
-1
/
+10
|
*
keep trying to fix workflow
Bob Halley
2022-03-11
1
-2
/
+1
|
*
fix workflow
Bob Halley
2022-03-11
1
-0
/
+1
|
*
One more pass, after adding --disallow-incomplete-defs
Bob Halley
2022-03-11
26
-93
/
+107
|
*
add missing request_mac annotation to async methods
Bob Halley
2022-03-10
1
-2
/
+3
|
*
Typing pass number 2, featuring typing of bools, adding a return type
Bob Halley
2022-03-10
29
-367
/
+436
|
/
*
misc type annotation lint
Bob Halley
2022-03-08
5
-8
/
+8
*
add mypy back to dev tools
Bob Halley
2022-03-08
1
-0
/
+1
*
Add issue templates
Bob Halley
2022-03-07
2
-0
/
+33
*
add 2.2.1 to whatsnew
Bob Halley
2022-03-07
1
-0
/
+27
*
note minimum TLS version in whatsnew
Bob Halley
2022-03-06
1
-0
/
+2
*
try manual dispatch
Bob Halley
2022-03-06
1
-0
/
+1
*
only trigger workflows on .py file changes
Bob Halley
2022-03-06
3
-5
/
+12
*
add 2.2 workflow
Bob Halley
2022-03-06
1
-1
/
+1
*
add workflow for 2.2 branch
Bob Halley
2022-03-06
1
-0
/
+45
*
LGTM lint
Bob Halley
2022-03-06
13
-17
/
+12
*
add NameRelation class
Bob Halley
2022-03-06
1
-0
/
+3
*
improve version _validate_name test coverage
Bob Halley
2022-03-06
1
-0
/
+7
*
Merge pull request #787 from djanniss/patch-1
Bob Halley
2022-03-06
1
-2
/
+2
|
\
|
*
documentation update
DJ Anniss
2022-03-06
1
-2
/
+2
|
/
*
fix README typo
Bob Halley
2022-03-05
1
-1
/
+1
*
increase minimum version to 3.7 for readthedocs
Bob Halley
2022-03-05
1
-1
/
+1
*
Merge pull request #786 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.21
Bob Halley
2022-03-05
1
-1
/
+1
|
\
|
*
Update trio requirement from >=0.14,<0.20 to >=0.14,<0.21
dependabot[bot]
2022-03-05
1
-1
/
+1
|
/
*
Remove 3.6-specific code.
Bob Halley
2022-03-05
10
-170
/
+16
*
Set minimum Python version to 3.7.
Bob Halley
2022-03-05
6
-11
/
+15
*
add return type to get_soa()
Bob Halley
2022-03-05
1
-3
/
+3
*
Merge pull request #785 from rthalley/type-work
Bob Halley
2022-03-05
79
-1471
/
+1367
|
\
|
*
Add integrated typing to much of dnspython.
Bob Halley
2022-03-05
79
-1471
/
+1367
|
/
*
fix documentation broken by the immutable mechanism
Bob Halley
2022-02-27
2
-0
/
+6
*
Merge pull request #781 from jschlyter/zone_get_soa
Bob Halley
2022-02-23
2
-1
/
+41
|
\
|
*
allow txn argument as suggested by @rthalley
Jakob Schlyter
2022-02-21
2
-2
/
+14
|
*
use get_soa() in compute_digest()
Jakob Schlyter
2022-02-19
1
-1
/
+1
|
*
raise NoSOA if there is no SOA record
Jakob Schlyter
2022-02-19
2
-3
/
+3
|
*
implement dns.zone.Zone.get_soa()
Jakob Schlyter
2022-02-19
2
-0
/
+28
*
|
more lgtm linting
Bob Halley
2022-02-23
2
-4
/
+4
*
|
update README w/ codecov and lgtm
Bob Halley
2022-02-21
1
-0
/
+2
*
|
more lgtm lint
Bob Halley
2022-02-21
3
-7
/
+10
*
|
try to restore codecov
Bob Halley
2022-02-21
1
-1
/
+7
|
/
*
fix test TLS alert
Bob Halley
2022-02-17
1
-0
/
+4
*
give up on fixing warning as advice was bad
Bob Halley
2022-02-17
1
-1
/
+0
*
try again with dependency error warning
Bob Halley
2022-02-17
1
-2
/
+1
*
apply TLS minimums on 3.6 too
Bob Halley
2022-02-17
2
-0
/
+4
*
try to clean up a warning on the codeql job
Bob Halley
2022-02-17
1
-0
/
+2
*
lgtm lint: suppress false positive
Bob Halley
2022-02-17
2
-2
/
+3
[prev]
[next]