]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2019-10-31  Thomas A CaswellCI: add py37 and py38 to test matrix 397/head
2019-10-31  Thomas A CaswellMNT: use raw string for invalid escape sequence
2019-10-30  Thomas A CaswellTST: fix failif -> assertFalse deprecation
2019-10-30  Thomas A CaswellTST: fix failUnlessRaises -> assertRaises deprecation
2019-10-30  Thomas A CaswellTST: fix unittest deprecation
2019-10-30  Thomas A CaswellMNT: use raw string literals for invalid escapes
2019-10-30  Thomas A CaswellMNT: do not import ABC directly from collections
2019-10-29  Bob HalleyMerge pull request #396 from kimbo/kl/tls-typehints
2019-10-29  kimballotypehints for dns.query.tls, pretty up typehints 396/head
2019-10-23  Bob HalleyMerge pull request #394 from kimbo/kl/ecs-__str__
2019-10-23  Bob HalleyMerge pull request #395 from kimbo/kl/ecs-from-text
2019-10-23  Bob HalleyCope with ssl module unavailablity using [Issue #392...
2019-10-23  Bob HalleyMerge pull request #392 from bwelling/master
2019-10-04  kimboadded __str__ for GenericOption 394/head
2019-10-03  kimballofix python 3.5 format string 395/head
2019-10-03  kimballoadded ecs __str__ function
2019-10-03  kimballoadded tests for dns.edns.ECSOption.from_text()
2019-10-03  kimballoadded dns.edns.ECSOption.from_text()
2019-10-01  Bob HalleyMerge pull request #363 from tmerila/patch-1
2019-09-30  Brian WellingtonAdd server_hostname to dns.query.tls() 392/head
2019-09-30  Brian WellingtonClients should pass SERVER_AUTH.
2019-09-30  Brian WellingtonAdd support for DoT (DNS over TLS)
2019-09-29  Bob HalleyMerge pull request #391 from kimbo/nameserver-queried
2019-09-29  Bob Halleymy patience has run out; I will lint and typecheck...
2019-09-29  Bob Halleycontinue struggling with travis bitrot
2019-09-29  Bob Halleymore travis flailing
2019-09-29  Bob Halleymore dep hackery for linting
2019-09-29  Bob Halleytemporarily disable typechecking due to version skew...
2019-09-29  Bob HalleyMerge pull request #379 from ianamason/master
2019-09-29  Bob HalleyWhen doing xfr, do not compare with expiration if it...
2019-09-29  Bob HalleyMerge pull request #389 from bwelling/master
2019-08-30  Brian WellingtonImprove TCP connect behavior. 389/head
2019-08-16  kimboadded nameserver and port to Answer (wip #384) 391/head
2019-07-28  Bob HalleyMerge pull request #385 from kimbo/alternate-dot-root...
2019-07-27  kimbotests for alternate dots for root in dns.name.from_unicode 385/head
2019-07-27  kimboallow alternate dots for root in dns.name.from_unicode
2019-07-25  Tomas KrizekMerge pull request #383 from kimbo/lifetime-doc-fix
2019-07-25  kimbospecify seconds for lifetime in Resolver.query() 383/head
2019-07-12  Bob HalleyMerge pull request #382 from singingwolfboy/resolver...
2019-07-12  David BaumgoldAdd exceptions to resolver.pyi 382/head
2019-06-28  Ian A MasonUpdate README.md 379/head
2019-05-03  Bob HalleyThe EDNS0 client-subnet code didn't work correctly...
2019-04-09  Bob Halleyget rid of python 3.4 as mypy does not support typechec...
2019-04-09  Bob HalleyParse decimal integer time in RRSIG records.
2019-04-03  tmerilaUpdate zone.py 363/head
2019-04-03  tmerilaUpdate zone.py
2019-04-03  tmerilaUpdate zone.py
2019-04-03  tmerilaUpdate zone.py
2019-04-02  Bob HalleyDefine __version__ in the __init__ module.
2019-03-18  Bob HalleyMerge pull request #357 from DNS-Leo/master
2019-03-18  DNS-LeoCreate NINFO.py 357/head
2019-03-18  DNS-LeoUpdate rdatatype.py
2019-03-18  Bob HalleyHandle the case where the NOTIFY has no answer SOA RR.
2019-02-21  Bob Halley$GENERATE was not padding correctly given a pattern...
2019-02-21  Bob HalleyMerge pull request #353 from sigmunau/master
2019-02-21  Sigmund AugdalFix exception when parsing certain generate statements 353/head
2019-01-12  Bob HalleyMerge pull request #346 from tomaskrizek/dnssec-make-ds
2019-01-08  Bob HalleyThe copyright edit moved the shebang to the wrong spot...
2019-01-08  Bob Halleyremove the rest of the unicode string prefixes
2019-01-07  Bob HalleyWhen dealing with an IDNA 2003 non-punycode label,...
2019-01-06  Bob HalleyIf there are no non-ASCII codepoints in the input,...
2019-01-06  Bob HalleyUnicode label escapify was not escapifying special...
2019-01-05  Bob HalleyRender type 0 in text as "TYPE0" not "NONE". [Issue...
2019-01-05  Bob Halleydns.message.from_wire() now sets message.original_id...
2019-01-05  Bob HalleyFor _getaddrinfo(), if AI_ADDRCONFIG or AI_V4MAPPED...
2019-01-05  Bob HalleyWhen decoding from wire format, if a message has TC...
2019-01-05  Bob Halleyremove bytearray() wrapping used for python 2 compatibility
2019-01-05  Bob Halleyignore mypy cache
2019-01-05  Bob HalleyUse base64.decodebytes() and base64.encodebytes()....
2019-01-05  Bob HalleyIf reading /etc/resolv.conf fails, or finds no servers...
2019-01-02  Bob HalleyMerge pull request #348 from tomaskrizek/remove-hash...
2019-01-02  Tomas Krizekdnssec/hash: remove obsolete module 348/head
2019-01-02  Tomas KrizekMerge pull request #347 from tomaskrizek/fix-setup
2019-01-02  Romuald BrunetFix missing test dependency for python 2.7 / 3.4 347/head
2019-01-02  Tomas Krizektest/dnssec: flake8 fixes 346/head
2019-01-02  Tomas Krizektests/dnssec: don't require pycrypto for make_ds()...
2019-01-02  Tomas Krizekdnssec: use hashlib in make_ds()
2018-12-09  Bob Halleymore python 3 only cleanups
2018-12-09  Bob Halleypylint3 -> pylint
2018-12-09  Bob Halleyremove 2.7 from .travis.yml
2018-12-09  Bob HalleyRemove _compat module.
2018-12-09  Bob Halleysetup.py now requires python 3.4 or greater.
2018-12-08  Bob HalleyBump version to 2.0.0; discontinue Python 2.7 testing.
2018-12-08  Bob Halleydoc->doco to avoid make confusion with doc directory v1.16.0
2018-12-08  Bob Halleyfurther updates for 1.16.0
2018-12-06  Bob Halleyrm ChangeLog
2018-12-06  Bob Halleyupdate for 1.16.0
2018-12-05  Bob Halleyupdate README.me to be current re Nominum
2018-12-01  Bob Halleyfix coding lines broken by copyright update
2018-12-01  Bob Halleydisable spurious pylint errors for python 2.7
2018-12-01  Bob Halleydelint
2018-12-01  Bob Halleyremove year on LICENSE
2018-12-01  Bob Halleyupdate copyright
2018-12-01  Bob HalleyMerge pull request #334 from hugovk/update-versions
2018-12-01  Bob HalleyMerge pull request #341 from bictorv/chaos-addresses
2018-11-18  Björn VictorFIxes pylint complaints. 341/head
2018-11-12  Björn VictorMake lint happier
2018-11-12  Björn VictorSupport for Chaos A records
2018-09-06  HugoUpgrade Python syntax with pyupgrade https://github... 334/head
2018-09-06  HugoUpdate required versions
next