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
*
redirect to dnspython
Bob Halley
2016-09-20
1
-1290
/
+0
*
pass the response to NoAnswer correctly
Bob Halley
2016-02-21
1
-1
/
+1
*
Import dns.tsig
Bob Halley
2016-02-21
1
-0
/
+1
*
In python 3, the getaddrinfo 'socktype' parameter was renamed to 'type'
Bob Halley
2015-10-06
1
-3
/
+3
*
Add information about protocol, request, and response to NoNameservers except...
Petr Spacek
2015-05-21
1
-11
/
+20
*
Convert NoNameservers exception to the new DNSException style.
Petr Spacek
2015-05-21
1
-17
/
+17
*
Add response to NoAnswer exception.
Petr Spacek
2015-05-21
1
-4
/
+7
*
Convert NoAnswer exception to the new DNSException style.
Petr Spacek
2015-05-21
1
-12
/
+4
*
Return list of non-existent names as part of str(NXDOMAIN).
Petr Spacek
2015-05-21
1
-1
/
+16
*
Return timeout duration as part of str(Timeout).
Petr Spacek
2015-05-21
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
-8
/
+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
-8
/
+5
*
Tweak options rotate.
Bob Halley
2014-08-31
1
-1
/
+1
*
add options rotate handling
Batch User
2014-08-31
1
-0
/
+7
*
retry_servfail -> self.retry_servfail
Bob Halley
2013-07-17
1
-1
/
+1
*
Add some backwards compatibility to the winreg fix
Bob Halley
2013-07-07
1
-1
/
+4
*
add set_flags()
Bob Halley
2013-06-30
1
-0
/
+12
*
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
*
Fix _winreg renamed to winreg in python 3
Christopher Lambacher
2012-12-15
1
-1
/
+1
*
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
/
+18
*
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
*
get the first thing from a dictionary view in the python 3 way
Bob Halley
2011-05-03
1
-1
/
+1
*
merge changes up to py3merge2 tag; update tests to assert style
Bob Halley
2011-04-28
1
-9
/
+38
*
merge 1.9.2 master
Bob Halley
2010-12-12
1
-5
/
+15
*
pull up use_tsig() invocation fix
Bob Halley
2010-03-14
1
-1
/
+2
*
Initial python 3 port (may have sharp edges still!)
Bob Halley
2010-01-25
1
-12
/
+7
*
create exceptions with arguments as "raise E(args)" instead of "raise E, args"
Bob Halley
2010-01-14
1
-11
/
+11
*
update copyrights for 2010
Bob Halley
2010-01-13
1
-1
/
+1
*
add support for more TSIG algorithms
Bob Halley
2009-11-13
1
-3
/
+12
*
Set the domain correctly on Windows
Bob Halley
2009-06-19
1
-2
/
+2
*
Allow a source port to be specified
Bob Halley
2009-06-18
1
-5
/
+9
*
update copyrights
Bob Halley
2009-06-18
1
-1
/
+1
*
fix indentation
Bob Halley
2007-03-28
1
-46
/
+46
*
find enabled NICs on Windows Vista
Bob Halley
2007-02-08
1
-9
/
+58
*
update copyrights for 2007
Bob Halley
2007-01-01
1
-1
/
+1
*
if /etc/resolv.conf does not exist, just use the default resolver config
Bob Halley
2006-08-17
1
-1
/
+7
*
call self._config_win32_search() with the right variable
Bob Halley
2006-07-27
1
-1
/
+1
*
implement more of the sequence protocol in Answer
Bob Halley
2006-07-20
1
-2
/
+17
*
oops
Bob Halley
2006-03-28
1
-1
/
+1
*
don't remove from a list while iterating it
Bob Halley
2006-03-27
1
-1
/
+1
*
do not delay responses for successful queries
Bob Halley
2006-03-17
1
-0
/
+2
*
cope with irritating windows registry list delimiters
Bob Halley
2006-01-04
1
-7
/
+24
[next]