summaryrefslogtreecommitdiff
path: root/dns/resolver.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add a reverse_lookup function to Resolver.Thomas Ward2020-03-091-0/+26
* DoH cleanup.Brian Wellington2020-01-071-7/+14
* only allow Resolver.nameservers to be a listkimbo2020-01-061-11/+5
* make sure Resolver.nameservers is a list or strkimbo2019-12-261-0/+21
* Handle other parametersFilip Š2019-10-291-1/+1
* Ignore URLs other than HTTPSFilip Š2019-10-291-0/+2
* Rename `doh` method to `https`Filip Š2019-10-291-1/+1
* Merge branch 'master' of https://github.com/rthalley/dnspython into dns-over-...Filip Š2019-09-301-2/+11
|\
| * added nameserver and port to Answer (wip #384)kimbo2019-08-151-2/+11
* | Add support for DoHFilip Š2019-09-281-19/+25
|/
* specify seconds for lifetime in Resolver.query()kimbo2019-07-241-1/+1
* For _getaddrinfo(), if AI_ADDRCONFIG or AI_V4MAPPED are specified, raiseBob Halley2019-01-051-1/+4
* When decoding from wire format, if a message has TC set, raise a TruncatedBob Halley2019-01-051-5/+7
* If reading /etc/resolv.conf fails, or finds no servers, raise NoResolverConfi...Bob Halley2019-01-051-4/+4
* Remove _compat module.Bob Halley2018-12-091-8/+6
* update copyrightBob Halley2018-12-011-0/+2
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-5/+5
* Merge pull request #258 from shatil/resolver-query-lifetime-timeoutBob Halley2018-07-171-9/+14
|\
| * lifetime (timeout) support for dns.resolver.queryShatil Rafiullah2017-06-041-9/+14
* | Merge pull request #300 from jamadden/dont-bare-exceptBob Halley2018-07-171-1/+1
|\ \
| * | Don't use a bare except:Jason Madden2018-01-311-1/+1
| |/
* | The NXDOMAIN exception should not use its docstring.Bob Halley2018-02-201-1/+1
|/
* Always look at Windows global Domain parameter.Bob Halley2017-02-191-3/+4
* Add helper methods to dns.resolver.NXDOMAIN to make retrievingBob Halley2017-01-281-0/+22
* fix docstring typoBob Halley2017-01-161-1/+1
* resolver docoBob Halley2017-01-161-120/+104
* improve cache docoBob Halley2017-01-161-57/+42
* doco answerBob Halley2017-01-161-26/+12
* start resolver docoBob Halley2017-01-161-18/+5
* bump copyrightBob Halley2017-01-091-1/+1
* Raise IndexError in Answer get and delete if rrset is None.Bob Halley2017-01-091-0/+4
* make pylint happyBob Halley2016-09-261-0/+1
* When raising NoAnswer from a cache hit, supply the response.Bob Halley2016-09-261-1/+1
* Fix linting change that caused the wrong qname to be used whenBob Halley2016-09-261-2/+2
* fix minor doco errors.Bob Halley2016-09-201-3/+4
* Merge pull request #202 from m3047/masterBob Halley2016-09-191-2/+2
|\
| * Truthiness of AnswersFred Morris2016-09-171-2/+2
* | Merge pull request #197 from bastiak/pylintBob Halley2016-09-181-6/+24
|\ \
| * | Pylint: remove bare exceptsMartin2016-08-311-6/+6
| * | Pylint: attributes should be defined in initMartin2016-08-311-0/+18
| |/
* | Py3: remove __getslice__ methodMartin Basti2016-08-051-3/+0
|/
* Add method to force re-read resolv.conf: resolver.reset_default_resolver()Petr Spacek2016-07-121-2/+10
* Pylint: enable superfluous-parens checkMartin Basti2016-06-271-1/+1
* Pylint: enable delslice-method checkMartin Basti2016-06-271-3/+0
* Pylint: enable undefined-variable checkMartin Basti2016-06-271-6/+6
* Pylint: enable undefined-loop-variable checkMartin Basti2016-06-271-4/+4
* Pylint: enable import-error checkMartin Basti2016-06-271-1/+1
* Pass partial answer when raising DNSException, added unit testsClaudio Luck2016-06-131-13/+55
* try winreg on Windows [issue #160]Bob Halley2016-05-171-2/+4
* Do not reference docstrings in exception formatting as they may be stripped.Bob Halley2016-05-121-1/+2