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
/
dns
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap exceptions from rdata from_text() and from_wire().
wrap
Bob Halley
2020-07-26
2
-25
/
+40
*
increase TXT coverage
Bob Halley
2020-07-26
1
-1
/
+4
*
remove test that can never be true
Bob Halley
2020-07-26
1
-2
/
+0
*
more resolver override testing
Bob Halley
2020-07-26
1
-2
/
+1
*
exclude unpractical-to-test AttributeError
Bob Halley
2020-07-26
1
-1
/
+1
*
increase EDNS coverage
Bob Halley
2020-07-26
1
-2
/
+2
*
Remove checks already done by dns.dnssec.algorithm_from_text().
Bob Halley
2020-07-25
1
-2
/
+0
*
even on errors where we tolerate no question, check question if present
Bob Halley
2020-07-25
1
-3
/
+5
*
to_text() always returns a str, so no need to check if it is not a str
Bob Halley
2020-07-24
1
-5
/
+1
*
ignore coverage on abstract methods
Bob Halley
2020-07-24
1
-4
/
+4
*
Allow an escaped newline in a quoted string.
Bob Halley
2020-07-23
1
-1
/
+1
*
more tokenizer coverage improvements
Bob Halley
2020-07-23
1
-2
/
+2
*
Add no cover for abstract method.
Bob Halley
2020-07-23
1
-1
/
+1
*
Improve name coverage slightly by testing the uts_46 branch in 2008 decode.
Bob Halley
2020-07-23
1
-2
/
+3
*
Adjust no cover pragmas to better reflect what the Azure pipeline hits/misses.
Bob Halley
2020-07-22
1
-10
/
+10
*
Make resolver use_edns() conform to its docstring; slightly improve use_edns(...
Bob Halley
2020-07-22
2
-2
/
+4
*
Use min() for min_ttl computations.
Bob Halley
2020-07-21
1
-8
/
+3
*
fix exception docstrings
Bob Halley
2020-07-21
1
-10
/
+13
*
set min ttl to max_ttl instead of special case -1
Bob Halley
2020-07-21
2
-5
/
+7
*
unify chaining code
Bob Halley
2020-07-21
2
-66
/
+134
*
Set EDNS default payload to 1232.
Bob Halley
2020-07-20
2
-4
/
+6
*
Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf.
Bob Halley
2020-07-20
1
-2
/
+2
*
a way of doing comments
comments
Bob Halley
2020-07-20
28
-84
/
+103
*
Add canonical_name() to async resolver too.
Bob Halley
2020-07-20
1
-0
/
+30
*
Remove unneeded str conversion; fix comment typo.
Bob Halley
2020-07-20
1
-3
/
+4
*
Add canonical_name() method to resolver.
Bob Halley
2020-07-20
1
-0
/
+33
*
Merge pull request #544 from rthalley/cache_stats
Bob Halley
2020-07-20
1
-4
/
+67
|
\
|
*
rename statistics class; add documentation
cache_stats
Bob Halley
2020-07-19
1
-3
/
+3
|
*
cache statistics
Bob Halley
2020-07-19
1
-4
/
+67
*
|
lint
Bob Halley
2020-07-19
1
-1
/
+1
|
/
*
Remove unneeded to_text/from_text in NXDOMAIN.canonical_name.
Bob Halley
2020-07-18
1
-2
/
+2
*
Add dns.edns.register_type().
Brian Wellington
2020-07-17
1
-0
/
+10
*
Disable coverage for BlockingIOError on udp send.
Brian Wellington
2020-07-17
1
-1
/
+1
*
Changes to blocking model.
Brian Wellington
2020-07-17
1
-27
/
+40
*
Use the selectors module.
Brian Wellington
2020-07-17
1
-71
/
+26
*
Minor cleanups to EDNS code.
Brian Wellington
2020-07-17
1
-18
/
+7
*
Merge pull request #536 from ngaya-ll/patch-1
Bob Halley
2020-07-17
1
-9
/
+11
|
\
|
*
Define additional return types in name.pyi
Nick Gaya
2020-07-16
1
-9
/
+11
*
|
update version post-release
Bob Halley
2020-07-17
1
-3
/
+3
*
|
2.0.0 versioning
v2.0.0
Bob Halley
2020-07-16
1
-2
/
+2
|
/
*
Fix _wordbreak() to always return a str.
Brian Wellington
2020-07-09
1
-5
/
+6
*
Generalize the word breaking code.
Brian Wellington
2020-07-09
1
-13
/
+14
*
Make dns.rdata._base64ify(..., 0) work.
Brian Wellington
2020-07-09
2
-2
/
+4
*
Add support for receiving UDP queries.
Brian Wellington
2020-07-08
5
-32
/
+69
*
Fix return type docs for receive methods.
Brian Wellington
2020-07-08
2
-4
/
+8
*
Move __str__ to the generic Option code.
Brian Wellington
2020-07-08
1
-5
/
+3
*
Merge pull request #531 from bwelling/tsig2
Bob Halley
2020-07-07
1
-25
/
+43
|
\
|
*
Split TSIG sign and validate.
Brian Wellington
2020-07-07
1
-25
/
+43
*
|
Add DSOTYPENI rcode.
Bob Halley
2020-07-07
1
-0
/
+2
*
|
TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.
Bob Halley
2020-07-07
2
-15
/
+13
[next]