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
Commit message (
Expand
)
Author
Age
Files
Lines
*
2.2.0 versioning
v2.2.0
Bob Halley
2022-01-18
4
-6
/
+6
*
skip async DoH tests if no httpx
v2.2.0rc1
Bob Halley
2021-12-21
1
-1
/
+5
*
Allow unknown digest types [#625]
Bob Halley
2021-12-20
2
-14
/
+13
*
add dns.edns.EDECode enum
Bob Halley
2021-12-19
3
-8
/
+43
*
edns: implement Extended DNS Error Option support
Tomas Krizek
2021-12-19
2
-1
/
+93
*
regenerate rdatatype-list.rst
Bob Halley
2021-12-19
1
-1
/
+11
*
try again to get 2.2 workflow to run
Bob Halley
2021-12-18
1
-2
/
+2
*
reference the github project page
Bob Halley
2021-12-18
1
-2
/
+2
*
2.2.0rc1 versioning
Bob Halley
2021-12-18
5
-8
/
+11
*
Do not set asyncio future if it is already done. [#740]
Bob Halley
2021-12-17
1
-1
/
+1
*
lint from flake
Bob Halley
2021-12-17
3
-4
/
+2
*
lint
Bob Halley
2021-12-17
9
-27
/
+26
*
lint and remove unused helpers
Bob Halley
2021-12-17
1
-15
/
+2
*
Merge pull request #739 from rthalley/dependabot/pip/mypy-tw-0.920
Bob Halley
2021-12-17
1
-1
/
+1
|
\
|
*
Update mypy requirement from ^0.910 to ^0.920
dependabot/pip/mypy-tw-0.920
dependabot[bot]
2021-12-16
1
-1
/
+1
|
/
*
add WMI extra; simplify install doc a bit
Bob Halley
2021-12-15
2
-4
/
+15
*
add 3.10 classifier
Bob Halley
2021-12-15
1
-0
/
+2
*
cope with 3.6 exception difference
Bob Halley
2021-12-07
1
-3
/
+9
*
add quoting to python version list
Bob Halley
2021-12-07
1
-3
/
+7
*
add runs-on
Bob Halley
2021-12-07
1
-1
/
+3
*
test 3.10 and windows too
Bob Halley
2021-12-07
1
-2
/
+7
*
Merge pull request #731 from rthalley/cname-and-other-data
Bob Halley
2021-12-03
6
-22
/
+416
|
\
|
*
fix typos; simplify _check_cname_and_other_data
Bob Halley
2021-12-03
2
-7
/
+7
|
*
add missing @ to immutable invocation
Bob Halley
2021-12-02
1
-1
/
+1
|
*
refactor to have a get_node() in the txn API
cname-and-other-data
Bob Halley
2021-12-02
5
-85
/
+147
|
*
fix doco errors
Bob Halley
2021-12-02
2
-3
/
+3
|
*
simpliy node.is_cname()
Bob Halley
2021-12-02
1
-4
/
+1
|
*
cname and other data check in zonefile reader
Bob Halley
2021-12-02
4
-17
/
+59
|
*
infrastructure needed for CNAME-and-other-data check in txn
Bob Halley
2021-12-02
4
-17
/
+112
|
*
incorporate review feedback
Bob Halley
2021-12-02
2
-8
/
+15
|
*
more doco for CNAME-and-other-data
Bob Halley
2021-12-02
1
-1
/
+14
|
*
doco for CNAME-and-other-data
Bob Halley
2021-12-02
1
-0
/
+10
|
*
First draft of CNAME and other data handling in zones.
Bob Halley
2021-12-02
3
-10
/
+178
|
/
*
Merge pull request #734 from rthalley/zone-refactor
Bob Halley
2021-12-02
2
-271
/
+225
|
\
|
*
Refactor zone transactions to always use versioned CoW code.
zone-refactor
Bob Halley
2021-12-01
2
-271
/
+225
|
/
*
Fix replacement txn bugs in non-versioned zones [#732].
Bob Halley
2021-11-28
2
-5
/
+39
*
note issues around rdata comparison
Bob Halley
2021-11-28
1
-2
/
+28
*
note that Curio cannot be used for DoH
Bob Halley
2021-11-27
1
-0
/
+3
*
basic testing for async DoH
Bob Halley
2021-11-27
1
-1
/
+58
*
Node find_rdataset() should set covers when creating [#730]
Bob Halley
2021-11-26
2
-2
/
+11
*
Merge pull request #729 from rthalley/dependabot/pip/cryptography-gte-2.6-and...
Bob Halley
2021-11-23
1
-1
/
+1
|
\
|
*
Update cryptography requirement from >=2.6,<36.0 to >=2.6,<37.0
dependabot/pip/cryptography-gte-2.6-and-lt-37.0
dependabot[bot]
2021-11-22
1
-1
/
+1
|
/
*
update whatsnew
Bob Halley
2021-11-20
1
-0
/
+17
*
fix hyperlink target
Bob Halley
2021-11-20
1
-1
/
+1
*
Merge pull request #715 from rthalley/rrset-reader
Bob Halley
2021-11-20
4
-49
/
+429
|
\
|
*
add read_rrsets() documentation
Bob Halley
2021-11-20
3
-0
/
+109
|
*
remove incorrect comment
rrset-reader
Bob Halley
2021-11-17
1
-2
/
+0
|
*
rrset-reader PR
Bob Halley
2021-11-01
2
-49
/
+322
*
|
Merge pull request #723 from rthalley/httpx_if_possible
Bob Halley
2021-11-20
8
-23
/
+272
|
\
\
|
*
|
mention async DoH in whatsnew
Bob Halley
2021-11-20
1
-0
/
+2
[next]