index
:
delta/python-packages/dnspython.git
2.2
2.3
absolute_origin_zone_txn_fix
async
cache_stats
canonical_name
cmp_fix
cname-and-other-data
comments
constants
constants2
continue_on_error
dependabot/pip/coverage-tw-6.0
dependabot/pip/cryptography-gte-2.6-and-lt-37.0
dependabot/pip/cryptography-gte-2.6-and-lt-4.0
dependabot/pip/mypy-tw-0.781
dependabot/pip/mypy-tw-0.782
dependabot/pip/mypy-tw-0.790
dependabot/pip/mypy-tw-0.800
dependabot/pip/mypy-tw-0.812
dependabot/pip/mypy-tw-0.920
dependabot/pip/pytest-cov-tw-3.0.0
dependabot/pip/pytest-tw-6.0.0
dependabot/pip/trio-gte-0.14-and-lt-0.18
dependabot/pip/trio-gte-0.14-and-lt-0.19
dependabot/pip/wheel-tw-0.35.0
full_match
httpx_if_possible
legacy-v1
lifetime_timeout
master
message
more-immut
nanonameserver
new-unversioned-zone-txn
parser
proc-order
processing_order_fix
python3
quic-899
resolve_chaining
resrefactor
revert-193-pylint
rrset-reader
soa_interval_fix
svcb
transaction
txn-names
win32util
windows_asyncio_fix
wrap
xfr
zone-refactor
github.com: rthalley/dnspython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_transaction.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix replacement txn bugs in non-versioned zones [#732].
Bob Halley
2021-11-28
1
-0
/
+29
*
Do not impose 2**31-1 bounds on TTL-like things; impose 2**32-1.
Bob Halley
2021-11-16
1
-1
/
+1
*
remove or comment out some prints in tests
Bob Halley
2021-05-23
1
-3
/
+2
*
Implement new inbound xfr design.
xfr
Bob Halley
2020-08-21
1
-1
/
+9
*
Txns and txn managers have a single RdataClass
Bob Halley
2020-08-19
1
-45
/
+40
*
store reference to manager in all txns; add origin_information()
Bob Halley
2020-08-18
1
-3
/
+6
*
add missing copyrights
Bob Halley
2020-08-17
1
-0
/
+2
*
Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().
Bob Halley
2020-08-13
1
-0
/
+93
*
set_serial() -> update_serial()
Bob Halley
2020-08-13
1
-12
/
+18
*
If we rollback a write, release the write txn and wake someone up.
Bob Halley
2020-08-12
1
-1
/
+43
*
hide versions
Bob Halley
2020-08-11
1
-6
/
+8
*
open versions by id or serial; cleanups
Bob Halley
2020-08-11
1
-4
/
+12
*
Transaction support.
Bob Halley
2020-08-10
1
-0
/
+451