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
...
*
more resolver coverage improvements
Bob Halley
2020-07-22
1
-2
/
+27
*
Make resolver use_edns() conform to its docstring; slightly improve use_edns(...
Bob Halley
2020-07-22
3
-2
/
+14
*
Fix Answer constructor invocations that missed an API change.
Bob Halley
2020-07-22
1
-4
/
+2
*
Increase branch coverage of the resolver.
Bob Halley
2020-07-22
1
-29
/
+96
*
Merge pull request #550 from rthalley/resolve_chaining
Bob Halley
2020-07-21
5
-69
/
+195
|
\
|
*
Use min() for min_ttl computations.
Bob Halley
2020-07-21
1
-8
/
+3
|
*
fix exception docstrings
Bob Halley
2020-07-21
1
-10
/
+13
|
*
set min ttl to max_ttl instead of special case -1
Bob Halley
2020-07-21
2
-5
/
+7
|
*
unify chaining code
Bob Halley
2020-07-21
4
-68
/
+194
*
|
Increase LOC coverage.
Bob Halley
2020-07-21
1
-0
/
+27
*
|
turn on branch coverage
Bob Halley
2020-07-21
1
-1
/
+1
|
/
*
Merge pull request #548 from rthalley/dependabot/pip/cryptography-gte-2.6-and...
Bob Halley
2020-07-21
1
-1
/
+1
|
\
|
*
Update cryptography requirement from ^2.6 to >=2.6,<4.0
dependabot/pip/cryptography-gte-2.6-and-lt-4.0
dependabot[bot]
2020-07-21
1
-1
/
+1
|
/
*
Update with what's new in 2.1.0.
Bob Halley
2020-07-20
1
-0
/
+19
*
Set EDNS default payload to 1232.
Bob Halley
2020-07-20
4
-6
/
+12
*
Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf.
Bob Halley
2020-07-20
2
-2
/
+3
*
Merge pull request #543 from rthalley/comments
Bob Halley
2020-07-20
34
-88
/
+189
|
\
|
*
a way of doing comments
comments
Bob Halley
2020-07-20
34
-88
/
+189
*
|
Remove duplicates in the LOC sample data.
Brian Wellington
2020-07-20
1
-3
/
+3
|
/
*
Merge pull request #542 from rthalley/canonical_name
Bob Halley
2020-07-20
6
-0
/
+100
|
\
|
*
Add canonical_name() to async resolver too.
Bob Halley
2020-07-20
3
-0
/
+51
|
*
Remove unneeded str conversion; fix comment typo.
Bob Halley
2020-07-20
1
-3
/
+4
|
*
better test style
Bob Halley
2020-07-20
1
-3
/
+3
|
*
Add canonical_name() method to resolver.
Bob Halley
2020-07-20
3
-0
/
+48
|
/
*
Merge pull request #544 from rthalley/cache_stats
Bob Halley
2020-07-20
3
-5
/
+110
|
\
|
*
rename statistics class; add documentation
cache_stats
Bob Halley
2020-07-19
2
-4
/
+11
|
*
cache statistics
Bob Halley
2020-07-19
2
-4
/
+102
*
|
lint
Bob Halley
2020-07-19
1
-1
/
+1
|
/
*
Remove unneeded to_text/from_text in NXDOMAIN.canonical_name.
Bob Halley
2020-07-18
1
-2
/
+2
*
Merge pull request #540 from bwelling/edns-option-registration
Bob Halley
2020-07-17
3
-0
/
+48
|
\
|
*
Add documentation.
Brian Wellington
2020-07-17
1
-0
/
+1
|
*
Add dns.edns.register_type().
Brian Wellington
2020-07-17
2
-0
/
+47
|
/
*
Merge pull request #539 from bwelling/blocking
Bob Halley
2020-07-17
1
-27
/
+40
|
\
|
*
Disable coverage for BlockingIOError on udp send.
Brian Wellington
2020-07-17
1
-1
/
+1
|
*
Changes to blocking model.
Brian Wellington
2020-07-17
1
-27
/
+40
|
/
*
Merge pull request #538 from bwelling/selectors
Bob Halley
2020-07-17
3
-94
/
+35
|
\
|
*
Use the selectors module.
Brian Wellington
2020-07-17
3
-94
/
+35
|
/
*
Merge pull request #537 from bwelling/edns-cleanup
Bob Halley
2020-07-17
1
-18
/
+7
|
\
|
*
Minor cleanups to EDNS code.
Brian Wellington
2020-07-17
1
-18
/
+7
|
/
*
Merge pull request #536 from ngaya-ll/patch-1
Bob Halley
2020-07-17
1
-9
/
+11
|
\
|
*
Define additional return types in name.pyi
Nick Gaya
2020-07-16
1
-9
/
+11
*
|
update version post-release
Bob Halley
2020-07-17
4
-6
/
+6
*
|
2.0.0 versioning
v2.0.0
Bob Halley
2020-07-16
4
-5
/
+5
|
/
*
Add DoH JSON example.
Bob Halley
2020-07-13
1
-0
/
+92
*
make executable
Bob Halley
2020-07-10
2
-0
/
+0
*
add ECS example
Bob Halley
2020-07-10
1
-0
/
+15
*
Fix _wordbreak() to always return a str.
Brian Wellington
2020-07-09
1
-5
/
+6
*
Generalize the word breaking code.
Brian Wellington
2020-07-09
1
-13
/
+14
*
Make dns.rdata._base64ify(..., 0) work.
Brian Wellington
2020-07-09
2
-2
/
+4
*
Merge pull request #533 from bwelling/receive_queries
Bob Halley
2020-07-08
7
-32
/
+104
|
\
[prev]
[next]