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
...
*
misc rdata coverage improvements
Bob Halley
2020-06-19
1
-2
/
+132
*
more coverage improvements
Bob Halley
2020-06-19
1
-1
/
+3
*
improve async coverage
Bob Halley
2020-06-19
1
-0
/
+22
*
add more rdata test coverage
Bob Halley
2020-06-18
1
-0
/
+49
*
validate rdata replace()
Bob Halley
2020-06-18
1
-0
/
+7
*
further improve entropy coverage
Bob Halley
2020-06-18
1
-0
/
+16
*
improve entropy coverage
Bob Halley
2020-06-18
1
-0
/
+12
*
increase message coverage
Bob Halley
2020-06-18
1
-0
/
+6
*
more tokenizer coverage
Bob Halley
2020-06-18
1
-0
/
+34
*
more zone test coverage
Bob Halley
2020-06-18
2
-0
/
+72
*
skip getaddrinfo tests on windows as the originals fail
Bob Halley
2020-06-18
1
-0
/
+3
*
cope with windows getaddrinfo
Bob Halley
2020-06-18
1
-4
/
+8
*
add more info when equivalence test fails to see what is up on windows
Bob Halley
2020-06-18
1
-0
/
+3
*
more resolver override coverage
Bob Halley
2020-06-18
1
-13
/
+92
*
DS: support mnemonic format from RFC 4034 section 5.3
Petr Špaček
2020-06-18
1
-0
/
+5
*
improve tokenizer coverage
Bob Halley
2020-06-17
1
-0
/
+93
*
Test message encoding with EDNS options.
Brian Wellington
2020-06-17
1
-0
/
+9
*
Test dns.name.__le__ and __ge__.
Brian Wellington
2020-06-17
1
-0
/
+4
*
Test `dns.name.from_unicode` with escapes.
Brian Wellington
2020-06-17
1
-0
/
+5
*
test bad class in zone
Bob Halley
2020-06-17
1
-0
/
+5
*
Add a basic test of retrieving entropy.
Brian Wellington
2020-06-17
1
-0
/
+6
*
improve coverage
Bob Halley
2020-06-17
1
-0
/
+88
*
Improve EDNS option test coverage.
Brian Wellington
2020-06-17
1
-8
/
+13
*
some IDNA 2008 tests were not getting skipped if idna was not available
Bob Halley
2020-06-17
5
-0
/
+11
*
improve async coverage
Bob Halley
2020-06-17
1
-0
/
+119
*
remove debugging prints
Bob Halley
2020-06-17
1
-2
/
+0
*
The dns.inet.AF_* portability scheme is no longer needed.
Bob Halley
2020-06-16
2
-5
/
+5
*
full coverage for _destination_and_source()
Bob Halley
2020-06-16
1
-0
/
+46
*
further test low_level_address_tuple()
Bob Halley
2020-06-16
1
-0
/
+21
*
make skip message accurate
Bob Halley
2020-06-16
1
-4
/
+2
*
Improve resolver coverage by:
Bob Halley
2020-06-16
2
-10
/
+24
*
Test AXFR with TSIG.
Brian Wellington
2020-06-16
1
-0
/
+9
*
Add support for TSIG on multi-message responses.
Brian Wellington
2020-06-16
1
-9
/
+12
*
Test sending a query with TSIG.
Brian Wellington
2020-06-16
1
-0
/
+39
*
Add nanonameserver support for TSIG.
Brian Wellington
2020-06-16
1
-2
/
+4
*
Add missing comma.
Bob Halley
2020-06-16
1
-1
/
+1
*
Add an IPv6 address for Cloudflare DoH that works.
Bob Halley
2020-06-16
1
-2
/
+1
*
test DoH with both v4 and v6
Bob Halley
2020-06-16
1
-17
/
+53
*
test IPv4 and IPv6 according to availability
Bob Halley
2020-06-15
2
-157
/
+212
*
attempt to fix the last windows error
Bob Halley
2020-06-15
1
-1
/
+1
*
compare files in a way that avoids newlines issues on windows and gives bette...
Bob Halley
2020-06-15
1
-19
/
+27
*
print out more if file comparison fails
Bob Halley
2020-06-15
1
-0
/
+11
*
add some test coverage for dns.query.xfr()
Bob Halley
2020-06-14
1
-0
/
+220
*
set tcp_address correctly; allow handle() to return a list
Bob Halley
2020-06-14
1
-24
/
+37
*
Change parameter order of low_level_address_tuple; add test coverage.
async
Bob Halley
2020-06-13
1
-0
/
+15
*
Add some comments about opportunities after 3.6 is not supported.
Bob Halley
2020-06-13
1
-0
/
+1
*
Re-enable TLS async tests.
Bob Halley
2020-06-12
1
-27
/
+45
*
fix nanonameserver after removal of dns.trio
Bob Halley
2020-06-12
1
-3
/
+16
*
Attempt to cope with python 3.6 asyncio.
Bob Halley
2020-06-11
1
-1
/
+8
*
Support trio, curio, and asyncio with one API!
Bob Halley
2020-06-11
2
-189
/
+219
[prev]
[next]