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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add WMI-based method for finding resolver info on Windows.
win32util
Bob Halley
2021-11-09
1
-9
/
+7
*
Handle DHCP servers returning domains prefixed by dot [#687].
Bob Halley
2021-11-07
1
-0
/
+10
*
Add flags to dns.message.make_query().
Brian Wellington
2021-11-02
1
-0
/
+6
*
Merge pull request #694 from rthalley/continue_on_error
Bob Halley
2021-10-25
1
-1
/
+41
|
\
|
*
Simplify; add a MessageError class.
continue_on_error
Bob Halley
2021-10-24
1
-3
/
+6
|
*
add test of continue_on_error
Bob Halley
2021-10-23
1
-1
/
+38
*
|
Validate resolver nameservers when set [Issue #699].
Bob Halley
2021-10-24
3
-14
/
+10
|
/
*
Merge pull request #703 from rthalley/cmp_fix
Bob Halley
2021-10-20
2
-0
/
+104
|
\
|
*
Allow relative rdata comparisons for now, but disallow in the future.
Bob Halley
2021-10-14
1
-35
/
+78
|
*
Fix #698 and #702, problems caused by _cmp() giving the wrong
Bob Halley
2021-10-11
2
-0
/
+61
*
|
Allow digest type 0 for CDS
Peter Thomassen
2021-10-20
1
-4
/
+19
*
|
Add id to dns.message.make_query().
Brian Wellington
2021-10-14
1
-0
/
+4
|
/
*
Add support for RFC 6742 types.
Brian Wellington
2021-07-13
5
-0
/
+70
*
If a negative response has an SOA in the authority section, then
Bob Halley
2021-07-11
1
-1
/
+74
*
The APLItem constructor should make sure that the address field
Bob Halley
2021-07-05
1
-0
/
+8
*
Do some basic xfr checks with an unversioned zone too.
Bob Halley
2021-07-05
1
-0
/
+20
*
add skip rule to testResolverNoNameservers
Bob Halley
2021-06-15
1
-0
/
+2
*
Add want_origin parameter to zone to_text() and to_file().
Bob Halley
2021-06-13
2
-0
/
+182
*
Try to skip dangling CNAME tests if systemd-resolved is running. [Issue #658]
Bob Halley
2021-06-11
2
-0
/
+25
*
remove or comment out some prints in tests
Bob Halley
2021-05-23
5
-9
/
+4
*
Eliminate the need for a serial parameter to inbound_xfr()
Bob Halley
2021-05-18
1
-0
/
+15
*
Test LifeTimeout and NoNameservers excetpions.
lifetime_timeout
Bob Halley
2021-05-01
1
-0
/
+61
*
If a message handler returned None, do not yield it to the caller.
Bob Halley
2021-05-01
1
-1
/
+1
*
Update SVCB to the current spec.
Brian Wellington
2021-04-21
7
-31
/
+230
*
Fix repr() of GSS-TSIG key [Issue #657]
Bob Halley
2021-04-17
1
-0
/
+14
*
finish fixing nanonameserver handle(), and test it before committing :)
Bob Halley
2021-04-14
1
-6
/
+3
*
fix function signature and documentation of handle() method
Bob Halley
2021-04-14
1
-2
/
+2
*
Merge pull request #645 from rthalley/windows_asyncio_fix
Bob Halley
2021-02-26
1
-1
/
+13
|
\
|
*
asyncio on Windows requries connected sockets. [Issue #637]
windows_asyncio_fix
Bob Halley
2021-02-25
1
-1
/
+13
*
|
Add custome exceptions.
Brian Wellington
2021-02-25
1
-3
/
+9
*
|
Test a non-relativized zone.
Brian Wellington
2021-02-25
1
-0
/
+8
*
|
Add more tests.
Brian Wellington
2021-02-25
1
-1
/
+18
*
|
Checkpoint ZONEMD support.
Brian Wellington
2021-02-24
5
-0
/
+163
|
/
*
make `name in zone` consistent with `zone[name]`
kimbo
2021-02-16
1
-0
/
+10
*
Ensure that DS digest length is consistent with digest type
Peter Thomassen
2021-01-18
1
-0
/
+30
*
Merge pull request #617 from peterthomassen/master
Bob Halley
2021-01-05
1
-0
/
+38
|
\
|
*
Pass kw from dns.rdata.to_text to _hexify and _base64ify
Peter Thomassen
2021-01-05
1
-0
/
+38
*
|
_WireReader.read() should make flags a dns.flags.Flag [Issue #606]
Bob Halley
2021-01-04
1
-0
/
+5
|
/
*
Change ChainingResult "rrset" to "answer"; fix typo.
resolve_chaining
Bob Halley
2020-12-21
1
-1
/
+1
*
resolve_chaining() now returns a ChainingResult object.
Bob Halley
2020-12-21
1
-4
/
+5
*
resolve_chaining() should not go into an infinite loop if the qtype is
Bob Halley
2020-12-21
1
-0
/
+14
*
Add a test of a TSIG-signed AXFR of the root.
Brian Wellington
2020-11-25
1
-5
/
+13
*
Do not test override with default resolver if there is no Internet.
Bob Halley
2020-11-19
1
-0
/
+1
*
First pass at adding network timeouts to tests. This is for when
Bob Halley
2020-10-09
3
-28
/
+41
*
we should not canonicalize SVCB/HTTPS alias target either!
Bob Halley
2020-10-06
1
-2
/
+2
*
The alias target of an SVCB or HTTPS rdata must not be compressed.
Bob Halley
2020-10-06
1
-0
/
+14
*
Merge pull request #579 from rthalley/proc-order
Bob Halley
2020-09-09
1
-0
/
+132
|
\
|
*
increase coverage for URI and SVCB processing_order()
Bob Halley
2020-09-09
1
-0
/
+28
|
*
correct and simplify weighted_processing_order()
Bob Halley
2020-09-09
1
-9
/
+0
|
*
test processing_order()
Bob Halley
2020-09-02
1
-0
/
+113
[next]