summaryrefslogtreecommitdiff
path: root/dns/query.py
Commit message (Expand)AuthorAgeFilesLines
* minor doco updateBob Halley2020-06-061-5/+7
* Minor Python 3 cleanups.Brian Wellington2020-06-031-3/+3
* continued line lintBob Halley2020-06-011-1/+1
* Adds sock parameters to query methods.Brian Wellington2020-06-011-42/+93
* revision of truncation handlingBob Halley2020-05-221-4/+57
* remove historical af argument to query functionsBob Halley2020-05-211-35/+10
* Remove dns.rdata{type,class}.to_enum.Brian Wellington2020-05-211-1/+1
* lint: remove unused sys importBob Halley2020-05-211-1/+0
* Use context managers in the query methods.Brian Wellington2020-05-201-56/+33
* Simplify dns.query._connect().Brian Wellington2020-05-201-13/+6
* Start converting rdatatype/rdataclass to enum.Brian Wellington2020-05-181-2/+1
* flake8 lintingBob Halley2020-05-151-6/+10
* Fix documentation cut and paste error.Brian Wellington2020-05-111-2/+2
* in doco, text->str, binary->bytesBob Halley2020-05-081-18/+18
* remove send_https() as the send/receive split is too hard for HTTPS and it is...Bob Halley2020-05-081-17/+1
* Do not lose scope info. [Issue #283]Bob Halley2020-05-041-2/+5
* more things to make mypy happierBob Halley2020-05-031-1/+1
* Use context managers to simplify code.Brian Wellington2020-05-011-9/+4
* Merge pull request #460 from bwelling/remove-futureBob Halley2020-05-011-2/+0
|\
| * Remove "from __future__ import" statements.Brian Wellington2020-05-011-2/+0
* | make DOH an extra feature (to avoid requests as hard dependency)Daniel Lenski2020-04-301-3/+18
|/
* prevent fd from leaking (fix #351)kimbo2020-02-261-101/+98
* DoH cleanup.Brian Wellington2020-01-071-36/+68
* send_https() and test for itkimbo2019-12-301-0/+14
* typokimbo2019-12-301-1/+1
* added bootstrap address option to https()kimbo2019-12-301-14/+21
* remove comment and session.close()kimbo2019-12-301-35/+31
* req'd session param to https() for connection reusekimbo2019-12-301-4/+6
* removed af param from dns.query.https()kimbo2019-12-241-17/+2
* reset allowed_gai_family after every https() callkimbo2019-12-241-12/+19
* import urllib3 directly, not from requests.packageskimbo2019-12-241-4/+5
* forgot to remove a couple lineskimbo2019-12-231-2/+0
* cleaned up query.py and test_dohkimbo2019-12-231-56/+61
* added support for source port/address, afkimbo2019-12-201-3/+21
* improvements to dns.query.httpskimbo2019-12-191-20/+57
* Add missing commaFilip Š2019-10-291-1/+1
* Handle other parametersFilip Š2019-10-291-9/+22
* Rename `doh` method to `https`Filip Š2019-10-291-2/+2
* Merge branch 'master' of https://github.com/rthalley/dnspython into dns-over-...Filip Š2019-10-291-2/+114
|\
| * Cope with ssl module unavailablity using [Issue #392] method.Bob Halley2019-10-231-1/+13
| * Add server_hostname to dns.query.tls()Brian Wellington2019-09-301-2/+9
| * Clients should pass SERVER_AUTH.Brian Wellington2019-09-301-1/+1
| * Add support for DoT (DNS over TLS)Brian Wellington2019-09-301-2/+95
* | Support for DoH GET methodFilip Š2019-10-041-3/+10
* | Merge branch 'master' of https://github.com/rthalley/dnspython into dns-over-...Filip Š2019-09-301-4/+10
|\ \ | |/
| * When doing xfr, do not compare with expiration if it is None.Bob Halley2019-09-291-1/+2
| * Improve TCP connect behavior.Brian Wellington2019-08-301-3/+8
* | Add support for DoHFilip Š2019-09-281-0/+22
|/
* Remove _compat module.Bob Halley2018-12-091-10/+4
* update copyrightBob Halley2018-12-011-0/+2