summaryrefslogtreecommitdiff
path: root/dns/zone.py
Commit message (Expand)AuthorAgeFilesLines
* a way of doing commentscommentsBob Halley2020-07-201-4/+15
* simplify TTL check when reading a zone fileBob Halley2020-06-171-10/+7
* remove unneeded exception catching from rhs setting in $GENERATE code (cut-an...Bob Halley2020-06-171-5/+2
* Minor Python 3 cleanups.Brian Wellington2020-06-031-2/+2
* Remove dns.rdata{type,class}.to_enum.Brian Wellington2020-05-211-10/+10
* Simplify exception handling.Brian Wellington2020-05-201-6/+6
* Start converting rdatatype/rdataclass to enum.Brian Wellington2020-05-181-20/+15
* flake8 lintingBob Halley2020-05-151-20/+12
* Fix documentation typos.Brian Wellington2020-05-111-1/+1
* more documentationBob Halley2020-05-091-229/+341
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-031-6/+10
* Use context managers to simplify code.Brian Wellington2020-05-011-41/+27
* In library code, replace from io import BytesIO (or StringIO) with import ioBob Halley2020-05-011-4/+4
* Remove "from __future__ import" statements.Brian Wellington2020-05-011-2/+0
* Merge pull request #431 from bwelling/zone-to-textBob Halley2020-03-201-2/+2
|\
| * zone.to_text() should return a string.Brian Wellington2020-03-201-2/+2
* | Add relativize_to to from_text().Brian Wellington2020-03-181-4/+4
|/
* Remove choose_relativity() from zone.from_xfr()Brian Wellington2020-03-181-1/+0
* MNT: use raw string literals for invalid escapesThomas A Caswell2019-10-301-3/+3
* Update zone.pytmerila2019-04-031-3/+3
* Update zone.pytmerila2019-04-031-1/+1
* Update zone.pytmerila2019-04-031-12/+21
* Update zone.pytmerila2019-04-031-15/+17
* $GENERATE was not padding correctly given a pattern like ${0,3} it wasBob Halley2019-02-211-1/+0
* Fix exception when parsing certain generate statementsSigmund Augdal2019-02-211-2/+2
* remove the rest of the unicode string prefixesBob Halley2019-01-081-12/+12
* Remove _compat module.Bob Halley2018-12-091-33/+20
* 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