]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2022-03-12  Bob HalleyDo no raise an assertion getting a nonexistent rdataset... 2.2
2022-03-06  Bob Halleyadd manual trigger v2.2.1
2022-03-06  Bob Halleytrigger 2.2 workflow
2022-03-06  Bob Halleytrigger 2.2 branch workflow
2022-03-06  Bob Halleymore 2.2.1 prep
2022-03-06  Bob Halley_validate_name now handles relative names in an absolut...
2022-03-06  DJ Annissdocumentation update
2022-02-27  Bob Halley2.2.1 whatsnew prep
2022-02-27  Bob Halleyfix documentation broken by the immutable mechanism
2022-02-04  Steven SilvesterAdd missing types to exceptions stub
2022-02-04  Bob Halleyupdate pytest tool dep, remove mypy dep
2022-02-02  Wesresolve func docs - fix `lifetime` var rendering
2022-01-31  Bob HalleyAdd more metadata to pyproject.toml [#775]
2022-01-31  Ryan Cheleyadded project_urls for easier discovery by users
2022-01-30  Craig LeresReduce the number of digits after the decimal point...
2022-01-29  Mathias Ertltypehint constructor for TXTBase
2022-01-29  Mathias Ertladd some module level functions for resetting/retrievin...
2022-01-29  Sebastian Wagnerfix various typing issues (typos)
2022-01-25  Bob Halleyversion prep for 2.2.1
2022-01-25  Peter ThomassenRequire trailing field in rdata of TLSA and friends
2022-01-24  Martin HorakFix missing import.
2022-01-24  Bob Halleyremove redundant sniffio dependency for trio
2022-01-24  Bob HalleyUse the version's origin if the zone doesn't have one...
2022-01-24  Bob Halleyadd default of None to backend declarations [#764]
2022-01-24  Bob Halleyfix win32util.py file mode
2022-01-24  Bob Halleyfix the typo of resolve_address() [#754]
2022-01-24  Peter ThomassenAdd missing items to rdtypes/ANY/__init__.py
2022-01-18  Bob Halley2.2.0 versioning v2.2.0
2021-12-21  Bob Halleyskip async DoH tests if no httpx v2.2.0rc1
2021-12-20  Bob HalleyAllow unknown digest types [#625]
2021-12-19  Bob Halleyadd dns.edns.EDECode enum
2021-12-19  Tomas Krizekedns: implement Extended DNS Error Option support
2021-12-19  Bob Halleyregenerate rdatatype-list.rst
2021-12-18  Bob Halleytry again to get 2.2 workflow to run
2021-12-18  Bob Halleyreference the github project page
2021-12-18  Bob Halley2.2.0rc1 versioning
2021-12-17  Bob HalleyDo not set asyncio future if it is already done. ...
2021-12-17  Bob Halleylint from flake
2021-12-17  Bob Halleylint
2021-12-17  Bob Halleylint and remove unused helpers
2021-12-17  Bob HalleyMerge pull request #739 from rthalley/dependabot/pip...
2021-12-16  dependabot... Update mypy requirement from ^0.910 to ^0.920 739/head
2021-12-15  Bob Halleyadd WMI extra; simplify install doc a bit
2021-12-15  Bob Halleyadd 3.10 classifier
2021-12-07  Bob Halleycope with 3.6 exception difference
2021-12-07  Bob Halleyadd quoting to python version list
2021-12-07  Bob Halleyadd runs-on
2021-12-07  Bob Halleytest 3.10 and windows too
2021-12-03  Bob HalleyMerge pull request #731 from rthalley/cname-and-other...
2021-12-03  Bob Halleyfix typos; simplify _check_cname_and_other_data 731/head
2021-12-02  Bob Halleyadd missing @ to immutable invocation
2021-12-02  Bob Halleyrefactor to have a get_node() in the txn API
2021-12-02  Bob Halleyfix doco errors
2021-12-02  Bob Halleysimpliy node.is_cname()
2021-12-02  Bob Halleycname and other data check in zonefile reader
2021-12-02  Bob Halleyinfrastructure needed for CNAME-and-other-data check...
2021-12-02  Bob Halleyincorporate review feedback
2021-12-02  Bob Halleymore doco for CNAME-and-other-data
2021-12-02  Bob Halleydoco for CNAME-and-other-data
2021-12-02  Bob HalleyFirst draft of CNAME and other data handling in zones.
2021-12-02  Bob HalleyMerge pull request #734 from rthalley/zone-refactor
2021-12-01  Bob HalleyRefactor zone transactions to always use versioned... 734/head
2021-11-28  Bob HalleyFix replacement txn bugs in non-versioned zones [#732].
2021-11-28  Bob Halleynote issues around rdata comparison
2021-11-27  Bob Halleynote that Curio cannot be used for DoH
2021-11-27  Bob Halleybasic testing for async DoH
2021-11-26  Bob HalleyNode find_rdataset() should set covers when creating...
2021-11-23  Bob HalleyMerge pull request #729 from rthalley/dependabot/pip...
2021-11-22  dependabot... Update cryptography requirement from >=2.6,<36.0 to... 729/head
2021-11-20  Bob Halleyupdate whatsnew
2021-11-20  Bob Halleyfix hyperlink target
2021-11-20  Bob HalleyMerge pull request #715 from rthalley/rrset-reader
2021-11-20  Bob Halleyadd read_rrsets() documentation 715/head
2021-11-20  Bob HalleyMerge pull request #723 from rthalley/httpx_if_possible
2021-11-20  Bob Halleymention async DoH in whatsnew 723/head
2021-11-20  Bob Halleyasync https doco
2021-11-20  Bob Halleyremove backend parameter to https()
2021-11-18  Bob Halleyremove incorrect comment
2021-11-17  Bob Halleyasync resolver support
2021-11-17  Bob Halleyinitial implemention of async https query
2021-11-17  Bob Halleyuse win32util
2021-11-16  Bob HalleyDo not impose 2**31-1 bounds on TTL-like things; impose...
2021-11-16  Bob Halleyfix DoH requirements
2021-11-16  Bob Halleyfix session check when httpx is not installed
2021-11-16  Bob Halleyincorporate feedback about sessions, optional http1...
2021-11-16  Bob Halleyremove out-of-date comment
2021-11-16  Bob HalleyMerge pull request #722 from rthalley/win32util
2021-11-16  Bob Halleyupdate version in doco title
2021-11-15  Bob Halleytry again with better .readthedocs.yml syntax
2021-11-15  Bob Halleypin versions for readthedocs
2021-11-15  Bob Halleyfix examples.rst quoting
2021-11-10  Bob HalleyFor DoH, use httpx and with HTTP/2 if we can, but fall...
2021-11-09  Bob HalleyAdd WMI-based method for finding resolver info on Windows. 722/head
2021-11-07  Bob HalleyHandle DHCP servers returning domains prefixed by dot...
2021-11-07  Bob Halleyupdate RD=0 example now that we have a flags parameter
2021-11-07  Bob HalleyMerge pull request #719 from paulehoffman/rd=0-example
2021-11-02  Bob HalleyMerge pull request #718 from paulehoffman/examples-doc
2021-11-02  Bob HalleyMerge pull request #720 from bwelling/make-query-flags
2021-11-02  Brian WellingtonAdd flags to dns.message.make_query(). 720/head
2021-11-02  Paul HoffmanExtended the example to include one with RD=0 719/head
next