]> git.ipfire.org Git - thirdparty/dnspython.git/commit
IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.
authorBob Halley <halley@dnspython.org>
Sun, 3 May 2020 21:49:55 +0000 (14:49 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 3 May 2020 21:49:55 +0000 (14:49 -0700)
commitf721d7b85d488327699e4cd0e71693dc8eb0f12e
treec37d252693a60d13d1846e1e7c8ab67ec48aa545
parentd413f2cfe3a9fbadfb442b6e607cf558789a33c9
IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.
dns/message.py
dns/message.pyi
dns/rdata.pyi
dns/rdataset.py
dns/rdataset.pyi
dns/rrset.py
dns/zone.py
tests/test_message.py
tests/test_rdataset.py [new file with mode: 0644]
tests/test_rrset.py
tests/test_zone.py