summaryrefslogtreecommitdiff
path: root/dns/transaction.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary string concatenation.Brian Wellington2023-04-111-2/+2
* Add names iteration to transactions via iterate_names(). (#907)Bob Halley2023-03-141-1/+26
* join adjacent strings (formatting)Bob Halley2022-03-171-1/+1
* black autoformattingBob Halley2022-03-151-61/+77
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-6/+6
* Typing pass number 2, featuring typing of bools, adding a return typeBob Halley2022-03-101-17/+17
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-16/+31
* fix various typing issues (typos)Sebastian Wagner2022-01-291-1/+1
* Use the version's origin if the zone doesn't have one yet. [#766]absolute_origin_zone_txn_fixBob Halley2022-01-231-1/+10
* refactor to have a get_node() in the txn APIcname-and-other-dataBob Halley2021-12-021-10/+14
* fix doco errorsBob Halley2021-12-021-2/+2
* infrastructure needed for CNAME-and-other-data check in txnBob Halley2021-12-021-11/+82
* Implement new inbound xfr design.xfrBob Halley2020-08-211-5/+18
* add effective origin to origin_information()Bob Halley2020-08-201-5/+13
* Txns and txn managers have a single RdataClassBob Halley2020-08-191-24/+31
* rename masterfile to zonefileBob Halley2020-08-191-1/+1
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-181-2/+20
* Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().Bob Halley2020-08-131-6/+75
* set_serial() -> update_serial()Bob Halley2020-08-131-7/+21
* Transaction support.Bob Halley2020-08-101-0/+383