]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2025-03-26  Bob Halleyfix issues found with latest version of pyright
2025-03-22  Bob Halleyremove unused hostname parameter to _https helper,...
2025-03-20  Brian WellingtonAdd support for persistent H3 connections. (#1184)
2025-03-17  Štěpán BalážikAllow built-in `IPv{4,6}Address` objects when construct...
2025-01-29  Bob Halleymake the latest pyright happy
2025-01-29  Bob HalleyQUIC code should process verify correctly when given...
2025-01-23  Bob HalleyDo not leak fds when using a selector [#1177]. (#1178)
2025-01-18  Bob Halleywe do not need to install types for mypy anymore
2024-12-14  Bob HalleyMove creating a socket for a DoH query into the address...
2024-12-04  Bob HalleyAdd RFC 3597.
2024-11-29  Brian WellingtonReplace percent formatting with f-strings. (#1168)
2024-11-29  Brian WellingtonSupport registering new types with classes. (#1167)
2024-11-27  Bob Halleydisable ruff UP031
2024-11-17  dependabot... Bump sphinx-rtd-theme from 3.0.1 to 3.0.2 (#1164)
2024-11-17  Bob HalleyThe QUIC sync worker thread should not spew backtraces...
2024-11-02  Bob Halleyfix typed example
2024-10-18  Bob Halleydo not pyright win32util.py
2024-10-18  Bob Halleypyright cannot figure out trio CancelScope
2024-10-18  Bob Halleytry to add pyright to the CI
2024-10-18  Bob Halleypyright linting for quic
2024-10-18  Bob Halleyadd typed variant of MX example
2024-10-18  Bob Halleysimplify support Python version doco
2024-10-18  Bob Halleymore minor lint tweaks
2024-10-18  Ryan FrantzMinor README updates (#1149)
2024-10-18  Brian WellingtonFix AXFR-style IXFR with multiple messages. (#1151)
2024-10-16  Mike Fiedlerdocs: include `dns.resolver.LifetimeTimeout` exception...
2024-10-16  Bob Halleypyright lint for async backends
2024-10-16  Bob Halleypyright lint for dnssecalgs
2024-10-16  Bob Halleypyright lint for rdtypes
2024-10-15  Bob HalleyPyright lint (#1147)
2024-10-14  Bob Halleyremove broken codeql analysis until fixed
2024-10-12  Bob Halleyremove debug print from retry_on_timeout
2024-10-12  Bob Halleyadd more wrapping accidentally omitted from the PR
2024-10-12  Bob HalleyRetry on test timeout (#1146)
2024-10-11  Brian WellingtonAdd dns.edns.Option.to_generic() (#1145)
2024-10-09  dependabot... Bump sphinx-rtd-theme from 3.0.0 to 3.0.1 (#1144)
2024-10-08  dependabot... Bump sphinx-rtd-theme from 2.0.0 to 3.0.0 (#1142)
2024-10-07  Bob HalleyAdjust Answer iterator return type as Rdata is unhelpfu...
2024-10-05  Ron Greenfix(answer): add typing to range (#1138)
2024-10-05  Bob HalleyUse the port from the URL if provided for H3 [#1139]
2024-09-25  Bob Halleyfix doco typo
2024-09-22  Jakob Schlyterfix typo (#1133)
2024-09-21  Bob Halleyupdate ci matrix
2024-09-21  Bob HalleyCI 2.7 testing and also remove python 3.8
2024-09-21  Bob Halley2.7.0 prep
2024-09-21  Bob Halley2.8.0 version
2024-09-21  Bob Halleyfix typing after reorganization
2024-09-21  Bob Halleylint
2024-09-21  Bob Halleylinting
2024-09-21  Bob HalleyReorganize _parse_modify() to remove spurious warnings
2024-09-21  Bob Halleyadd WALLET to rdata-subclasses.rst
2024-09-21  Bob Halleyregenerate rdatatype list for doco
2024-09-21  Bob Halleyupdate features
2024-09-21  Bob Halleymore doco updates for 2.7
2024-09-17  Bob Halleymissed a master -> main in the README
2024-09-17  Bob HalleyAdd a copy mode to dns.message.make_response(). (#1131)
2024-09-14  Bob Halleydisable uv as mypy auto type install does not work...
2024-09-14  Bob HalleyCheck SAN for IP if using an address URL in https(...
2024-09-13  Bob Halleyblack autoformatting fixes
2024-09-13  Brian WellingtonOnly create httpx transports when needed. (#1130)
2024-09-10  Bob HalleyThe return type of Rdata.to_wire() is Optional[bytes...
2024-09-08  Moshe KaplanAdd example of DNS over TLS (#1126)
2024-09-08  Bob HalleyIgnore UP006 and UP0035 (Tuple->tuple and List->list...
2024-09-07  Bob Halleyrefresh README notices
2024-09-07  Bob Halleyproject update: remove 3.8, add 3.13
2024-08-28  URenkoAvoid instantiating Resolver when it is not necessary...
2024-08-23  Brian WellingtonCreate EOFError exceptions with text EOF. (#1124)
2024-08-18  Brian WellingtonRefactor xfr. (#1122)
2024-08-06  Bob HalleyAllow Message.from_text() to parse a TSIG but not valid...
2024-08-06  Bob HalleyDo not allow an empty list in TXT record wire format...
2024-08-01  Bob Halleyadd RFC 7871
2024-08-01  Bob Halleyignore some uninteresting coverage gaps
2024-08-01  Bob Halleydisable codecov
2024-07-31  Bob HalleyDeal with windows registry delimiters more comprehensiv...
2024-07-28  Bob HalleyInitial update of whatsnew for 2.7.0.
2024-07-24  Bob HalleyUse uv with hatch if available.
2024-07-24  Bob HalleyReportChannel EDNS option support. (#1111)
2024-07-24  Bob Halleyrun ruff in the CI
2024-07-24  Bob HalleyI do not want the SIM linting.
2024-07-24  Bob HalleyMore mostly automated (but reviewed!) f-string conversions.
2024-07-24  Bob Halleyautomated format to f-string conversion + black
2024-07-24  Bob Halleycryptography>=43 is now required to use cryptography
2024-07-24  Bob HalleyFix miscellaneous lint from increased ruff settings.
2024-07-24  Jakob SchlyterAdd support for deterministic signatures (#1104)
2024-07-23  Jakob Schlyterensure we have a zone origin (#1105)
2024-07-23  Jakob Schlyterreformat examples (#1107)
2024-07-21  Peter ThomassenFix typo in message-edns.rst (#1102)
2024-07-09  Bob HalleyFix the have_quic computation for test_doq
2024-07-09  Timothy Pillowfix doco typo in resolver-class.rst
2024-07-03  Bob HalleyAdd WALLET rdatatype support. (#1098)
2024-06-27  Bob HalleyAdd dns.rdata.load_all_types(). (#1095)
2024-06-05  Brian WellingtonMore error checking in feature detection (#1088)
2024-05-03  Bob Halleyregenerate TLS test certs
2024-04-19  Bob Halleyloosen sphinx requirement
2024-04-18  dependabot... Bump sphinx from 7.3.5 to 7.3.6 (#1079)
2024-04-17  dependabot... Bump sphinx from 7.2.6 to 7.3.5 (#1078)
2024-04-17  Bob HalleySet the minimum version of idna to 3.7.
2024-04-13  Bob Halleydo not use : in cookie EDNS text output
2024-04-13  Bob Halleyadd sphinx-rtd-theme to dev dependencies
2024-04-13  Bob HalleyAdd EDNS Cookie option.
next