summaryrefslogtreecommitdiff
path: root/dns/zonefile.py
Commit message (Expand)AuthorAgeFilesLines
* Enum typing (#923)Brian Wellington2023-04-061-8/+8
* Add names iteration to transactions via iterate_names(). (#907)Bob Halley2023-03-141-1/+4
* more lintBob Halley2022-10-021-0/+6
* lintBob Halley2022-10-021-1/+1
* add $ to allow_directives if missingBob Halley2022-08-161-1/+8
* allow zonefile directives to be specified explicitlyBob Halley2022-08-141-13/+26
* Add support for more bases in $GENERATEcorubba2022-08-051-18/+37
* join adjacent strings (formatting)Bob Halley2022-03-171-2/+2
* black autoformattingBob Halley2022-03-151-106/+147
* Typing pass number 2, featuring typing of bools, adding a return typeBob Halley2022-03-101-10/+8
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-15/+40
* lintBob Halley2021-12-171-2/+1
* fix typos; simplify _check_cname_and_other_dataBob Halley2021-12-031-4/+4
* refactor to have a get_node() in the txn APIcname-and-other-dataBob Halley2021-12-021-15/+22
* cname and other data check in zonefile readerBob Halley2021-12-021-0/+28
* add read_rrsets() documentationBob Halley2021-11-201-0/+49
* remove incorrect commentrrset-readerBob Halley2021-11-171-2/+0
* rrset-reader PRBob Halley2021-11-011-49/+191
* add effective origin to origin_information()Bob Halley2020-08-201-1/+2
* rename masterfile to zonefileBob Halley2020-08-191-0/+400