summaryrefslogtreecommitdiff
path: root/dns/zone.py
Commit message (Expand)AuthorAgeFilesLines
* Add dns.zone.to_text() convenience method.Bob Halley2014-06-211-0/+25
* Fix exception when reading from a masterfile.Bob Halley2014-06-211-1/+1
* Do not put back an unescaped token.Bob Halley2014-04-111-1/+1
* This patch adds the ability to parse '$GENERATE' statements. See tests for ex...uberj2012-09-211-0/+165
* This patch changes the parser to allow file names used in an $INCLUDE stateme...uberj2012-05-221-2/+0
* add check_origin parameter to dns.zone.from_xfr()Bob Halley2012-04-071-2/+6
* update copyrightsBob Halley2011-05-121-1/+1
* Allow unicode strings for rdtype and rdclass parametersBob Halley2010-10-171-10/+10
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-20/+12
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* handle escapes outside of names when reading text formatBob Halley2010-01-121-1/+1
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-50/+47
* update copyrightsBob Halley2009-06-181-1/+1
* import dns.rrset, since we use itBob Halley2007-03-231-0/+1
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* fix various doco errors (thanks Brian!)Bob Halley2006-08-151-2/+2
* The 'origin' parameter to from_text() and from_file() is now optional.Bob Halley2005-11-171-8/+20
* allow origin node sanity checks to be disabledBob Halley2005-11-171-7/+21
* Preliminary Unicode supportBob Halley2005-11-131-2/+2
* note need to match relativize between dns.query.xfr() and dns.zone.from_xfr()Bob Halley2005-10-171-1/+3
* Zone.iterate_rdatasets() and Zone.iterate_rdatas() did not have aBob Halley2005-10-121-2/+4
* update copyrightsBob Halley2005-09-021-1/+1
* dns.zone.from_xfr() in relativization mode incorrectly set zone.originBob Halley2005-09-021-1/+4
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* treat leading whitespace followed by EOL/EOF as a blank lineBob Halley2005-09-021-0/+7
* initial importBob Halley2005-09-021-0/+827