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
*
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
*
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
[next]