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
path:
root
/
dns
/
rdtypes
/
ANY
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NSEC3 base32 processing. (#929)
Brian Wellington
2023-05-06
1
-0
/
+5
*
run black
Bob Halley
2023-03-30
1
-1
/
+1
*
black autoformatting
Bob Halley
2022-03-15
30
-433
/
+620
*
One more pass, after adding --disallow-incomplete-defs
Bob Halley
2022-03-11
2
-0
/
+2
*
Add integrated typing to much of dnspython.
Bob Halley
2022-03-05
4
-11
/
+10
*
more lgtm linting
Bob Halley
2022-02-17
2
-4
/
+4
*
Merge pull request #769 from peterthomassen/20220124_tokenizer_concatenate_re...
Bob Halley
2022-01-25
1
-1
/
+1
|
\
|
*
Require trailing field in rdata of TLSA and friends
Peter Thomassen
2022-01-25
1
-1
/
+1
*
|
Add missing items to rdtypes/ANY/__init__.py
Peter Thomassen
2022-01-18
1
-0
/
+4
|
/
*
lint
Bob Halley
2021-12-17
1
-1
/
+1
*
Allow digest type 0 for CDS
Peter Thomassen
2021-10-20
1
-0
/
+5
*
change the RFC cite for CERT
Bob Halley
2021-09-21
1
-1
/
+1
*
Add new certificate types in CERT record
Kiran Pawar
2021-09-21
1
-0
/
+10
*
Add support for RFC 6742 types.
Brian Wellington
2021-07-13
4
-0
/
+176
*
Lint pass
Bob Halley
2021-05-02
1
-1
/
+0
*
Add missing dns.rdtypes.util imports [Issue #648].
processing_order_fix
Bob Halley
2021-03-09
1
-0
/
+1
*
Checkpoint ZONEMD support.
Brian Wellington
2021-02-24
2
-0
/
+67
*
Add missing items to rdtypes/ANY/__init__.py
Bob Halley
2021-01-13
1
-0
/
+2
*
Pass kw from dns.rdata.to_text to _hexify and _base64ify
Peter Thomassen
2021-01-05
4
-4
/
+7
*
TSIG: don't relativize algorithm name
Daniel Salzman
2020-11-25
1
-1
/
+1
*
add comment on NSEC downcasing to avoid future confusion
Bob Halley
2020-10-06
1
-0
/
+2
*
correct and simplify weighted_processing_order()
Bob Halley
2020-09-09
1
-1
/
+1
*
processing order implementation
Bob Halley
2020-09-02
1
-0
/
+10
*
follow usual dnspython inheritance scheme for shared types
Bob Halley
2020-08-27
2
-66
/
+8
*
lint
Bob Halley
2020-08-27
1
-1
/
+2
*
Adds SMIMEA record type, RFC 8162
Nils Wisiol
2020-08-27
2
-0
/
+8
*
Do not split OPENPGPKEY base64 into chunks. #577
Bob Halley
2020-08-26
1
-1
/
+1
*
restore missing windows tuple-fy
Bob Halley
2020-08-26
3
-3
/
+3
*
use classmethod for Gateway factories
Bob Halley
2020-08-26
1
-8
/
+13
*
more constructor checking work
Bob Halley
2020-08-26
5
-18
/
+13
*
use self._as_name()
Bob Halley
2020-08-25
1
-1
/
+1
*
remove _constify() uses; more complete checking of bitmap windows types like ...
Bob Halley
2020-08-25
7
-20
/
+31
*
finish type constructor type checking
Bob Halley
2020-08-22
14
-96
/
+88
*
checkpoint rdata constructor checking
Bob Halley
2020-08-21
9
-44
/
+26
*
make name and rdata use the immutable decorator
more-immut
Bob Halley
2020-08-19
41
-96
/
+181
*
Adds support for reading TSIG text format.
Brian Wellington
2020-08-10
1
-8
/
+31
*
lint
Bob Halley
2020-08-08
1
-3
/
+2
*
Merge pull request #530 from nrhall/nrhall-gss-tsig-changes
Bob Halley
2020-08-08
2
-0
/
+118
|
\
|
*
Add support for TKEY RR type
Nick Hall
2020-08-08
2
-0
/
+118
*
|
LOC _exponent_of does not need to do division.
Bob Halley
2020-08-08
1
-5
/
+1
|
/
*
lint
Bob Halley
2020-08-04
4
-2
/
+12
*
LOC with version not 0 is a FORMERR
Bob Halley
2020-08-04
1
-0
/
+2
*
Remove checks already done by dns.dnssec.algorithm_from_text().
Bob Halley
2020-07-25
1
-2
/
+0
*
a way of doing comments
comments
Bob Halley
2020-07-20
10
-27
/
+11
*
Make dns.rdata._base64ify(..., 0) work.
Brian Wellington
2020-07-09
1
-2
/
+2
*
lint
Brian Wellington
2020-07-02
1
-2
/
+0
*
Consolidate NSEC/NSEC3/CSYNC bitmap handling.
Brian Wellington
2020-07-02
3
-158
/
+28
*
Rework wire format processing.
Bob Halley
2020-07-02
22
-287
/
+91
*
Add support for the AMTRELAY type.
Brian Wellington
2020-07-01
1
-0
/
+87
*
Add Tokenizer.concatenate_remaining_identifiers()
Brian Wellington
2020-06-30
5
-45
/
+5
[next]