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
/
resolver.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve DNSSEC _doco, minor DNSSEC and typing tweaks.
Bob Halley
2022-12-12
1
-4
/
+2
*
Add typing info.
Brian Wellington
2022-03-18
1
-1
/
+1
*
Use contextlib.nullcontext().
Brian Wellington
2022-03-18
1
-8
/
+9
*
threading is always available from 3.7 on
Bob Halley
2022-03-18
1
-6
/
+2
*
join adjacent strings (formatting)
Bob Halley
2022-03-17
1
-1
/
+1
*
black autoformatting
Bob Halley
2022-03-15
1
-255
/
+387
*
remove extraneous "pass", and follow the existing dnspython style
Bob Halley
2022-03-12
1
-13
/
+7
*
Add type annotations for various BaseResolver attributes
wouter bolsterlee
2022-03-11
1
-14
/
+42
*
One more pass, after adding --disallow-incomplete-defs
Bob Halley
2022-03-11
1
-8
/
+8
*
Typing pass number 2, featuring typing of bools, adding a return type
Bob Halley
2022-03-10
1
-49
/
+54
*
LGTM lint
Bob Halley
2022-03-06
1
-1
/
+1
*
Add integrated typing to much of dnspython.
Bob Halley
2022-03-05
1
-64
/
+110
*
LGTM linting
Bob Halley
2022-02-16
1
-3
/
+5
*
resolve func docs - fix `lifetime` var rendering
Wes
2022-02-01
1
-1
/
+1
*
Reduce the number of digits after the decimal point for the Timeout DNSExcept...
Craig Leres
2022-01-30
1
-1
/
+1
*
fix various typing issues (typos)
Sebastian Wagner
2022-01-29
1
-3
/
+3
*
Add resolver edns options
Ishai
2022-01-10
1
-2
/
+8
*
lint
Bob Halley
2021-12-17
1
-11
/
+11
*
use win32util
Bob Halley
2021-11-17
1
-158
/
+8
*
Handle DHCP servers returning domains prefixed by dot [#687].
Bob Halley
2021-11-07
1
-0
/
+5
*
Distinguish between the two causes of NoResolverConfiguration in the exceptio...
Bob Halley
2021-10-25
1
-2
/
+2
*
Validate resolver nameservers when set [Issue #699].
Bob Halley
2021-10-24
1
-3
/
+8
*
If a negative response has an SOA in the authority section, then
Bob Halley
2021-07-11
1
-5
/
+46
*
Lint pass
Bob Halley
2021-05-02
1
-1
/
+0
*
Return error trace in LifetimeTimeout
Bob Halley
2021-04-24
1
-14
/
+36
*
Add entries to the resolution errors list in a few error cases that were omit...
Bob Halley
2021-04-23
1
-2
/
+6
*
Change ChainingResult "rrset" to "answer"; fix typo.
resolve_chaining
Bob Halley
2020-12-21
1
-2
/
+2
*
resolve_chaining() now returns a ChainingResult object.
Bob Halley
2020-12-21
1
-2
/
+6
*
Separate common resolver functionality into a BaseResolver class.
Bob Halley
2020-08-27
1
-62
/
+67
*
pylint linting
Bob Halley
2020-07-31
1
-12
/
+23
*
Apply the resolver search list, domain, and ndots settings in the same way
Bob Halley
2020-07-27
1
-8
/
+34
*
more resolver override testing
Bob Halley
2020-07-26
1
-2
/
+1
*
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
1
-1
/
+3
*
unify chaining code
Bob Halley
2020-07-21
1
-63
/
+27
*
Set EDNS default payload to 1232.
Bob Halley
2020-07-20
1
-1
/
+2
*
Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf.
Bob Halley
2020-07-20
1
-2
/
+2
*
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
*
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
*
Remove unneeded to_text/from_text in NXDOMAIN.canonical_name.
Bob Halley
2020-07-18
1
-2
/
+2
*
In gethostbyaddr(), remove unneeded workarounds for getfqdn().
Bob Halley
2020-07-06
1
-7
/
+7
*
Fix incompatibility in getfqdn() revealed by dnspython web site change.
Bob Halley
2020-07-06
1
-2
/
+5
*
Add dns.tsig.Key class.
Brian Wellington
2020-07-01
1
-19
/
+4
*
increase resolver coverage
Bob Halley
2020-07-01
1
-2
/
+2
*
add back no cover for things we cannot cover on windows without mocking
Bob Halley
2020-07-01
1
-8
/
+8
*
expose windows resolver code to coverage testing
Bob Halley
2020-07-01
1
-11
/
+11
*
remove ancient windows support
Bob Halley
2020-07-01
1
-45
/
+25
*
improve resolver coverage
Bob Halley
2020-06-20
1
-6
/
+6
[next]