]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2020-05-11  Brian WellingtonFix nsec3_hash() with salt==None.
2020-05-11  Bob Halleyextra imports for readthedocs
2020-05-11  Brian WellingtonFix documentation formatting.
2020-05-11  Brian WellingtonAdd TLS.
2020-05-11  Brian WellingtonFix documentation cut and paste error.
2020-05-11  Brian WellingtonFix documentation typos.
2020-05-11  Bob Halleyremove Python 2 reference
2020-05-11  Bob Halleyfix some leftover doco issues
2020-05-10  Bob Halleyadd info about compression assumptions in dns.name...
2020-05-10  Bob HalleyReharmonize doc style as I think it looks better
2020-05-10  Bob Halleydoco badge
2020-05-10  Bob Halleyfix doco nits
2020-05-10  Bob Halleyadd .readthedocs.yml
2020-05-10  Bob Halleylint
2020-05-10  Bob Halleycheckpoint rdata subclass doc, finally done
2020-05-09  Bob Halleycheckpoint more rdata subclasses doco
2020-05-09  Bob Halleycheckpoint rdata subclasses doco
2020-05-09  Bob Halleybinary -> bytes, text -> str
2020-05-09  Bob Halleymore documentation
2020-05-08  Bob Halleyadd license.rst
2020-05-08  Bob Halleyadd license
2020-05-08  Bob Halleyremove year
2020-05-08  Bob Halleyupdate doco author and copyright info
2020-05-08  Bob Halleyadd idna_codec doco to from_text_list()
2020-05-08  Bob Halleyin doco, text->str, binary->bytes
2020-05-08  Bob Halleyremove python 2vs3 section
2020-05-08  Bob Halleyadd dns.query.https
2020-05-08  Bob Halleyremove send_https() as the send/receive split is too...
2020-05-07  Bob Halleyadd sphinx to pyproject.toml
2020-05-07  Bob HalleyMerge pull request #468 from kimbo/kl/extras-install
2020-05-07  kimbostandard way to install extras 468/head
2020-05-07  kimbomatch setup.py's extra_requires functionality
2020-05-07  Bob Halleypython>=3.6
2020-05-07  Bob HalleyMerge pull request #467 from kimbo/kl/installation-fix
2020-05-07  kimbomake dnspython installable with pip 467/head
2020-05-07  Bob Halley3.6 or later required; mention DoH in installation doc
2020-05-07  Bob Halleydocument installing optional packages
2020-05-07  Bob HalleyDocument dns.message.from_text() blank line behavior...
2020-05-07  Bob HalleyPython 3.6 or later is required.
2020-05-04  Bob Halleystart flake8 support
2020-05-04  Brian WellingtonImprove TXT records in example zone.
2020-05-04  Bob HalleyFix [Issue #416], EAI_SYSTEM not defined on Windows.
2020-05-04  Bob HalleyGrealy simplify our getaddrinfo() implementation by...
2020-05-04  Bob HalleyDo not lose scope info. [Issue #283]
2020-05-04  Bob HalleyIgnore scopes in dns.inet.*
2020-05-04  Bob HalleyIn cases where we care that something is just an IPv4...
2020-05-04  Bob HalleyAdd an ignore_scope option to dns.ipv6.inet_aton().
2020-05-03  Bob HalleyIDNA support for zones, messages, names in rdata, rrset...
2020-05-03  Bob Halleyadd IDNA codec parameter to dns.rdata.from_text() type...
2020-05-03  Bob HalleyAdd IDNA codec support to tokenizer and dns.rdata.from_...
2020-05-03  Bob Halleyremove backwards compatibility for something deleted...
2020-05-03  Bob Halleymore things to make mypy happier
2020-05-03  Bob Halleyfinish comment
2020-05-03  Bob Halleyfix indentation error after tokenizer refactoring
2020-05-03  Bob HalleyDo not double-UTF-8 encode escapes in TXT-like records...
2020-05-02  Bob Halleypytest make targets
2020-05-02  Bob Halleyde-lint: remove unused import
2020-05-02  Bob HalleyMerge pull request #461 from bwelling/contextlib
2020-05-02  Bob HalleyUpdate license descriptor to the ISC license.
2020-05-02  Brian WellingtonUse context managers to simplify code. 461/head
2020-05-01  Bob HalleyHIP was not doing relativize_to
2020-05-01  Bob HalleyAdd as_name(), allowing an already read token to be...
2020-05-01  Bob Halleyadd missing type declarations
2020-05-01  Bob Halleymake all shebangs python3
2020-05-01  Bob Halleyremove spurious old-division pylint warning; remove...
2020-05-01  Bob Halleyfix lingering unguarded requests imports
2020-05-01  Bob HalleyIn library code, replace from io import BytesIO (or...
2020-05-01  Bob Halleyremove obsolete entropy pool hash import logic
2020-05-01  Bob HalleyMerge pull request #460 from bwelling/remove-future
2020-05-01  Bob HalleyMerge pull request #459 from dlenski/make_DOH_extra
2020-05-01  Brian WellingtonRemove "from __future__ import" statements. 460/head
2020-05-01  Bob Halleytry to prevent extra run of 3.7 test possibly caused...
2020-05-01  Bob Halleystart poetry and pyenv support
2020-05-01  Bob Halleydo not import BytesIO into rdata namespace
2020-05-01  Bob Halleyignore duplicate name warning as it is not a bug
2020-05-01  Daniel Lenskialso use skipUnless for tests that require IDNA2008 459/head
2020-05-01  Daniel Lenskimake DOH an extra feature (to avoid requests as hard...
2020-04-29  Bob HalleyMerge pull request #455 from bwelling/reverse
2020-04-29  Brian WellingtonAdd alternate origin support to dns.reversename. 455/head
2020-04-21  Brian WellingtonRemove redundant check.
2020-04-21  Brian WellingtonFix documentation.
2020-04-21  Bob HalleyMerge pull request #453 from bwelling/to-generic
2020-04-21  Brian WellingtonAdd dns.rdata.Rdata.to_generic() 453/head
2020-04-08  Bob Halleycryptography delint
2020-04-08  Bob HalleyMerge pull request #449 from simo5/cryptography
2020-04-07  Simo SorceUse python cryptography for DNSSEC 449/head
2020-04-04  Bob HalleyMerge pull request #445 from kimbo/kl/resolv-conf-options
2020-04-03  Brian WellingtonMention immutable rdata.
2020-04-03  Brian WellingtonUse decorator syntax for properties.
2020-04-03  Bob Halleyfix type specification errors
2020-04-03  Bob HalleyMerge pull request #444 from bwelling/optimize-set
2020-04-03  Bob HalleyMerge pull request #443 from bwelling/rdata-replace
2020-04-03  kimbotests for reading resolvconf options 445/head
2020-04-03  kimbosupport for ndots, edns0, timeout resolv.conf opts
2020-04-02  Brian WellingtonOptimize dns.set.Set. 444/head
2020-04-02  Brian WellingtonUse public dns.set.Set interface.
2020-04-02  Brian WellingtonUpdate Set tests.
2020-04-02  Brian WellingtonAdd dns.rdata.Rdata.replace() 443/head
2020-04-02  Bob HalleyMerge pull request #442 from bwelling/rdata-loading
2020-04-02  Brian WellingtonFurther improve get_rdata_class(). 442/head
next