]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2016-06-26  Martin BastiPylint: enable superfluous-parens check 178/head
2016-06-26  Martin BastiPylint: enable bad-whitespace check
2016-06-26  Martin BastiPylint: enable delslice-method check
2016-06-26  Martin BastiPylint: enable deprecated-lambda check
2016-06-26  Martin BastiPylint: enable old-division check
2016-06-26  Martin BastiPylint: enable range-builtin-not-iterating check
2016-06-26  Martin BastiPylint: enable undefined-variable check
2016-06-26  Martin BastiPylint: enable multiple py3 *-builtin checks
2016-06-26  Martin BastiPylint: enable unneeded-not check
2016-06-26  Martin BastiPylint: enable unnecessary-lambda check
2016-06-26  Martin BastiPylint: enable undefined-loop-variable check
2016-06-26  Martin BastiPylint: enable unused-import check
2016-06-26  Martin BastiPylint: NotImplementedError
2016-06-26  Martin BastiPylint: enable import-error check
2016-06-26  Martin BastiAdd pylint checker
2016-06-18  Bob HalleyFix another Python 2/3 code merge unicode issue.
2016-06-13  Bob HalleyMerge pull request #109 from cluck/master
2016-06-13  Claudio LuckPass partial answer when raising DNSException, added... 109/head
2016-06-01  Bob HalleyConvert TSIG other data into a binary type if needed.
2016-06-01  Bob Halleyinc version
2016-06-01  Bob HalleyFix problems with escaping in quoted strings and names.
2016-05-31  Bob HalleyEncode and decode TSIG keyrings as needed on Python 3.
2016-05-31  Bob Halleydns.ipv6.inet_ntoa() should return a string.
2016-05-30  Bob Halleyrevert prior patch as things are more messed up than...
2016-05-30  Bob Halleydns.ipv6.inet_ntoa() should return a string.
2016-05-28  Bob HalleyAdd socket_factory to allow socket creation to be overr...
2016-05-28  Bob HalleyMerge pull request #166 from kitterma/master
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.
next