summaryrefslogtreecommitdiff
path: root/dns/zone.py
Commit message (Expand)AuthorAgeFilesLines
* delintBob Halley2018-12-011-3/+3
* update copyrightBob Halley2018-12-011-0/+2
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-1/+1
* Initial type signaturesJanus2018-07-311-2/+2
* Merge pull request #255 from tomlanyon/masterBob Halley2018-07-171-10/+48
|\
| * Improve TTL detection when reading master zone files.Tom Lanyon2017-05-311-10/+48
* | the universal newlines fix was backwardsBob Halley2018-02-211-2/+2
* | Remove deprecated U option to open on python 3.Bob Halley2018-02-201-1/+4
* | delintBob Halley2018-02-201-5/+5
* | Unify PY2/3 detectionMartin2017-07-191-6/+3
|/
* Merge pull request #197 from bastiak/pylintBob Halley2016-09-181-3/+3
|\
| * Pylint: remove bare exceptsMartin2016-08-311-3/+3
* | Fix encoding errors zone.to_file()Martin2016-08-311-12/+26
|/
* Py3: do not use iter* methods with dictMartin2016-07-021-3/+12
* Pylint: NotImplementedErrorMartin Basti2016-06-271-1/+1
* Fix typosJakub Wilk2016-05-261-2/+2
* Allow an origin of None to be specified when constructing aBob Halley2016-05-111-7/+8
* Allow zone origin to be specified as a string.Bob Halley2016-05-081-1/+8
* python3 supportArthur Gautier2016-04-211-72/+85
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-4/+0
* Amend doc strings for all DNSExceptions to make them suitable for direct prin...Petr Spacek2015-02-121-4/+4
* 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