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
*
use classmethod for Gateway factories
Bob Halley
2020-08-26
4
-55
/
+60
*
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
13
-55
/
+79
*
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
4
-16
/
+55
*
disable 9.9.9.9 in tests temporarily
Bob Halley
2020-08-22
1
-2
/
+6
*
minor doco edits
Bob Halley
2020-08-22
4
-9
/
+15
*
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
2
-0
/
+14
*
update whatsnew.rst
Bob Halley
2020-08-21
1
-0
/
+13
*
Merge pull request #576 from rthalley/xfr
Bob Halley
2020-08-21
12
-19
/
+1288
|
\
|
*
Implement new inbound xfr design.
xfr
Bob Halley
2020-08-21
12
-19
/
+1288
|
/
*
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
4
-88
/
+78
*
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
|
/
*
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
5
-23
/
+49
*
node replace_rdataset() should not permit rrsets
Bob Halley
2020-08-18
2
-0
/
+13
*
add missing copyrights
Bob Halley
2020-08-17
5
-0
/
+9
*
Update _clone protocol for immutable rdatasets.
Bob Halley
2020-08-17
3
-2
/
+32
*
Add tests of IPv4/IPv6 address parsing.
Brian Wellington
2020-08-14
1
-0
/
+567
*
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
*
Merge pull request #573 from rthalley/dependabot/pip/wheel-tw-0.35.0
Bob Halley
2020-08-14
1
-1
/
+1
|
\
|
*
Update wheel requirement from ^0.34.2 to ^0.35.0
dependabot/pip/wheel-tw-0.35.0
dependabot[bot]
2020-08-14
1
-1
/
+1
|
/
*
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
*
test name pickling
Bob Halley
2020-08-13
1
-0
/
+7
*
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
4
-7
/
+182
*
set_serial() -> update_serial()
Bob Halley
2020-08-13
2
-19
/
+39
*
If we rollback a write, release the write txn and wake someone up.
Bob Halley
2020-08-12
2
-13
/
+89
*
remove broken stats badge
Bob Halley
2020-08-11
1
-1
/
+0
*
doco update
Bob Halley
2020-08-11
2
-1
/
+70
*
hide versions
Bob Halley
2020-08-11
2
-25
/
+28
[next]