]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
2015-05-27  Mattias LundbergFix for timing, begin_time is not a function. 104/head
2015-05-27  Mattias LundbergAdd response time to the response when querying a server.
2015-05-21  Bob HalleyMerge pull request #97 from encukou/zone-to_file
2015-05-21  Bob HalleyMerge pull request #98 from encukou/python3-parametrize...
2015-05-21  Petr SpacekAdd information about protocol, request, and response... 98/head
2015-05-21  Petr SpacekConvert NoNameservers exception to the new DNSException...
2015-05-21  Petr SpacekAdd response to NoAnswer exception.
2015-05-21  Petr SpacekConvert NoAnswer exception to the new DNSException...
2015-05-21  Petr SpacekReturn list of non-existent names as part of str(NXDOMAIN).
2015-05-21  Petr SpacekReturn timeout duration as part of str(Timeout).
2015-05-21  Petr SpacekTest new DNSException behavior.
2015-05-21  Petr SpacekSeparate class docstring and default str() messages...
2015-05-21  Petr SpacekAdd list pretty-printing for parametrized exceptions.
2015-05-21  Petr SpacekAdd support for parametrizable __str__ in DNSException.
2015-05-21  Petr ViktorinFix failing test for Zone.to_file 97/head
2015-03-21  Bob Halleyzone.to_text() needs to make a StringIO
2015-02-12  Petr SpacekAdd tests for str() handling in DNSException.
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-09-05  Bob HalleyAll rdata comparsion now uses the digestable form.
2014-09-05  Bob HalleyAdd CAA.
2014-09-01  Bob HalleyRemove deprecated universal newlines flag to open(). v1.12.0-py3
2014-09-01  Bob HalleyPrep 1.12.0
2014-09-01  Bob HalleyUpdate ChangeLog.
2014-09-01  Bob HalleyOverhaul test suite to allow testing in place.
2014-09-01  Bob HalleyAdd dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4...
2014-09-01  Bob HalleyFix python3 port problem.
2014-09-01  Bob HalleyFix test_rdtypeanydnskey.py for python3.
2014-09-01  Petr SpacekAdd dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and...
2014-09-01  Bob HalleyAllow empty APL RR.
2014-09-01  Bob HalleyFix relativization in RRSIG to_text().
2014-09-01  Bob HalleyFix exception when reading from a masterfile.
2014-08-31  Bob HalleyFix some issues with dns.zone.to_file().
2014-08-31  Bob Halleypull up unicode escaping changes.
2014-08-31  Bob HalleyAdd dns.zone.to_text() convenience method.
2014-08-31  Bob HalleyTweak options rotate.
2014-08-31  Bob HalleyPull up fcde73a2b6c323e55eaf74192885b2d4922a719a from...
2014-08-31  Batch Useradd options rotate handling
2014-08-31  Bob HalleyPull up 42a85bfb058e6d59b7674651c6fba3aebd8a3481 from...
2014-08-31  bastiakAllows to copy dns.name.Name objects
2014-08-31  Petr SpacekFix vertical precision parsing for LOC records.
2014-08-31  Petr SpacekFix default size, horizontal and vertical precition...
2014-04-11  Bob HalleyDo not put back an unescaped token.
2014-04-04  Bob HalleyResponses to messages signed with TSIG were broken.
2014-03-03  Bob HalleyIn LOC, deal with 0 values for size, horizontal precisi...
2014-01-10  Bob HalleyRemove lingering ord()s from is_multicast()
2013-12-11  Bob HalleyFix problems with the IXFR state machine which caused...
2013-09-02  Bob Halleyprep 1.11.1 v1.11.1-py3
2013-09-01  Bob HalleyPull up to_text() fix (1835bb9ac96818d983e7caf3218851c7...
2013-08-26  Bob HalleyMake multi-message TSIGs compute correctly for algorith...
2013-08-13  Bob HalleyAdd regression test for APL trailing zero bug
2013-08-13  Bob HalleyFix APL trailing zero suppression.
2013-08-09  Bob HalleyFix variable name in dnssec._find_candidate_keys
2013-07-17  Bob Halleyretry_servfail -> self.retry_servfail
2013-07-07  Bob Halleyfix doco v1.11.0-py3
2013-07-07  Bob Halleyupdate for 1.11
2013-07-07  Bob HalleyAdd some backwards compatibility to the winreg fix
2013-06-30  Bob Halleyprep 1.11
2013-06-30  Bob Halleypull up $GENERATE
2013-06-30  Bob Halleyadd set_flags()
2013-06-30  Bob HalleyDo not insist the filename of a $INCLUDE is quoted
2013-06-30  Bob HalleyAdd TLSA
2013-06-30  Bob Halleyignore .pyc files
2013-05-30  Bob Halleyfix typo
2013-04-28  Bob HalleyDo not add items with offsets >= 2^14 to the compressio...
2013-04-26  Bob HalleyIn dns.ipv6.inet_ntoa(), do not use :: to shorten just...
2013-03-31  Bob Halleylock caches in case they are shared
2013-03-31  Bob HalleyDo not retry SERVFAILing nameservers by default
2013-03-31  Bob Halleyturn tab into spaces
2013-03-31  Bob HalleyRaise YXDOMAIN if we see a YXDOMAIN rcode
2013-03-31  Bob Halleydo not print empty rdatasets
2013-03-31  Bob HalleyPull up James Dempsey's fix: Remove DNSKEY keytag uniqu...
2012-12-31  Bob HalleyMerge pull request #20 from lambacck/python3
2012-12-16  Christopher... Fix _winreg renamed to winreg in python 3 20/head
2012-08-28  Bob HalleyDo not generate empty NSEC3 bitmap windows
2012-05-31  Bob Halleymerge rdclass default value doco fix
2012-05-21  Bob Halleyfix typos
2012-04-10  Bob HalleyFix python3 port issues with RSA validation
2012-04-08  Bob Halleyfix typo v1.10.0-py3
2012-04-08  Bob Halleyadd release marker
2012-04-08  Bob Halleydoco fixes
2012-04-08  Bob Halleyallow all EDNS parameters to be specifed when making...
2012-04-08  Bob HalleyAdd source_port support to resolver; fix source_port...
2012-04-08  Bob Halleyremove obsolete TODO
2012-04-08  Bob Halleymore 1.10 prep
2012-04-08  Bob Halleytry TCP if UDP response is truncated
2012-04-07  Bob Halleyadd check_origin parameter to dns.zone.from_xfr()
2012-04-07  Bob Halleyallow whitespace in SSHFP fingerprints
2012-04-07  Bob Halleyfix python2ism
2012-04-07  Bob Halleyraise ValueError if the argument to node.replace_rdatas...
2012-04-07  Bob Halleymerge trailing junk control
2012-04-07  Bob HalleyBytesIO not StringIO
2011-12-30  Bob Halleymore 1.10 prep
2011-08-24  Bob Halleyadd LRUCache
2011-07-18  Bob Halleydoco
2011-07-18  Bob Halleypackaging updates
next