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
/
zone.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
more lint
Bob Halley
2022-10-02
1
-2
/
+0
*
fix typos
Bob Halley
2022-08-15
1
-2
/
+2
*
allow zonefile directives to be specified explicitly
Bob Halley
2022-08-14
1
-2
/
+25
*
Add idna_codec parameter to dns.zone.from_file() [#832]
Bob Halley
2022-08-14
1
-0
/
+2
*
Add typing info.
Brian Wellington
2022-03-18
1
-2
/
+2
*
Use contextlib.nullcontext().
Brian Wellington
2022-03-18
1
-9
/
+12
*
join adjacent strings (formatting)
Bob Halley
2022-03-17
1
-3
/
+1
*
black autoformatting
Bob Halley
2022-03-15
1
-144
/
+248
*
One more pass, after adding --disallow-incomplete-defs
Bob Halley
2022-03-11
1
-11
/
+13
*
Typing pass number 2, featuring typing of bools, adding a return type
Bob Halley
2022-03-10
1
-46
/
+58
*
LGTM lint
Bob Halley
2022-03-06
1
-2
/
+1
*
add return type to get_soa()
Bob Halley
2022-03-05
1
-3
/
+3
*
Add integrated typing to much of dnspython.
Bob Halley
2022-03-05
1
-105
/
+120
*
allow txn argument as suggested by @rthalley
Jakob Schlyter
2022-02-21
1
-2
/
+5
*
use get_soa() in compute_digest()
Jakob Schlyter
2022-02-19
1
-1
/
+1
*
raise NoSOA if there is no SOA record
Jakob Schlyter
2022-02-19
1
-2
/
+2
*
implement dns.zone.Zone.get_soa()
Jakob Schlyter
2022-02-19
1
-0
/
+16
*
more lgtm linting
Bob Halley
2022-02-17
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
-2
/
+18
*
lint from flake
Bob Halley
2021-12-17
1
-1
/
+1
*
lint
Bob Halley
2021-12-17
1
-5
/
+5
*
refactor to have a get_node() in the txn API
cname-and-other-data
Bob Halley
2021-12-02
1
-5
/
+5
*
infrastructure needed for CNAME-and-other-data check in txn
Bob Halley
2021-12-02
1
-0
/
+6
*
Refactor zone transactions to always use versioned CoW code.
zone-refactor
Bob Halley
2021-12-01
1
-71
/
+206
*
Fix replacement txn bugs in non-versioned zones [#732].
Bob Halley
2021-11-28
1
-5
/
+10
*
Fix #698 and #702, problems caused by _cmp() giving the wrong
Bob Halley
2021-10-11
1
-4
/
+5
*
Add want_origin parameter to zone to_text() and to_file().
Bob Halley
2021-06-13
1
-3
/
+22
*
Lint pass
Bob Halley
2021-05-02
1
-1
/
+1
*
Add custome exceptions.
Brian Wellington
2021-02-25
1
-4
/
+24
*
Add more tests.
Brian Wellington
2021-02-25
1
-1
/
+10
*
Checkpoint ZONEMD support.
Brian Wellington
2021-02-24
1
-0
/
+77
*
make `name in zone` consistent with `zone[name]`
kimbo
2021-02-16
1
-2
/
+3
*
add effective origin to origin_information()
Bob Halley
2020-08-20
1
-1
/
+7
*
Txns and txn managers have a single RdataClass
Bob Halley
2020-08-19
1
-11
/
+5
*
rename masterfile to zonefile
Bob Halley
2020-08-19
1
-10
/
+10
*
store reference to manager in all txns; add origin_information()
Bob Halley
2020-08-18
1
-6
/
+12
*
Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().
Bob Halley
2020-08-13
1
-1
/
+7
*
Transaction support.
Bob Halley
2020-08-10
1
-412
/
+113
*
pylint linting
Bob Halley
2020-07-31
1
-2
/
+4
*
to_text() always returns a str, so no need to check if it is not a str
Bob Halley
2020-07-24
1
-5
/
+1
*
a way of doing comments
comments
Bob Halley
2020-07-20
1
-4
/
+15
*
simplify TTL check when reading a zone file
Bob Halley
2020-06-17
1
-10
/
+7
*
remove unneeded exception catching from rhs setting in $GENERATE code (cut-an...
Bob Halley
2020-06-17
1
-5
/
+2
*
Minor Python 3 cleanups.
Brian Wellington
2020-06-03
1
-2
/
+2
*
Remove dns.rdata{type,class}.to_enum.
Brian Wellington
2020-05-21
1
-10
/
+10
*
Simplify exception handling.
Brian Wellington
2020-05-20
1
-6
/
+6
*
Start converting rdatatype/rdataclass to enum.
Brian Wellington
2020-05-18
1
-20
/
+15
*
flake8 linting
Bob Halley
2020-05-15
1
-20
/
+12
*
Fix documentation typos.
Brian Wellington
2020-05-11
1
-1
/
+1
*
more documentation
Bob Halley
2020-05-09
1
-229
/
+341
[next]