doco
[third_party/dnspython] / dns /
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...
2011-07-13 Bob Halleymore v6 strictness; more unit tests
2011-07-13 Bob Halleyincrease IPv4 parsing strictness yet more
2011-07-08 Bob Halleymake IP address parsing stricter
2011-06-11 Bob Halleyfix typo
2011-05-12 Bob Halleyupdate copyrights
2011-05-03 Bob Halleyfix doco typo
2011-05-03 Bob Halleyuse // division
2011-04-05 Bob Halleyremove old DNSSEC types
2011-04-05 Bob Halleydo more careful bounds checking, and if checking fails...
2011-04-05 Bob Halleyincrement version
2011-03-24 Bob Halleyprep 1.9.4 v1.9.4 v1.9.4+readme
2011-03-24 Bob Halleyadd missing "import struct"
2011-03-24 Bob Halleydeal with relative names in _wire_cmp
2011-03-23 Bob Halleyadd canonical_name to Answer()
2011-03-22 Bob HalleyAdd raise_on_no_answer option
2011-02-09 Bob HalleyDnspython was erroneously doing case-insensitive compar...
2010-12-17 Bob Halleyuse is and not == when comparing sections
2010-12-10 Bob Halleydisallow metaqueries in dns.resolver.query()
2010-12-10 Bob Halleyadd a __hash__() method for rdata
2010-12-10 Bob Halleyincrement patch version
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 Halleyconvert to dnspython conventions, support relative...
2010-11-20 Bob Halleycleanup whitespace
2010-11-10 Bob Halleymake hash compatibility handling its own module; add...
2010-10-31 Bob Halleydns.resolver.zone_for_name() would return the wrong...
2010-10-27 Bob Halleyadd poll() support; bump version to 1.9.0
2010-10-17 Bob HalleySet up the TSIG hashes table only once.
2010-10-17 Bob HalleyAllow unicode strings for rdtype and rdclass parameters
2010-10-17 Bob Halleyadd constants for TSIG algorithms
2010-10-17 Bob HalleyFix bugs in pre-hashlib compatibility code
2010-10-17 Bob HalleyAdd DNSSEC helpers key_id() and make_ds()
2010-10-17 Bob Halleymessage.py needs to import dns.edns
2010-05-04 Bob HalleyWhen initializing an RRset, pass covers to the superclass
2010-03-10 Bob HalleyThe TSIG algorithm was being passed to use_tsig() incor...
2010-01-27 Bob Halleyinc version
2010-01-14 Bob Halleycreate exceptions with arguments as "raise E(args)...
2010-01-13 Bob Halleyfix doco
2010-01-13 Bob Halleyspecify tsig algorithm correctly when passing to use_tsig
2010-01-13 Bob Halleytsig import cleanups; rename tsig signing routing from...
2010-01-13 Bob HalleyAdd RSASHA256 and RSASHA512 code points; add missing...
2010-01-13 Bob Halleyupdate copyrights for 2010
2010-01-13 Bob Halleyadd backwards compatibility for token objects
2010-01-12 Bob Halleyfix typo
2010-01-12 Bob Halleyfix problems parsing generic rdata after tokenizer...
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-11-12 Bob Halleyfix typo
2009-11-12 Bob Halleyprep 1.8
2009-11-12 Bob Halleyadd support for more TSIG algorithms
2009-11-12 Bob Halleypresent() did not add a zero TTL if its argument was...
2009-11-12 Bob HalleyTry using os.urandom() to get the seed.
2009-09-16 Bob HalleyEntropy getting and stirring need locking
2009-07-27 Bob HalleySet the socket used for xfrs to nonblocking mode.
2009-07-23 Bob HalleyFix SRV record comparison
2009-07-23 Bob HalleyUse the right resolver instance
2009-06-23 Bob HalleyOpen /dev/random unbuffered
2009-06-23 Bob HalleyInc version
2009-06-19 Bob HalleyPrep 1.7.1
2009-06-19 Bob HalleyHandle negative prerequisites
2009-06-19 Bob HalleySet the domain correctly on Windows
2009-06-19 Bob HalleyAdd to_digestable() methods to rdata classes
2009-06-19 Bob Halley_addresses_equal() needs the af
2009-06-19 Bob HalleyDo not compress names in HIP RRs
2009-06-19 Bob HalleyAdd HIP RR type
2009-06-18 Bob HalleyAdd DLV support
2009-06-18 Bob HalleyAdd DNSSEC constants
2009-06-18 Bob HalleyAdd BADTRUNC
2009-06-18 Bob HalleyWhen checking for "same address", use the binary form...
2009-06-18 Bob HalleyAllow a source port to be specified
2009-06-18 Bob Halleyupdate copyrights
2009-06-18 Bob HalleyAdd NSEC3PARAM support
2009-06-18 Bob Halleydo not import dns.name
2009-06-18 Bob HalleyAdd NSEC3 support
2009-06-17 Bob HalleyFix NSEC.to_text()
2009-04-12 Bob HalleyUpdate version to 1.7.0
2009-03-31 Bob Halleyadd more type codes, make NSEC a singleton, fix whitespace
2009-03-30 Bob Halleymake EDNS options comparable
2009-03-30 Bob Halleyadd UDP IXFR support
2009-03-30 Bob Halleydocument options
2009-03-30 Bob Halleyadd one_rr_per_rrset mode switch to methods which parse...
2009-03-30 Bob HalleyEDNS option support
2008-10-16 Bob Halleyallow multiple chunks in DS RR Base64
2008-10-08 Bob Halleyadd entropy module
2008-10-08 Bob Halleyvalidate TSIGs using the absolute name; use new entropy...
2008-06-03 Bob Halleyset_rcode() was broken when used with extended rcodes...
2008-02-06 Bob Halleyin inet_aton(), raise dns.exception.SyntaxError, like...
2008-02-06 Bob Halleyraise an exception if the TSIG error is non-zero
2007-11-25 Bob Halleyfix typo
2007-11-25 Bob HalleyIf select() raises an exception due to EINTR, we should...
2007-06-14 Bob Halleyonly check port on multicast response
2007-06-13 Bob Halleyadd basic multicast support
2007-05-25 Bob Halleyfix comparison cut-and-paste error
2007-03-28 Bob Halleyfix indentation
2007-03-23 Bob Halleyimport dns.rrset, since we use it
2007-02-08 Bob Halleyfind enabled NICs on Windows Vista
next