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
...
*
simplify TTL check when reading a zone file
Bob Halley
2020-06-17
1
-10
/
+7
*
Fix typo.
Brian Wellington
2020-06-17
1
-1
/
+1
*
Test `dns.name.from_unicode` with escapes.
Brian Wellington
2020-06-17
1
-0
/
+5
*
do not omit rdtypes on coverage summary
Bob Halley
2020-06-17
1
-1
/
+1
*
test bad class in zone
Bob Halley
2020-06-17
1
-0
/
+5
*
Add a basic test of retrieving entropy.
Brian Wellington
2020-06-17
1
-0
/
+6
*
improve coverage
Bob Halley
2020-06-17
1
-0
/
+88
*
remove unneeded exception catching from rhs setting in $GENERATE code (cut-an...
Bob Halley
2020-06-17
1
-5
/
+2
*
Treat OSErrors during resolution as permanent failures, in line with other
Bob Halley
2020-06-17
1
-3
/
+3
*
Improve EDNS option test coverage.
Brian Wellington
2020-06-17
1
-8
/
+13
*
some IDNA 2008 tests were not getting skipped if idna was not available
Bob Halley
2020-06-17
5
-0
/
+11
*
Now that rdata are immutable, there is no point to the validate() method, so
Bob Halley
2020-06-17
1
-15
/
+0
*
fix sniffio-less asyncio detection on 3.6.x
Bob Halley
2020-06-17
1
-0
/
+1
*
improve async coverage
Bob Halley
2020-06-17
3
-2
/
+127
*
ignore unimportant stuff in coverage
Bob Halley
2020-06-17
1
-3
/
+3
*
remove debugging prints
Bob Halley
2020-06-17
1
-2
/
+0
*
exclude unwanted from coverage report
Bob Halley
2020-06-17
1
-1
/
+1
*
The dns.inet.AF_* portability scheme is no longer needed.
Bob Halley
2020-06-16
5
-21
/
+16
*
full coverage for _destination_and_source()
Bob Halley
2020-06-16
1
-0
/
+46
*
further test low_level_address_tuple()
Bob Halley
2020-06-16
1
-0
/
+21
*
make skip message accurate
Bob Halley
2020-06-16
1
-4
/
+2
*
avoid unneeded coverage warnings
Bob Halley
2020-06-16
1
-2
/
+2
*
Improve resolver coverage by:
Bob Halley
2020-06-16
3
-26
/
+35
*
lint
Bob Halley
2020-06-16
2
-2
/
+3
*
Test AXFR with TSIG.
Brian Wellington
2020-06-16
1
-0
/
+9
*
Add support for TSIG on multi-message responses.
Brian Wellington
2020-06-16
1
-9
/
+12
*
Add support for multi-message TSIG.
Brian Wellington
2020-06-16
1
-5
/
+19
*
Fix typo.
Brian Wellington
2020-06-16
1
-1
/
+1
*
Take nameservers that are not IPv4/v6 addresses or https URLs out of the
Bob Halley
2020-06-16
1
-5
/
+4
*
Test sending a query with TSIG.
Brian Wellington
2020-06-16
1
-0
/
+39
*
Add nanonameserver support for TSIG.
Brian Wellington
2020-06-16
1
-2
/
+4
*
Fix typo.
Brian Wellington
2020-06-16
1
-1
/
+1
*
simplify DoH POST
Bob Halley
2020-06-16
1
-2
/
+1
*
simplify DoH GET
Bob Halley
2020-06-16
1
-4
/
+4
*
Add missing comma.
Bob Halley
2020-06-16
1
-1
/
+1
*
Add an IPv6 address for Cloudflare DoH that works.
Bob Halley
2020-06-16
1
-2
/
+1
*
use dev<N> suffix for dev versions
Bob Halley
2020-06-16
1
-1
/
+1
*
set rc1 in version
Bob Halley
2020-06-16
3
-4
/
+7
*
Fix the DoH v6 literal fix.
Bob Halley
2020-06-16
1
-11
/
+14
*
lint
Bob Halley
2020-06-16
3
-7
/
+1
*
test DoH with both v4 and v6
Bob Halley
2020-06-16
1
-17
/
+53
*
Overhaul _destination_and_source.
Bob Halley
2020-06-16
1
-32
/
+45
*
Use the proper URL syntax for IPv6 address literals.
Bob Halley
2020-06-16
1
-10
/
+10
*
add azure badge
Bob Halley
2020-06-15
1
-0
/
+1
*
test IPv4 and IPv6 according to availability
Bob Halley
2020-06-15
2
-157
/
+212
*
avoid getaddrinfo() when we can
Bob Halley
2020-06-15
1
-3
/
+15
*
attempt to fix the last windows error
Bob Halley
2020-06-15
1
-1
/
+1
*
compare files in a way that avoids newlines issues on windows and gives bette...
Bob Halley
2020-06-15
1
-19
/
+27
*
print out more if file comparison fails
Bob Halley
2020-06-15
1
-0
/
+11
*
Set up CI with Azure Pipelines
Bob Halley
2020-06-15
1
-0
/
+30
[prev]
[next]