summaryrefslogtreecommitdiff
path: root/dns/rdata.py
Commit message (Expand)AuthorAgeFilesLines
* docoBob Halley2011-07-181-2/+5
* update copyrightsBob Halley2011-05-121-1/+1
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-051-0/+2
* deal with relative names in _wire_cmpBob Halley2011-03-241-2/+6
* Dnspython was erroneously doing case-insensitive comparisons of the names in ...Bob Halley2011-02-091-0/+9
* add a __hash__() method for rdataBob Halley2010-12-101-0/+4
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-4/+2
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* fix typoBob Halley2010-01-121-1/+1
* fix problems parsing generic rdata after tokenizer changesBob Halley2010-01-121-2/+3
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-5/+5
* Add to_digestable() methods to rdata classesBob Halley2009-06-191-26/+35
* update copyrightsBob Halley2009-06-181-1/+1
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* add rdata validate() methodBob Halley2006-01-181-0/+8
* fix stuff pyflakes foundBob Halley2005-10-311-3/+0
* fix doco bugsBob Halley2005-10-171-1/+1
* update copyrightsBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* accept the unknown RR syntax for known RR typesBob Halley2005-09-021-0/+15
* initial importBob Halley2005-09-021-0/+430