]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2016-05-28  Scott KittermanAutomatically skip tests that require Internet access... 166/head
2016-05-27  Bob HalleyPrep 1.14.0 v1.14.0
2016-05-26  Bob HalleyMerge pull request #164 from jwilk/spelling
2016-05-26  Jakub WilkFix typos 164/head
2016-05-23  Bob HalleyAdd CSYNC
2016-05-20  Bob Halleyharmonize example zone
2016-05-20  Bob HalleyLOC processing lost N/S or E/W info when values were...
2016-05-17  Bob Halleytry winreg on Windows [issue #160]
2016-05-15  Bob HalleyMerge pull request #159 from n8henrie/issue_157
2016-05-15  Bob HalleyMerge pull request #158 from n8henrie/issue_156
2016-05-14  Nathan HenrieExplicitly use bytes to avoid TypeError with concatenation 159/head
2016-05-14  Nathan HenrieAdd compatibility with BlockingIOError for Python3 158/head
2016-05-13  Bob HalleyUpdate with recent changes
2016-05-13  Bob Halleydns.message.make_query() now interprets any setting...
2016-05-12  Bob HalleyTry again to fix TSIG hashes
2016-05-12  Bob HalleyFix TSIG algorithm to hash mapping
2016-05-12  Bob HalleyDo not reference docstrings in exception formatting...
2016-05-11  Bob HalleyAllow an origin of None to be specified when constructing a
2016-05-10  Bob HalleyDoc prep for 1.13 v1.13.0
2016-05-10  Bob Halleyunichr portability support
2016-05-08  Bob HalleyFix problems with
2016-05-08  Bob HalleyAllow zone origin to be specified as a string.
2016-05-08  Bob Halleyfix another indexing keys() issue.
2016-05-06  Bob HalleyMerge pull request #151 from luisgf/master
2016-05-05  Luis González... Dictionary keys doesn't support slicing. That's throw... 151/head
2016-05-03  Bob Halleystart 1.13 release prep
2016-05-03  Bob HalleyMerge pull request #148 from baloo/python3-python2
2016-04-21  Arthur Gautiertest: I believe this ip to be legitimate 148/head
2016-04-21  Arthur Gautiertest: incorrect test relying on type comparison
2016-04-21  Arthur Gautiersetup.py: version classifiers
2016-04-21  Arthur Gautierpython3 support
2016-04-21  Arthur GautierAdds tox and coverage.py
2016-03-30  Arthur Gautiersetup.py: use setuptools instead of distutils
2016-03-05  Bob HalleyMerge pull request #146 from CoresecSystems/master
2016-03-04  Francisco IzquierdoFix NameDicts so they keep track of the max_length... 146/head
2016-02-21  Bob Halleyfurther md-ify
2016-02-21  Bob HalleyImport dns.tsig
2016-02-21  Bob HalleyMerge pull request #141 from tbabej/master
2016-02-21  Bob HalleyMerge pull request #138 from crhan/feature/add_build_status
2016-02-21  Bob HalleyMerge pull request #142 from bastiak/master
2016-02-21  Bob HalleySet response_time to zero when exceptions occur early.
2016-01-29  Martin BastiFix typo in resolver.py 142/head
2016-01-28  Tomas Babejresolver: Reject lines with less than two tokens 141/head
2016-01-10  ruohan.chenfix it 138/head
2016-01-09  Bob Halleychange to tweak travis
2016-01-09  Bob Halleyonly python 2.7
2016-01-09  Bob HalleyMerge pull request #136 from crhan/feature/travis-ci
2016-01-09  Bob Halleyexit with non-zero status on failure
2016-01-07  ruohan.chenadd trvis-ci 136/head
2015-12-14  Bob HalleyMerge pull request #131 from crhan/unicode_bugfix
2015-12-12  ruohan.chenUnicode support bugfix 131/head
2015-12-03  Bob HalleyMerge pull request #130 from pspacek/eui
2015-12-03  Petr SpacekAdd support for EUI48 and EUI64 RR types 130/head
2015-11-02  Bob HalleyMerge pull request #128 from fcelda/master
2015-10-31  Jan VcelakAdd support for CDNSKEY record type 128/head
2015-10-31  Jan VcelakAdd support for CDS record type
2015-09-07  Bob HalleyMerge pull request #119 from TJRoger/master
2015-09-06  RogerUpdate README.md 119/head
2015-09-06  RogerRename README to README.md
2015-09-06  RogerUpdate README
2015-07-14  Bob HalleyMerge pull request #113 from akettmann/master
2015-07-14  Bob HalleyMerge pull request #111 from preo/dns-port
2015-07-14  Bob HalleyMerge pull request #112 from preo/safe-fqdn
2015-07-14  Robert EstelleSupport per-nameserver port setting. 111/head
2015-07-14  Robert EstelleRevert tuple-based per-nameserver port setting.
2015-06-23  akettmannCorrect some typos of "of of" 113/head
2015-06-14  Robert EstelleDon't throw on unresolved-fqdn for overridden getfqdn. 112/head
2015-06-14  Robert EstelleSupport per-nameserver port setting.
2015-06-13  Bob HalleyFix CAA from_wire()
2015-04-14  Bob HalleyMerge pull request #92 from pspacek/parametrized_exceptions
2015-03-27  Petr SpacekAdd information about protocol, request, and response... 92/head
2015-03-27  Petr SpacekConvert NoNameservers exception to the new DNSException...
2015-03-27  Petr SpacekAdd response to NoAnswer exception.
2015-03-25  Petr SpacekConvert NoAnswer exception to the new DNSException...
2015-03-25  Petr SpacekReturn list of non-existent names as part of str(NXDOMAIN).
2015-03-25  Petr SpacekReturn timeout duration as part of str(Timeout).
2015-03-25  Petr SpacekTest new DNSException behavior.
2015-03-25  Petr SpacekSeparate class docstring and default str() messages...
2015-03-25  Petr SpacekAdd list pretty-printing for parametrized exceptions.
2015-03-24  Petr SpacekAdd support for parametrizable __str__ in DNSException.
2015-03-21  Bob HalleyAdd URI RR to test data.
2015-03-21  Bob HalleyMerge pull request #91 from pspacek/uri
2015-03-21  Bob HalleyMerge pull request #83 from bastiak/name_exceptions
2015-03-21  Bob HalleyMerge pull request #61 from mattiaslundberg/timing
2015-03-17  Petr SpacekAdd URI record type (draft-faltstrom-uri-13) 91/head
2015-03-02  Bob HalleyMerge pull request #88 from wdv4758h/master
2015-03-02  dvclean Tab 88/head
2015-02-26  Bob HalleyImplement the pickle protocol.
2015-02-26  Bob HalleyMerge pull request #87 from ThomasWaldmann/master
2015-02-26  Bob HalleyMerge pull request #85 from spacekpe/readable_exceptions
2015-02-24  Thomas Waldmannfix unicode ipaddr crashes in rdata.from_text and token... 87/head
2015-02-12  Petr SpacekAdd tests for str() handling in DNSException. 85/head
2015-02-12  Petr SpacekRemove redundant 'pass' from class definitions.
2015-02-12  Petr SpacekAdd missing docstring for BadTTL exception.
2015-02-12  Petr SpacekExtend NoNameservers exception with list of servers...
2015-02-12  Petr SpacekExtend NoAnswer exception with optional question.
2015-02-12  Petr SpacekAmend doc strings for all DNSExceptions to make them...
2015-02-12  Petr SpacekSupport string representation for all DNSExceptions.
2014-11-19  Martin BastiFix name.from_unicode to raise prorper exception 83/head
2014-09-04  Bob HalleyAll rdata comparsion now uses the digestable form.
next