summaryrefslogtreecommitdiff
path: root/dns/name.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix improper escaping in Name.to_unicode() methodMartin Basti2014-04-151-3/+8
* Allows to copy dns.name.Name objectsbastiak2014-02-201-0/+7
* Do not add items with offsets >= 2^14 to the compression tableBob Halley2013-04-281-1/+1
* update copyrightsBob Halley2011-05-121-1/+1
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-051-1/+3
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-33/+32
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* update copyrightsBob Halley2009-06-181-1/+1
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* Preliminary Unicode supportBob Halley2005-11-131-3/+91
* fix stuff pyflakes foundBob Halley2005-10-311-1/+2
* add dns.name.Name.parent()Bob Halley2005-10-061-0/+15
* update copyrightsBob Halley2005-09-021-1/+1
* The 'file' parameter to Name.to_wire() is now optional. The 'file'Bob Halley2005-09-021-6/+16
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* dns.name.from_text() did not complain if an escape ended too soonBob Halley2005-09-021-0/+2
* initial importBob Halley2005-09-021-0/+587