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
...
*
Add a reverse_lookup function to Resolver.
Thomas Ward
2020-03-09
1
-0
/
+26
*
DoH cleanup.
Brian Wellington
2020-01-07
1
-7
/
+14
*
only allow Resolver.nameservers to be a list
kimbo
2020-01-06
1
-11
/
+5
*
make sure Resolver.nameservers is a list or str
kimbo
2019-12-26
1
-0
/
+21
*
Handle other parameters
Filip Š
2019-10-29
1
-1
/
+1
*
Ignore URLs other than HTTPS
Filip Š
2019-10-29
1
-0
/
+2
*
Rename `doh` method to `https`
Filip Š
2019-10-29
1
-1
/
+1
*
Merge branch 'master' of https://github.com/rthalley/dnspython into dns-over-...
Filip Š
2019-09-30
1
-2
/
+11
|
\
|
*
added nameserver and port to Answer (wip #384)
kimbo
2019-08-15
1
-2
/
+11
*
|
Add support for DoH
Filip Š
2019-09-28
1
-19
/
+25
|
/
*
specify seconds for lifetime in Resolver.query()
kimbo
2019-07-24
1
-1
/
+1
*
For _getaddrinfo(), if AI_ADDRCONFIG or AI_V4MAPPED are specified, raise
Bob Halley
2019-01-05
1
-1
/
+4
*
When decoding from wire format, if a message has TC set, raise a Truncated
Bob Halley
2019-01-05
1
-5
/
+7
*
If reading /etc/resolv.conf fails, or finds no servers, raise NoResolverConfi...
Bob Halley
2019-01-05
1
-4
/
+4
*
Remove _compat module.
Bob Halley
2018-12-09
1
-8
/
+6
*
update copyright
Bob Halley
2018-12-01
1
-0
/
+2
*
Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade
Hugo
2018-09-06
1
-5
/
+5
*
Merge pull request #258 from shatil/resolver-query-lifetime-timeout
Bob Halley
2018-07-17
1
-9
/
+14
|
\
|
*
lifetime (timeout) support for dns.resolver.query
Shatil Rafiullah
2017-06-04
1
-9
/
+14
*
|
Merge pull request #300 from jamadden/dont-bare-except
Bob Halley
2018-07-17
1
-1
/
+1
|
\
\
|
*
|
Don't use a bare except:
Jason Madden
2018-01-31
1
-1
/
+1
|
|
/
*
|
The NXDOMAIN exception should not use its docstring.
Bob Halley
2018-02-20
1
-1
/
+1
|
/
*
Always look at Windows global Domain parameter.
Bob Halley
2017-02-19
1
-3
/
+4
*
Add helper methods to dns.resolver.NXDOMAIN to make retrieving
Bob Halley
2017-01-28
1
-0
/
+22
*
fix docstring typo
Bob Halley
2017-01-16
1
-1
/
+1
*
resolver doco
Bob Halley
2017-01-16
1
-120
/
+104
*
improve cache doco
Bob Halley
2017-01-16
1
-57
/
+42
*
doco answer
Bob Halley
2017-01-16
1
-26
/
+12
*
start resolver doco
Bob Halley
2017-01-16
1
-18
/
+5
*
bump copyright
Bob Halley
2017-01-09
1
-1
/
+1
*
Raise IndexError in Answer get and delete if rrset is None.
Bob Halley
2017-01-09
1
-0
/
+4
*
make pylint happy
Bob Halley
2016-09-26
1
-0
/
+1
*
When raising NoAnswer from a cache hit, supply the response.
Bob Halley
2016-09-26
1
-1
/
+1
*
Fix linting change that caused the wrong qname to be used when
Bob Halley
2016-09-26
1
-2
/
+2
*
fix minor doco errors.
Bob Halley
2016-09-20
1
-3
/
+4
*
Merge pull request #202 from m3047/master
Bob Halley
2016-09-19
1
-2
/
+2
|
\
|
*
Truthiness of Answers
Fred Morris
2016-09-17
1
-2
/
+2
*
|
Merge pull request #197 from bastiak/pylint
Bob Halley
2016-09-18
1
-6
/
+24
|
\
\
|
*
|
Pylint: remove bare excepts
Martin
2016-08-31
1
-6
/
+6
|
*
|
Pylint: attributes should be defined in init
Martin
2016-08-31
1
-0
/
+18
|
|
/
*
|
Py3: remove __getslice__ method
Martin Basti
2016-08-05
1
-3
/
+0
|
/
*
Add method to force re-read resolv.conf: resolver.reset_default_resolver()
Petr Spacek
2016-07-12
1
-2
/
+10
*
Pylint: enable superfluous-parens check
Martin Basti
2016-06-27
1
-1
/
+1
*
Pylint: enable delslice-method check
Martin Basti
2016-06-27
1
-3
/
+0
*
Pylint: enable undefined-variable check
Martin Basti
2016-06-27
1
-6
/
+6
*
Pylint: enable undefined-loop-variable check
Martin Basti
2016-06-27
1
-4
/
+4
*
Pylint: enable import-error check
Martin Basti
2016-06-27
1
-1
/
+1
*
Pass partial answer when raising DNSException, added unit tests
Claudio Luck
2016-06-13
1
-13
/
+55
*
try winreg on Windows [issue #160]
Bob Halley
2016-05-17
1
-2
/
+4
*
Do not reference docstrings in exception formatting as they may be stripped.
Bob Halley
2016-05-12
1
-1
/
+2
[prev]
[next]