]> git.ipfire.org Git - thirdparty/dnspython.git/shortlog
thirdparty/dnspython.git
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-09-04  Bob HalleyAll rdata comparsion now uses the digestable form.
2014-09-04  Bob HalleyAdd CAA.
2014-09-01  Bob HalleyPrep 1.12.0 v1.12.0
2014-09-01  Bob HalleyFix ChangeLog formatting.
2014-07-24  Bob HalleyCope with 64-bit Python on Windows passing the wrong...
2014-07-16  Bob HalleyMerge pull request #76 from bastiak/master
2014-07-16  Martin BastiNSEC3PARAM should allow only 4 parts of data 76/head
2014-06-21  Bob HalleyAdd ChangeLog entry for resolver.rotate
2014-06-21  Bob HalleyMerge pull request #58 from underrun/options_rotate
2014-06-21  Bob HalleyAdd dns.zone.to_text() convenience method.
2014-06-21  Bob Halleyadd thanks
2014-06-21  Bob HalleyFix exception when reading from a masterfile.
2014-06-19  Bob HalleyFix relativization in RRSIG to_text()
2014-06-19  Bob HalleyAdd ChangeLog entries for accepted patches.
2014-06-19  Bob HalleyIn _escapify, rename whitespaces_only to unicode_mode
2014-06-19  Bob HalleyMerge pull request #67 from bastiak/master
2014-06-19  Bob HalleyMerge pull request #71 from spacekpe/DNSKEY.flags_to_te...
2014-06-18  Bob HalleyAllow empty APL RR.
2014-06-16  Petr SpacekAdd dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and... 71/head
2014-06-15  Bob Halleyadd top-level test targets
2014-05-31  Bob HalleyAdd dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4... 54/head
2014-05-31  Bob Halleyoverhaul test system
2014-05-05  Batch Useradd options rotate handling 58/head
2014-04-15  Martin BastiFix improper escaping in Name.to_unicode() method 67/head
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-14  Bob HalleyMerge pull request #57 from bastiak/master
2014-03-03  Bob HalleyIn LOC, deal with 0 values for size, horizontal precisi...
2014-02-20  bastiakAllows to copy dns.name.Name objects 57/head
2014-01-22  Bob HalleyMerge pull request #48 from spacekpe/loc-fix
2014-01-22  Bob HalleyMerge pull request #49 from spacekpe/skip-ecdsa-tests
2014-01-21  Petr SpacekSkip DNSSEC ECDSA tests if there is no python ecdsa... 49/head
2014-01-21  Petr SpacekFix vertical precision parsing for LOC records. 48/head
2014-01-21  Petr SpacekFix default size, horizontal and vertical precition...
2014-01-21  Petr Spacektest size, vertical and horizontal precision values...
2013-12-11  Bob HalleyFix problems with the IXFR state machine which caused...
2013-09-21  Bob HalleyPreliminary Elliptic Curve DNSSEC Validation (requires...
2013-09-02  Bob Halleyprep 1.11.1 v1.11.1
2013-09-01  Bob HalleyMerge pull request #36 from wangwang/fix-dns.name.to_te...
2013-08-30  wangwangFix bug: module dns.name has no attribution .to_text... 36/head
2013-08-26  Bob HalleyMake multi-message TSIGs compute correctly for algorith...
2013-08-09  Bob HalleyMerge pull request #32 from andreif/patch-1
2013-08-03  Andrei FokauFix variable name in dnssec._find_candidate_keys 32/head
2013-07-17  Bob Halleyretry_servfail -> self.retry_servfail
2013-07-08  Bob HalleyMerge pull request #29 from jcollie/master
2013-07-08  Jeffrey C.... Preserve Python 2.4 compatibility. 29/head
2013-07-07  Bob Halleyfix doco v1.11.0
2013-07-07  Bob HalleyUpdate for 1.11
2013-06-30  Bob Halleyprep 1.11
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 HalleyRaise YXDOMAIN if we see a YXDOMAIN rcode
2013-03-31  Bob Halleydo not print empty rdatasets
2013-03-31  Bob HalleyMerge pull request #16 from uberj/generate4
2013-03-31  Bob HalleyMerge pull request #26 from mmmucky/master
2013-03-27  James DempseyRemove DNSKEY keytag uniqueness assumption (RFC 4034... 26/head
2012-09-25  Bob HalleyNote new set_flags() method for dns.resolver.Resolver
2012-09-25  Bob HalleyMerge pull request #14 from sleach/master
2012-09-25  Bob Halleynote TLSA added
2012-09-25  Bob HalleyMerge pull request #17 from pieterlexis/TLSA
2012-09-25  Bob HalleyMerge pull request #18 from pieterlexis/master
2012-09-22  Pieter LexisAdd TLSA (RFC 6698) record type 17/head
2012-09-22  Pieter LexisHave git ignore .pyc files 18/head
2012-09-21  uberjThis patch adds the ability to parse '$GENERATE' statem... 16/head
2012-08-28  Bob HalleyDo not generate empty NSEC3 bitmap windows
2012-07-16  Sean LeachAdded set_flags method to dns.resolver.Resolver to... 14/head
2012-05-31  Bob HalleyMerge pull request #10 from stevetauber/master
2012-05-29  Steve TauberUpdating documentation for dns.query.xfr 10/head
2012-05-22  uberjThis patch changes the parser to allow file names used...
2012-05-21  Bob Halleyfix typos
2012-04-08  Bob Halleyfix typo v1.10.0
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 Halleyraise ValueError if the argument to node.replace_rdatas...
2012-04-07  Bob Halleyadd ChangeLog entry for Shane Huntley's trailing junk...
2012-04-07  Bob HalleyMerge pull request #5 from shanehuntley/master
2012-01-30  Shane HuntleyAdd flag to ignore trailing junk in message. 5/head
2011-12-30  Bob Halleymore 1.10 prep
2011-08-29  Bob Halleyadd some LRUCache tests
2011-08-24  Bob Halleyadd LRUCache
2011-07-18  Bob Halleydoco
2011-07-13  Bob Halleythe next version will be 1.10.0
2011-07-13  Bob Halleyadd dns.resolver.override_system_resolver() and dns...
next