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
/
dns
/
transaction.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary string concatenation.
Brian Wellington
2023-04-11
1
-2
/
+2
*
Add names iteration to transactions via iterate_names(). (#907)
Bob Halley
2023-03-14
1
-1
/
+26
*
join adjacent strings (formatting)
Bob Halley
2022-03-17
1
-1
/
+1
*
black autoformatting
Bob Halley
2022-03-15
1
-61
/
+77
*
One more pass, after adding --disallow-incomplete-defs
Bob Halley
2022-03-11
1
-6
/
+6
*
Typing pass number 2, featuring typing of bools, adding a return type
Bob Halley
2022-03-10
1
-17
/
+17
*
Add integrated typing to much of dnspython.
Bob Halley
2022-03-05
1
-16
/
+31
*
fix various typing issues (typos)
Sebastian Wagner
2022-01-29
1
-1
/
+1
*
Use the version's origin if the zone doesn't have one yet. [#766]
absolute_origin_zone_txn_fix
Bob Halley
2022-01-23
1
-1
/
+10
*
refactor to have a get_node() in the txn API
cname-and-other-data
Bob Halley
2021-12-02
1
-10
/
+14
*
fix doco errors
Bob Halley
2021-12-02
1
-2
/
+2
*
infrastructure needed for CNAME-and-other-data check in txn
Bob Halley
2021-12-02
1
-11
/
+82
*
Implement new inbound xfr design.
xfr
Bob Halley
2020-08-21
1
-5
/
+18
*
add effective origin to origin_information()
Bob Halley
2020-08-20
1
-5
/
+13
*
Txns and txn managers have a single RdataClass
Bob Halley
2020-08-19
1
-24
/
+31
*
rename masterfile to zonefile
Bob Halley
2020-08-19
1
-1
/
+1
*
store reference to manager in all txns; add origin_information()
Bob Halley
2020-08-18
1
-2
/
+20
*
Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().
Bob Halley
2020-08-13
1
-6
/
+75
*
set_serial() -> update_serial()
Bob Halley
2020-08-13
1
-7
/
+21
*
Transaction support.
Bob Halley
2020-08-10
1
-0
/
+383