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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #495 from rthalley/nanonameserver
Bob Halley
2020-06-02
3
-7
/
+246
|
\
|
*
switch to relative import for nanonameserver
nanonameserver
Bob Halley
2020-06-01
2
-1
/
+1
|
*
add nanonamserver, a handy testing tool
Bob Halley
2020-05-31
2
-4
/
+243
|
*
Expose dns.trio.query.read_exactly() as it is useful.
Bob Halley
2020-05-31
1
-3
/
+3
*
|
NSEC should NOT be downcased when canonicalized, nor should HIP or IPSECKEY; ...
Bob Halley
2020-06-01
2
-2
/
+21
*
|
Merge pull request #499 from bwelling/to-wire
Bob Halley
2020-06-01
44
-172
/
+104
|
\
\
|
*
|
Improvements to dns.rdata.to_wire().
Brian Wellington
2020-06-01
44
-172
/
+104
|
/
/
*
|
RRSIG digestable might as well be right even if it is useless
Bob Halley
2020-06-01
2
-2
/
+10
*
|
continued line lint
Bob Halley
2020-06-01
1
-1
/
+1
*
|
Merge pull request #498 from bwelling/query-sockets
Bob Halley
2020-06-01
2
-42
/
+156
|
\
\
|
*
|
Adds sock parameters to query methods.
Brian Wellington
2020-06-01
2
-42
/
+156
*
|
|
__iter__ is not needed in WireData at all
Bob Halley
2020-06-01
1
-4
/
+0
|
/
/
*
|
Fix remaining canonical form problems, and add a test. [Issue #496]
Bob Halley
2020-06-01
6
-2
/
+70
*
|
remove digestable test in favor of another coming soon
Bob Halley
2020-06-01
1
-21
/
+0
*
|
Merge pull request #497 from desec-io/lowercase_to_digestable
Bob Halley
2020-06-01
2
-0
/
+31
|
\
\
|
|
/
|
/
|
|
*
Lowercase SRV records in to_digestable(), fixes #496
Nils Wisiol
2020-06-01
2
-0
/
+31
|
/
*
improve rrset and rdataset coverage
Bob Halley
2020-05-30
1
-0
/
+42
*
add coverage report to output
Bob Halley
2020-05-30
1
-0
/
+1
*
WireData did not implement the iteration protocol correctly and was thus unit...
Bob Halley
2020-05-30
2
-8
/
+14
*
test cache hit with live resolver
Bob Halley
2020-05-29
1
-0
/
+10
*
the prior fix for exception handling was still not right, missing a continue
Bob Halley
2020-05-29
2
-0
/
+2
*
Merge pull request #494 from desec-io/hinfo_max_length
Bob Halley
2020-05-29
2
-3
/
+7
|
\
|
*
Check character-string length for HINFO records
Nils Wisiol
2020-05-29
2
-3
/
+7
|
/
*
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
*
|
Fix resolve() NoAnswer problems from [Issue #488]
Bob Halley
2020-05-28
2
-8
/
+24
*
|
Merge pull request #490 from pspacek/test_cleanup
Bob Halley
2020-05-28
3
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
tests: remove forgotten prints
Petr Špaček
2020-05-28
3
-5
/
+0
|
/
*
Merge pull request #487 from pspacek/pickle_rdata
Bob Halley
2020-05-27
1
-0
/
+7
|
\
|
*
make rdata objects picklable again
Petr Špaček
2020-05-27
1
-0
/
+7
*
|
further tighten resolve() default settings
Bob Halley
2020-05-27
4
-16
/
+59
|
/
*
Merge pull request #483 from pspacek/cython3
Bob Halley
2020-05-25
1
-1
/
+2
|
\
|
*
fix cythonization for Python 3
Petr Špaček
2020-05-25
1
-1
/
+2
|
/
*
document Trio code
Bob Halley
2020-05-23
6
-0
/
+80
*
do not build universal wheels as we are python 3 only
Bob Halley
2020-05-23
1
-3
/
+0
*
increase test coverage for various things
Bob Halley
2020-05-23
6
-2
/
+140
*
clearly people do not delete from NameDicts very often
Bob Halley
2020-05-23
1
-2
/
+2
*
leading zero detection in dns.ipv4.inet_aton() was broken
Bob Halley
2020-05-23
1
-1
/
+1
*
add some resolver intro doc
Bob Halley
2020-05-23
2
-2
/
+14
*
basic testing of entropy and resolver override
Bob Halley
2020-05-23
2
-0
/
+70
*
fix None pointers in LRU cache sentinel
Bob Halley
2020-05-23
1
-2
/
+3
*
revision of truncation handling
Bob Halley
2020-05-22
10
-20
/
+240
*
mention negative caching in whatsnew
Bob Halley
2020-05-21
1
-0
/
+1
*
add NXDOMAIN caching
Bob Halley
2020-05-21
2
-45
/
+104
*
pop() with no arguements means last, but I used it intending first
Bob Halley
2020-05-21
2
-4
/
+4
*
remove historical af argument to query functions
Bob Halley
2020-05-21
1
-35
/
+10
[prev]
[next]