summaryrefslogtreecommitdiff
path: root/dns/query.pyi
Commit message (Collapse)AuthorAgeFilesLines
* flake8 lintingBob Halley2020-05-151-1/+1
|
* add missing type declarationsBob Halley2020-05-011-0/+2
|
* ignore duplicate name warning as it is not a bugBob Halley2020-05-011-1/+1
|
* fix type specification errorsBob Halley2020-04-031-1/+6
|
* typecheck lintBob Halley2020-03-111-1/+1
|
* DoH cleanup.Brian Wellington2020-01-071-3/+2
|
* added bootstrap address option to https()kimbo2019-12-301-1/+1
|
* req'd session param to https() for connection reusekimbo2019-12-301-1/+2
|
* removed af param from dns.query.https()kimbo2019-12-241-1/+1
| | | | | not supporting setting address family for DoH until there is a better way to do it with the requests api.
* updated type hints for dns.query.httpskimbo2019-12-231-1/+3
|
* Remove duplicate message importFilip Š2019-10-291-1/+1
|
* Handle other parametersFilip Š2019-10-291-1/+1
|
* Rename `doh` method to `https`Filip Š2019-10-291-1/+1
|
* Merge branch 'master' of https://github.com/rthalley/dnspython into ↵Filip Š2019-10-291-6/+17
|\ | | | | | | dns-over-https
| * typehints for dns.query.tls, pretty up typehintskimballo2019-10-291-7/+18
| |
* | Support for DoH GET methodFilip Š2019-10-041-1/+1
| |
* | Add support for DoHFilip Š2019-09-281-0/+3
|/
* Initial type signaturesJanus2018-07-311-0/+15