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
*
Do no raise an assertion getting a nonexistent rdataset without a txn in a ve...
2.2
Bob Halley
2022-03-12
1
-1
/
+4
*
_validate_name now handles relative names in an absolute zone.
Bob Halley
2022-03-06
1
-0
/
+10
*
Add missing types to exceptions stub
Steven Silvester
2022-02-04
1
-0
/
+2
*
resolve func docs - fix `lifetime` var rendering
Wes
2022-02-02
1
-1
/
+1
*
Reduce the number of digits after the decimal point for the Timeout DNSExcept...
Craig Leres
2022-01-30
2
-2
/
+2
*
typehint constructor for TXTBase
Mathias Ertl
2022-01-29
1
-1
/
+7
*
add some module level functions for resetting/retrieving the resolver
Mathias Ertl
2022-01-29
1
-0
/
+5
*
fix various typing issues (typos)
Sebastian Wagner
2022-01-29
10
-14
/
+14
*
version prep for 2.2.1
Bob Halley
2022-01-25
1
-1
/
+1
*
Require trailing field in rdata of TLSA and friends
Peter Thomassen
2022-01-25
3
-3
/
+8
*
Fix missing import.
Martin Horak
2022-01-24
1
-0
/
+1
*
Use the version's origin if the zone doesn't have one yet. [#766]
Bob Halley
2022-01-24
2
-3
/
+28
*
add default of None to backend declarations [#764]
Bob Halley
2022-01-24
1
-3
/
+3
*
fix win32util.py file mode
Bob Halley
2022-01-24
1
-0
/
+0
*
fix the typo of resolve_address() [#754]
Bob Halley
2022-01-24
1
-1
/
+1
*
Add missing items to rdtypes/ANY/__init__.py
Peter Thomassen
2022-01-24
1
-0
/
+4
*
2.2.0 versioning
v2.2.0
Bob Halley
2022-01-18
1
-2
/
+2
*
Allow unknown digest types [#625]
Bob Halley
2021-12-20
1
-2
/
+0
*
add dns.edns.EDECode enum
Bob Halley
2021-12-19
1
-7
/
+39
*
edns: implement Extended DNS Error Option support
Tomas Krizek
2021-12-19
1
-1
/
+57
*
2.2.0rc1 versioning
Bob Halley
2021-12-18
1
-2
/
+2
*
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
8
-27
/
+24
*
lint and remove unused helpers
Bob Halley
2021-12-17
1
-15
/
+2
*
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
3
-8
/
+38
*
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
*
First draft of CNAME and other data handling in zones.
Bob Halley
2021-12-02
2
-2
/
+45
*
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
1
-5
/
+10
*
Node find_rdataset() should set covers when creating [#730]
Bob Halley
2021-11-26
1
-1
/
+1
*
Merge pull request #715 from rthalley/rrset-reader
Bob Halley
2021-11-20
1
-49
/
+238
|
\
|
*
add read_rrsets() documentation
Bob Halley
2021-11-20
1
-0
/
+49
|
*
remove incorrect comment
rrset-reader
Bob Halley
2021-11-17
1
-2
/
+0
|
*
rrset-reader PR
Bob Halley
2021-11-01
1
-49
/
+191
*
|
Merge pull request #723 from rthalley/httpx_if_possible
Bob Halley
2021-11-20
3
-16
/
+161
|
\
\
|
*
|
remove backend parameter to https()
Bob Halley
2021-11-20
1
-3
/
+3
|
*
|
async resolver support
httpx_if_possible
Bob Halley
2021-11-17
1
-2
/
+3
|
*
|
initial implemention of async https query
Bob Halley
2021-11-17
2
-3
/
+89
|
*
|
fix session check when httpx is not installed
Bob Halley
2021-11-16
1
-1
/
+4
|
*
|
incorporate feedback about sessions, optional http1, and http2 availability
Bob Halley
2021-11-16
1
-15
/
+21
|
*
|
For DoH, use httpx and with HTTP/2 if we can, but fall back to requests if we...
Bob Halley
2021-11-10
1
-10
/
+59
*
|
|
use win32util
Bob Halley
2021-11-17
1
-158
/
+8
[next]