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
*
switch to relative import for nanonameserver
nanonameserver
Bob Halley
2020-06-01
2
-1
/
+195
*
add nanonamserver, a handy testing tool
Bob Halley
2020-05-31
1
-4
/
+49
*
improve rrset and rdataset coverage
Bob Halley
2020-05-30
1
-0
/
+42
*
WireData did not implement the iteration protocol correctly and was thus unit...
Bob Halley
2020-05-30
1
-1
/
+12
*
test cache hit with live resolver
Bob Halley
2020-05-29
1
-0
/
+10
*
a bit more cache coverage
Bob Halley
2020-05-28
1
-0
/
+55
*
only do multiple I/O backend testing for live tests, as testing everything 3 ...
Bob Halley
2020-05-28
1
-67
/
+71
*
make _Resolution coverage 100%
Bob Halley
2020-05-28
1
-0
/
+55
*
add one more live resolver test (for NXDOMAIN)
Bob Halley
2020-05-28
1
-0
/
+9
*
Merge pull request #491 from pspacek/test_resolver_nodata
Bob Halley
2020-05-28
1
-0
/
+18
|
\
|
*
tests: resolver Nodata answers
Petr Špaček
2020-05-28
1
-0
/
+18
*
|
tests: remove forgotten prints
Petr Špaček
2020-05-28
3
-5
/
+0
|
/
*
further tighten resolve() default settings
Bob Halley
2020-05-27
2
-6
/
+45
*
increase test coverage for various things
Bob Halley
2020-05-23
6
-2
/
+140
*
basic testing of entropy and resolver override
Bob Halley
2020-05-23
2
-0
/
+70
*
revision of truncation handling
Bob Halley
2020-05-22
3
-2
/
+98
*
add NXDOMAIN caching
Bob Halley
2020-05-21
1
-2
/
+44
*
pop() with no arguements means last, but I used it intending first
Bob Halley
2020-05-21
1
-2
/
+2
*
do not run DoH tests if there is no network
Bob Halley
2020-05-21
1
-1
/
+10
*
test trio async code
Bob Halley
2020-05-21
1
-0
/
+130
*
add some basic resolution testing
Bob Halley
2020-05-21
1
-0
/
+13
*
conform to Answer constructor change
Bob Halley
2020-05-20
1
-1
/
+1
*
move raise_on_no_error out of Answer
Bob Halley
2020-05-19
1
-1
/
+1
*
finish testing of resolver business logic
Bob Halley
2020-05-19
1
-15
/
+154
*
start resolution business logic tests.
Bob Halley
2020-05-19
1
-0
/
+148
*
Fix type registration for singleton types.
Brian Wellington
2020-05-19
2
-0
/
+15
*
Create DNSKEY Flag enum.
Brian Wellington
2020-05-18
1
-32
/
+6
*
Remove extra whitespace.
Brian Wellington
2020-05-15
1
-2
/
+0
*
Improve consistency in DNSSEC code.
Brian Wellington
2020-05-15
2
-6
/
+37
*
Allow resolver-level control over the defaulting of search (default False).
Bob Halley
2020-05-15
1
-1
/
+17
*
Add resolver resolve(), deprecate query().
Bob Halley
2020-05-15
2
-1
/
+20
*
Add more nsec3_hash() tests.
Brian Wellington
2020-05-11
1
-1
/
+17
*
lint
Bob Halley
2020-05-09
1
-1
/
+0
*
remove send_https() as the send/receive split is too hard for HTTPS and it is...
Bob Halley
2020-05-08
1
-12
/
+0
*
Improve TXT records in example zone.
Brian Wellington
2020-05-04
4
-11
/
+19
*
Add an ignore_scope option to dns.ipv6.inet_aton().
Bob Halley
2020-05-04
1
-0
/
+17
*
IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.
Bob Halley
2020-05-03
4
-0
/
+101
*
Add IDNA codec support to tokenizer and dns.rdata.from_text()
Bob Halley
2020-05-03
1
-0
/
+13
*
finish comment
Bob Halley
2020-05-03
1
-1
/
+2
*
Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321]
Bob Halley
2020-05-03
2
-2
/
+29
*
fix lingering unguarded requests imports
Bob Halley
2020-05-01
1
-3
/
+4
*
Merge pull request #460 from bwelling/remove-future
Bob Halley
2020-05-01
4
-8
/
+0
|
\
|
*
Remove "from __future__ import" statements.
Brian Wellington
2020-05-01
4
-8
/
+0
*
|
also use skipUnless for tests that require IDNA2008
Daniel Lenski
2020-04-30
1
-29
/
+31
*
|
make DOH an extra feature (to avoid requests as hard dependency)
Daniel Lenski
2020-04-30
1
-0
/
+2
|
/
*
Add alternate origin support to dns.reversename.
Brian Wellington
2020-04-29
1
-0
/
+26
*
Add dns.rdata.Rdata.to_generic()
Brian Wellington
2020-04-21
1
-0
/
+13
*
cryptography delint
Bob Halley
2020-04-08
1
-1
/
+0
*
Use python cryptography for DNSSEC
Simo Sorce
2020-04-07
1
-18
/
+2
*
Merge pull request #445 from kimbo/kl/resolv-conf-options
Bob Halley
2020-04-03
1
-0
/
+15
|
\
[next]