summaryrefslogtreecommitdiff
path: root/dns/zone.py
Commit message (Expand)AuthorAgeFilesLines
* Add custome exceptions.Brian Wellington2021-02-251-4/+24
* Add more tests.Brian Wellington2021-02-251-1/+10
* Checkpoint ZONEMD support.Brian Wellington2021-02-241-0/+77
* make `name in zone` consistent with `zone[name]`kimbo2021-02-161-2/+3
* add effective origin to origin_information()Bob Halley2020-08-201-1/+7
* Txns and txn managers have a single RdataClassBob Halley2020-08-191-11/+5
* rename masterfile to zonefileBob Halley2020-08-191-10/+10
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-181-6/+12
* Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().Bob Halley2020-08-131-1/+7
* Transaction support.Bob Halley2020-08-101-412/+113
* pylint lintingBob Halley2020-07-311-2/+4
* to_text() always returns a str, so no need to check if it is not a strBob Halley2020-07-241-5/+1
* 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
|\