]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Transaction support. 569/head
authorBob Halley <halley@dnspython.org>
Thu, 30 Jul 2020 16:21:03 +0000 (09:21 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 11 Aug 2020 01:14:30 +0000 (18:14 -0700)
commit238131c3cf2bf920d9d84bc3e623705f83a8d64e
tree172c46a262f2ff83b5bd7ebce71df4017eb891aa
parentcef16575c31a9b0fe03f128ede23e8991cbebe77
Transaction support.
14 files changed:
dns/__init__.py
dns/_immutable_attr.py [new file with mode: 0644]
dns/_immutable_ctx.py [new file with mode: 0644]
dns/exception.py
dns/immutable.py
dns/masterfile.py [new file with mode: 0644]
dns/node.py
dns/rdataset.py
dns/transaction.py [new file with mode: 0644]
dns/versioned.py [new file with mode: 0644]
dns/zone.py
tests/test_immutable.py
tests/test_rdataset.py
tests/test_transaction.py [new file with mode: 0644]