summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add make_resolver_at() and resolve_at(). (#926)Bob Halley2023-04-193-0/+8
|
* simplify DDR textBob Halley2023-04-161-1/+1
|
* Note 3.8 as the minimum for 2.4 (3.7 is EOL at the end of June).Bob Halley2023-04-071-0/+2
|
* Add basic DDR support. (#919)Bob Halley2023-04-073-0/+8
| | | * Add basic DDR support.
* Bump readthedocs-sphinx-search from 0.2.0 to 0.3.1 (#920)dependabot[bot]2023-04-021-1/+1
| | | | | | | | | | | | | | | | Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/readthedocs/readthedocs-sphinx-search/releases) - [Changelog](https://github.com/readthedocs/readthedocs-sphinx-search/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/readthedocs-sphinx-search/commits) --- updated-dependencies: - dependency-name: readthedocs-sphinx-search dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add some missing resolver doco.Bob Halley2023-04-022-0/+6
|
* Note DNSSEC zone signing (NSEC) is now available.Bob Halley2023-03-212-0/+5
|
* More curio cleanups.Bob Halley2023-03-191-0/+2
|
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-192-3/+9
| | | | | | | | | | | | This change: Allows resolution hostnames in URLs using dnspython's resolver or via a bootstrap address, without rewriting URLs. Adds full support for source addresses and ports to httpx, except for asyncio I/O where only the source address can be specified. Removes support for requests.
* Make a few nameserver changes that missed getting added to the PR.Bob Halley2023-02-252-6/+6
|
* Resolver "nameserver" object support. (#897)Bob Halley2023-02-254-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | * Resolver "nameserver" object support. This turns the list of nameserver strings in the resolver into a tuple of nameserver objects, which abstract away making queries to a nameserver of a given type. The resolver's legacy nameserver list is "enriched" into a tuple of nameserver objects whenever it is set. Note that you cannot mutate the object other than by setting, e.g. res.nameservers.append("1.2.3.4") will not work. Error message accumulation has been updated to refer to the nameservers using a descriptive text form. * doco fix * more doco fixes * do enrichment at Resolution time * require a later mypy, fix type issues * add nameserver doc
* Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 (#894)dependabot[bot]2023-02-081-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump readthedocs-sphinx-search from 0.1.2 to 0.2.0 (#891)dependabot[bot]2023-01-251-1/+1
| | | | | | | | | | | | | | | | | | Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/readthedocs/readthedocs-sphinx-search/releases) - [Changelog](https://github.com/readthedocs/readthedocs-sphinx-search/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/readthedocs-sphinx-search/commits) --- updated-dependencies: - dependency-name: readthedocs-sphinx-search dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add deprecation note about the Resolver nameserver attribute.Bob Halley2023-01-152-3/+15
|
* Use 'https' instead of 'http' for dnspython.org (#883)Rafael Guterres Jeffman2023-01-113-6/+6
| | | | | | | | These days, 'https' should be used instead of 'http' for almost anything, and Coverity is warning that dnspython.org URL in 'setup.cfg' uses 'http'. This patch changes the use of 'http' to 'https' on setup.cfg and documentation, where it does not affect module code, tests or examples.
* Update versions and CI post 2.3 branch.Bob Halley2022-12-271-1/+1
|
* update whatsnewBob Halley2022-12-231-1/+3
|
* DNSSEC doco fixes.Bob Halley2022-12-231-0/+6
|
* add DNSSEC sign() to whatsnewBob Halley2022-12-131-0/+2
|
* add sign and make_dnskey functions (#868)Jakob Schlyter2022-12-131-2/+3
|
* Add NSEC3 RFC to doco.Bob Halley2022-12-091-0/+3
|
* Add more DNSSEC RFCs.Bob Halley2022-12-071-0/+6
|
* One more RFC text tweak.Bob Halley2022-11-301-1/+1
|
* More RFC updates.Bob Halley2022-11-301-2/+10
|
* More whatsnew updates.Bob Halley2022-11-301-0/+13
|
* changed docs dns.resolver.Answer response to QueryMessageRussell2022-11-291-1/+1
|
* Basic SVCB and HTTPS doco.Bob Halley2022-11-271-0/+112
|
* Add some more RFCs.Bob Halley2022-11-271-4/+22
|
* Improve AMTRELAY doco.Bob Halley2022-11-271-0/+16
|
* Add doco for AMTRELAY, L32, L64, LP, and NID.Bob Halley2022-11-271-13/+60
|
* Bump sphinx-rtd-theme from 1.1.0 to 1.1.1dependabot[bot]2022-11-071-1/+1
| | | | | | | | | | | | | | | Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* docs: programs typoGlenn2022-11-071-1/+1
|
* Bump sphinx-rtd-theme from 1.0.0 to 1.1.0dependabot[bot]2022-11-021-1/+1
| | | | | | | | | | | | | | | Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump readthedocs-sphinx-search from 0.1.1 to 0.1.2dependabot[bot]2022-05-121-1/+1
| | | | | | | | | | | | | | | Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/readthedocs/readthedocs-sphinx-search/releases) - [Changelog](https://github.com/readthedocs/readthedocs-sphinx-search/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/readthedocs-sphinx-search/compare/0.1.1...0.1.2) --- updated-dependencies: - dependency-name: readthedocs-sphinx-search dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump sphinx from 4.2.0 to 4.3.2dependabot[bot]2022-04-201-1/+1
| | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v4.3.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* add padding to whatsnewBob Halley2022-03-231-0/+4
|
* Remove excess backquoteVyacheslav Tamarin2022-03-201-1/+1
|
* black autoformattingBob Halley2022-03-152-34/+34
|
* add 2.2.1 to whatsnewBob Halley2022-03-071-0/+27
|
* note minimum TLS version in whatsnewBob Halley2022-03-061-0/+2
|
* add NameRelation classBob Halley2022-03-061-0/+3
|
* documentation updateDJ Anniss2022-03-061-2/+2
| | | Was just reading through and this part confused me a bit with the wording.
* Set minimum Python version to 3.7.Bob Halley2022-03-052-3/+8
|
* Add integrated typing to much of dnspython.Bob Halley2022-03-052-11/+0
|
* fix documentation broken by the immutable mechanismBob Halley2022-02-272-0/+6
|
* fix various typing issues (typos)Sebastian Wagner2022-01-295-7/+7
| | | | I stumbled over a few typos and then decided to fix 'em all
* fix version typoBob Halley2021-12-231-1/+1
|
* master branch is now 2.3 development as we have a 2.2 release branchBob Halley2021-12-192-3/+8
|
* add dns.edns.EDECode enumBob Halley2021-12-191-0/+2
|
* regenerate rdatatype-list.rstBob Halley2021-12-191-1/+11
|