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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement new inbound xfr design.
xfr
Bob Halley
2020-08-21
2
-1
/
+723
*
Txns and txn managers have a single RdataClass
Bob Halley
2020-08-19
1
-45
/
+40
*
On win32, skip valid IPv6 addresses that socket.inet_pton() erroneously think...
Bob Halley
2020-08-18
1
-6
/
+13
*
add instrumentation to find out what v6 addresses windows does not like
Bob Halley
2020-08-18
1
-0
/
+7
*
store reference to manager in all txns; add origin_information()
Bob Halley
2020-08-18
1
-3
/
+6
*
node replace_rdataset() should not permit rrsets
Bob Halley
2020-08-18
1
-0
/
+9
*
add missing copyrights
Bob Halley
2020-08-17
5
-0
/
+9
*
Update _clone protocol for immutable rdatasets.
Bob Halley
2020-08-17
1
-0
/
+9
*
Add tests of IPv4/IPv6 address parsing.
Brian Wellington
2020-08-14
1
-0
/
+567
*
test name pickling
Bob Halley
2020-08-13
1
-0
/
+7
*
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
3
-7
/
+607
*
detect escapes > 255
Bob Halley
2020-08-10
2
-0
/
+10
*
detect various bad ttls
Bob Halley
2020-08-10
1
-0
/
+12
*
Adds support for reading TSIG text format.
Brian Wellington
2020-08-10
2
-0
/
+22
*
Update SVCB tests.
Brian Wellington
2020-08-10
1
-29
/
+52
*
Add support for new TSIG algorithms.
Brian Wellington
2020-08-10
1
-0
/
+19
*
Simplify $GENERATE range code, add some error checks, and increase test cover...
Bob Halley
2020-08-08
1
-6
/
+8
*
Merge pull request #530 from nrhall/nrhall-gss-tsig-changes
Bob Halley
2020-08-08
2
-1
/
+246
|
\
|
*
Support callable() TSIG keyrings for use-cases like GSSTSig.
Nick Hall
2020-08-08
1
-14
/
+69
|
*
Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...
Nick Hall
2020-08-08
1
-5
/
+4
|
*
add additional test case with a request/response TSIG
Nick Hall
2020-08-08
1
-0
/
+10
|
*
Add a number of additional tests to improve TSIG test coverage relating
Nick Hall
2020-08-08
1
-3
/
+64
|
*
Add gss-tsig support to dnspython
Nick Hall
2020-08-08
1
-2
/
+26
|
*
Add support for TKEY RR type
Nick Hall
2020-08-08
1
-0
/
+96
*
|
Make SVCB and HTTPS immutable.
Bob Halley
2020-08-08
1
-0
/
+11
*
|
Add immutable module.
Bob Halley
2020-08-08
1
-0
/
+40
*
|
Merge pull request #568 from rthalley/svcb
Bob Halley
2020-08-07
5
-0
/
+289
|
\
\
|
|
/
|
/
|
|
*
SVCB and HTTPS support
Bob Halley
2020-08-07
5
-0
/
+289
*
|
Remove duplicates in the ISDN sample data.
Brian Wellington
2020-08-06
1
-2
/
+2
|
/
*
fix loc version not zero test
Bob Halley
2020-08-04
1
-1
/
+1
*
LOC with version not 0 is a FORMERR
Bob Halley
2020-08-04
1
-0
/
+4
*
test constants with independent code
Bob Halley
2020-08-04
1
-0
/
+38
*
add enumeration checking helpers
Bob Halley
2020-08-04
1
-0
/
+19
*
When validating a signature, derelativize before doing any label computations.
Bob Halley
2020-07-28
1
-1
/
+8
*
more coverage
Bob Halley
2020-07-28
1
-0
/
+124
*
more message coverage
Bob Halley
2020-07-28
1
-0
/
+84
*
Merge pull request #553 from rthalley/wrap
Bob Halley
2020-07-28
1
-8
/
+18
|
\
|
*
Wrap exceptions from rdata from_text() and from_wire().
wrap
Bob Halley
2020-07-26
1
-8
/
+18
*
|
Apply the resolver search list, domain, and ndots settings in the same way
Bob Halley
2020-07-27
1
-2
/
+22
|
/
*
increase TXT coverage
Bob Halley
2020-07-26
1
-0
/
+9
*
increase rcode coverage
Bob Halley
2020-07-26
1
-0
/
+4
*
more resolver override testing
Bob Halley
2020-07-26
2
-1
/
+80
*
exercise entropy stirring
Bob Halley
2020-07-26
1
-0
/
+2
*
increase EDNS coverage
Bob Halley
2020-07-26
1
-0
/
+21
*
still more dnssec coverage
Bob Halley
2020-07-26
1
-1
/
+52
[next]