All rdata comparsion now uses the digestable form.
[third_party/dnspython] / tests /
2014-09-04 Bob HalleyAdd CAA.
2014-07-16 Bob HalleyMerge pull request #76 from bastiak/master
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 HalleyFix exception when reading from a masterfile.
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...
2014-05-31 Bob HalleyAdd dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4...
2014-05-31 Bob Halleyoverhaul test system
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...
2014-01-21 Petr Spacektest size, vertical and horizontal precision values...
2013-09-21 Bob HalleyPreliminary Elliptic Curve DNSSEC Validation (requires...
2013-07-08 Bob HalleyMerge pull request #29 from jcollie/master
2013-07-08 Jeffrey C. OlliePreserve Python 2.4 compatibility.
2013-04-26 Bob HalleyIn dns.ipv6.inet_ntoa(), do not use :: to shorten just...
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...
2012-09-25 Bob HalleyMerge pull request #14 from sleach/master
2012-09-25 Bob HalleyMerge pull request #17 from pieterlexis/TLSA
2012-09-22 Pieter LexisAdd TLSA (RFC 6698) record type
2012-09-21 uberjThis patch adds the ability to parse '$GENERATE' statem...
2012-08-28 Bob HalleyDo not generate empty NSEC3 bitmap windows
2011-08-29 Bob Halleyadd some LRUCache tests
2011-07-13 Bob Halleymore v6 strictness; more unit tests
2011-05-12 Bob Halleyupdate copyrights
2011-04-05 Bob Halleyremove old DNSSEC types
2010-11-23 Bob HalleyFix DNSSEC imports, again! v1.9.2
2010-11-22 Bob HalleyFix namespace contamination issue that broke DSA validation v1.9.1
2010-11-20 Bob Halleyremove debugging print
2010-11-20 Bob Halleyremove cut-and-paste remnant
2010-11-20 Bob Halleytest dnssec validator
2010-10-27 Bob Halleyadd poll() support; bump version to 1.9.0
2010-01-13 Bob Halleytest that escapes of non-digits work correctly
2010-01-13 Bob Halleyupdate copyrights for 2010
2010-01-12 Bob Halleyactually set has_escape correctly when building tokens...
2010-01-12 Bob Halleyhandle escapes outside of names when reading text format
2010-01-12 Bob Halleymake a proper token object to facilitate future tokeniz...
2009-06-19 Bob HalleyAdd HIP RR type
2009-06-19 Bob HalleyAdd option to keep test output
2009-06-18 Bob HalleyAdd DLV support
2009-06-18 Bob Halleyupdate copyrights
2009-06-18 Bob HalleyAdd NSEC3PARAM support
2009-06-18 Bob HalleyFix NSEC tests; add NSEC3 tests
2008-06-03 Bob Halleyset_rcode() was broken when used with extended rcodes...
2007-01-01 Bob Halleyupdate copyrights for 2007
2006-11-03 Bob Halleyadd DHCID
2006-06-22 Bob Halleyadd IPSECKEY
2006-06-21 Bob Halleyadd SPF support
2006-01-10 Bob Halleyallow BIND 8 TTL syntax in ttl-like places (SOA, SIG...
2005-12-27 Bob Halleytest reversemap and e164
2005-12-27 Bob Halleytest reversename
2005-12-19 Bob Halleyfloat_latitude and float_longitude returned the wrong...
2005-11-13 Bob HalleyPreliminary Unicode support
2005-10-12 Bob HalleyZone.iterate_rdatasets() and Zone.iterate_rdatas()...
2005-10-06 Bob Halleyadd dns.name.Name.parent()
2005-10-01 Bob Halleyadd dns.resolver.zone_from_name() and .get_default_reso...
2005-09-02 Bob Halleyremove .arch-ids
2005-09-02 Bob Halleyfix problem throwing FormErr when responding to a response
2005-09-02 Bob Halleyadd get/del item/slice
2005-09-02 Bob Halleyupdate copyrights
2005-09-02 Bob Halleyfix the TooBig test, since the message code now imposes...
2005-09-02 Bob HalleyDo not reject unquoted TXT RR values The masterfile...
2005-09-02 Bob HalleyThe 'file' parameter to Name.to_wire() is now optional...
2005-09-02 Bob Halleyremove cvs $Id$ tags
2005-09-02 Bob Halleyparse LOC milliseconds correctly
2005-09-02 Bob Halleyadd SSHFP RR
2005-09-02 Bob Halleyaccept the unknown RR syntax for known RR types
2005-09-02 Bob Halleydns.name.from_text() did not complain if an escape...
2005-09-02 Bob Halleytreat leading whitespace followed by EOL/EOF as a blank...
2005-09-02 Bob Halleyinitial import