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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement new inbound xfr design.
xfr
Bob Halley
2020-08-21
5
-16
/
+527
*
add effective origin to origin_information()
Bob Halley
2020-08-20
3
-7
/
+22
*
Txns and txn managers have a single RdataClass
Bob Halley
2020-08-19
3
-43
/
+38
*
rename masterfile to zonefile
Bob Halley
2020-08-19
8
-23
/
+23
*
one import of dns.immutable is enough
Bob Halley
2020-08-19
1
-1
/
+0
*
Merge branch 'more-immut' into master
Bob Halley
2020-08-19
65
-175
/
+309
|
\
|
*
make name and rdata use the immutable decorator
more-immut
Bob Halley
2020-08-19
65
-175
/
+309
*
|
fix timeout computation in async send_tcp()
Bob Halley
2020-08-19
1
-1
/
+1
|
/
*
store reference to manager in all txns; add origin_information()
Bob Halley
2020-08-18
4
-20
/
+43
*
node replace_rdataset() should not permit rrsets
Bob Halley
2020-08-18
1
-0
/
+4
*
Update _clone protocol for immutable rdatasets.
Bob Halley
2020-08-17
2
-2
/
+23
*
leading single colons are just as bad as trailing ones
Bob Halley
2020-08-14
1
-0
/
+2
*
Handle some invalid IPv6 literals we erroneously allowed.
Bob Halley
2020-08-14
1
-1
/
+5
*
copy the signature of __init__ too
Bob Halley
2020-08-13
2
-0
/
+8
*
keep following init protocol for __setstate__ when ancestor is Immutable too
Bob Halley
2020-08-13
2
-0
/
+4
*
apply the immutable init wrapper to __setstate__ too, if present
Bob Halley
2020-08-13
2
-0
/
+13
*
set class and module properly for decorated immutable classes.
Bob Halley
2020-08-13
2
-0
/
+8
*
Do not try to set a future that is already set. [#572]
Bob Halley
2020-08-13
1
-2
/
+2
*
Allow explicit commit/rollback. Prevent multiple txn end. Add txn.changed().
Bob Halley
2020-08-13
3
-7
/
+89
*
set_serial() -> update_serial()
Bob Halley
2020-08-13
1
-7
/
+21
*
If we rollback a write, release the write txn and wake someone up.
Bob Halley
2020-08-12
1
-12
/
+46
*
hide versions
Bob Halley
2020-08-11
1
-19
/
+20
*
lint
Bob Halley
2020-08-11
2
-2
/
+3
*
open versions by id or serial; cleanups
Bob Halley
2020-08-11
1
-23
/
+52
*
remove ImmutableNode from node as it is not used.
Bob Halley
2020-08-11
1
-30
/
+0
*
Transaction support.
Bob Halley
2020-08-10
11
-418
/
+1512
*
detect escapes > 255
Bob Halley
2020-08-10
2
-3
/
+12
*
detect various bad ttls
Bob Halley
2020-08-10
1
-2
/
+7
*
Adds support for reading TSIG text format.
Brian Wellington
2020-08-10
4
-13
/
+51
*
Add support for new TSIG algorithms.
Brian Wellington
2020-08-10
1
-26
/
+43
*
Fix dns.message.use_tsig().
Brian Wellington
2020-08-10
1
-3
/
+4
*
Simplify $GENERATE range code, add some error checks, and increase test cover...
Bob Halley
2020-08-08
1
-12
/
+12
*
lint
Bob Halley
2020-08-08
1
-3
/
+2
*
Merge pull request #530 from nrhall/nrhall-gss-tsig-changes
Bob Halley
2020-08-08
6
-26
/
+245
|
\
|
*
Support callable() TSIG keyrings for use-cases like GSSTSig.
Nick Hall
2020-08-08
2
-3
/
+41
|
*
Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...
Nick Hall
2020-08-08
3
-49
/
+53
|
*
Add gss-tsig support to dnspython
Nick Hall
2020-08-08
2
-7
/
+66
|
*
Add support for TKEY RR type
Nick Hall
2020-08-08
2
-0
/
+118
*
|
The from_text_list() methods for Rdataset and RRset should allow the
Bob Halley
2020-08-08
2
-4
/
+24
*
|
LOC _exponent_of does not need to do division.
Bob Halley
2020-08-08
1
-5
/
+1
*
|
Make SVCB and HTTPS immutable.
Bob Halley
2020-08-08
1
-17
/
+28
*
|
Add immutable module.
Bob Halley
2020-08-08
2
-15
/
+66
*
|
SVCB and HTTPS support
Bob Halley
2020-08-07
6
-2
/
+543
|
/
*
lint
Bob Halley
2020-08-04
7
-4
/
+16
*
LOC with version not 0 is a FORMERR
Bob Halley
2020-08-04
1
-0
/
+2
*
Merge pull request #562 from nrhall/nrhall-message-patch
Bob Halley
2020-08-04
1
-1
/
+4
|
\
|
*
expose set_rcode in Message
Nick Hall
2020-07-31
1
-1
/
+4
*
|
fix case of enum names
constants2
Bob Halley
2020-08-03
10
-22
/
+22
*
|
remove globals() enum updating
Bob Halley
2020-08-03
10
-20
/
+0
*
|
add constants
Bob Halley
2020-08-03
10
-0
/
+209
[next]