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
*
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
*
fix another indexing keys() issue.
Bob Halley
2016-05-08
1
-1
/
+1
*
python3 support
Arthur Gautier
2016-04-21
1
-86
/
+126
*
Import dns.tsig
Bob Halley
2016-02-21
1
-0
/
+1
*
Merge pull request #141 from tbabej/master
Bob Halley
2016-02-21
1
-1
/
+4
|
\
|
*
resolver: Reject lines with less than two tokens
Tomas Babej
2016-01-28
1
-1
/
+4
*
|
Fix typo in resolver.py
Martin Basti
2016-01-29
1
-1
/
+1
|
/
*
Merge pull request #111 from preo/dns-port
Bob Halley
2015-07-14
1
-10
/
+12
|
\
|
*
Support per-nameserver port setting.
Robert Estelle
2015-07-13
1
-10
/
+12
|
*
Revert tuple-based per-nameserver port setting.
Robert Estelle
2015-07-13
1
-20
/
+21
|
*
Support per-nameserver port setting.
Robert Estelle
2015-06-14
1
-21
/
+20
*
|
Don't throw on unresolved-fqdn for overridden getfqdn.
Robert Estelle
2015-06-14
1
-1
/
+4
|
/
*
Add information about protocol, request, and response to NoNameservers except...
Petr Spacek
2015-03-27
1
-11
/
+20
*
Convert NoNameservers exception to the new DNSException style.
Petr Spacek
2015-03-27
1
-17
/
+17
*
Add response to NoAnswer exception.
Petr Spacek
2015-03-27
1
-5
/
+8
*
Convert NoAnswer exception to the new DNSException style.
Petr Spacek
2015-03-25
1
-12
/
+4
*
Return list of non-existent names as part of str(NXDOMAIN).
Petr Spacek
2015-03-25
1
-1
/
+16
*
Return timeout duration as part of str(Timeout).
Petr Spacek
2015-03-25
1
-5
/
+5
*
Remove redundant 'pass' from class definitions.
Petr Spacek
2015-02-12
1
-4
/
+0
*
Extend NoNameservers exception with list of servers and respective errors.
Petr Spacek
2015-02-12
1
-7
/
+31
*
Extend NoAnswer exception with optional question.
Petr Spacek
2015-02-12
1
-5
/
+16
*
Amend doc strings for all DNSExceptions to make them suitable for direct prin...
Petr Spacek
2015-02-12
1
-9
/
+5
*
Add ChangeLog entry for resolver.rotate
Bob Halley
2014-06-21
1
-1
/
+1
*
add options rotate handling
Batch User
2014-05-05
1
-0
/
+7
*
retry_servfail -> self.retry_servfail
Bob Halley
2013-07-17
1
-1
/
+1
*
lock caches in case they are shared
Bob Halley
2013-03-31
1
-49
/
+80
*
Do not retry SERVFAILing nameservers by default
Bob Halley
2013-03-31
1
-1
/
+5
*
Raise YXDOMAIN if we see a YXDOMAIN rcode
Bob Halley
2013-03-31
1
-0
/
+7
*
Added set_flags method to dns.resolver.Resolver to allow overriding of defaul...
Sean Leach
2012-07-16
1
-0
/
+12
*
doco fixes
Bob Halley
2012-04-08
1
-2
/
+1
*
Add source_port support to resolver; fix source_port in query code
Bob Halley
2012-04-08
1
-7
/
+14
*
try TCP if UDP response is truncated
Bob Halley
2012-04-08
1
-0
/
+17
*
add LRUCache
Bob Halley
2011-08-24
1
-2
/
+126
*
add dns.resolver.override_system_resolver() and dns.resolver.restore_system_r...
Bob Halley
2011-07-13
1
-0
/
+235
*
update copyrights
Bob Halley
2011-05-12
1
-1
/
+1
*
add canonical_name to Answer()
Bob Halley
2011-03-23
1
-0
/
+3
[next]