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
*
Change ChainingResult "rrset" to "answer"; fix typo.
resolve_chaining
Bob Halley
2020-12-21
2
-12
/
+12
*
resolve_chaining() now returns a ChainingResult object.
Bob Halley
2020-12-21
2
-9
/
+36
*
resolve_chaining() should not go into an infinite loop if the qtype is
Bob Halley
2020-12-21
1
-0
/
+3
*
TSIG: don't relativize algorithm name
Daniel Salzman
2020-11-25
1
-1
/
+1
*
update versions for 2.1.0rc1
Bob Halley
2020-10-30
1
-1
/
+1
*
Add repr() for dns.tsig.Key.
Brian Wellington
2020-10-29
1
-0
/
+5
*
add comment on NSEC downcasing to avoid future confusion
Bob Halley
2020-10-06
1
-0
/
+2
*
we should not canonicalize SVCB/HTTPS alias target either!
Bob Halley
2020-10-06
1
-1
/
+1
*
The alias target of an SVCB or HTTPS rdata must not be compressed.
Bob Halley
2020-10-06
1
-1
/
+1
*
Merge pull request #579 from rthalley/proc-order
Bob Halley
2020-09-09
9
-0
/
+118
|
\
|
*
correct and simplify weighted_processing_order()
Bob Halley
2020-09-09
3
-34
/
+17
|
*
Simplify code.
proc-order
Brian Wellington
2020-09-08
1
-8
/
+5
|
*
deal with all zero weight URI case
Bob Halley
2020-09-02
1
-0
/
+5
|
*
processing order implementation
Bob Halley
2020-09-02
9
-0
/
+133
*
|
fix rrset match signature problems
full_match
Bob Halley
2020-09-03
2
-8
/
+24
*
|
add missing doco for override_rdclass parameter
Bob Halley
2020-09-03
1
-0
/
+3
|
/
*
_as_ttl was not returning the value if converting from a string
Bob Halley
2020-09-01
1
-1
/
+1
*
remove obsolete change indication code from WritableVersion deletion code
Bob Halley
2020-09-01
1
-5
/
+0
*
check for TTL type errors in rdataset/rrset from_text; allow text-form TTLs t...
Bob Halley
2020-09-01
2
-2
/
+11
*
Separate common resolver functionality into a BaseResolver class.
Bob Halley
2020-08-27
2
-74
/
+69
*
follow usual dnspython inheritance scheme for shared types
Bob Halley
2020-08-27
3
-66
/
+77
*
replace() can now rely on constructors to validate
Bob Halley
2020-08-27
1
-4
/
+0
*
lint
Bob Halley
2020-08-27
1
-1
/
+2
*
Adds SMIMEA record type, RFC 8162
Nils Wisiol
2020-08-27
3
-0
/
+10
*
Do not split OPENPGPKEY base64 into chunks. #577
Bob Halley
2020-08-26
1
-1
/
+1
*
restore missing windows tuple-fy
Bob Halley
2020-08-26
3
-3
/
+3
*
use classmethod for Gateway factories
Bob Halley
2020-08-26
3
-40
/
+56
*
more constructor checking work
Bob Halley
2020-08-26
8
-40
/
+41
*
remove duplicate isinstance check
Bob Halley
2020-08-25
1
-2
/
+0
*
use self._as_name()
Bob Halley
2020-08-25
1
-1
/
+1
*
stronger constructor checking in SVCB/HTTPS params
Bob Halley
2020-08-25
1
-17
/
+8
*
remove _constify() uses; more complete checking of bitmap windows types like ...
Bob Halley
2020-08-25
12
-36
/
+60
*
constructor checking for EDNS options
Bob Halley
2020-08-25
1
-2
/
+10
*
is_udp is better as Inbound attribute not parameter to process_message(). In...
Bob Halley
2020-08-22
3
-13
/
+19
*
remove parameters that are no longer used in inbound_xfr()
Bob Halley
2020-08-22
2
-13
/
+1
*
finish type constructor type checking
Bob Halley
2020-08-22
16
-106
/
+98
*
checkpoint rdata constructor checking
Bob Halley
2020-08-21
27
-113
/
+194
*
add as_rdataclass() and as_rdatatype(), and use them in rdata constructor
Bob Halley
2020-08-21
1
-2
/
+8
*
do not call the OPT constructor with rdclass == None
Bob Halley
2020-08-21
1
-1
/
+1
*
replace duplicated doco with references
Bob Halley
2020-08-21
2
-239
/
+29
*
Detect and reject attempts to use compressed names in the generic rdata
Bob Halley
2020-08-21
1
-0
/
+10
*
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
[next]