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
*
Expose dns.trio.query.read_exactly() as it is useful.
Bob Halley
2020-05-31
1
-3
/
+3
*
WireData did not implement the iteration protocol correctly and was thus unit...
Bob Halley
2020-05-30
1
-7
/
+2
*
the prior fix for exception handling was still not right, missing a continue
Bob Halley
2020-05-29
2
-0
/
+2
*
Check character-string length for HINFO records
Nils Wisiol
2020-05-29
2
-3
/
+7
*
Fix resolve() NoAnswer problems from [Issue #488]
Bob Halley
2020-05-28
2
-8
/
+24
*
Merge pull request #487 from pspacek/pickle_rdata
Bob Halley
2020-05-27
1
-0
/
+7
|
\
|
*
make rdata objects picklable again
Petr Špaček
2020-05-27
1
-0
/
+7
*
|
further tighten resolve() default settings
Bob Halley
2020-05-27
2
-10
/
+14
|
/
*
clearly people do not delete from NameDicts very often
Bob Halley
2020-05-23
1
-2
/
+2
*
leading zero detection in dns.ipv4.inet_aton() was broken
Bob Halley
2020-05-23
1
-1
/
+1
*
fix None pointers in LRU cache sentinel
Bob Halley
2020-05-23
1
-2
/
+3
*
revision of truncation handling
Bob Halley
2020-05-22
5
-15
/
+141
*
add NXDOMAIN caching
Bob Halley
2020-05-21
1
-43
/
+60
*
pop() with no arguements means last, but I used it intending first
Bob Halley
2020-05-21
1
-2
/
+2
*
remove historical af argument to query functions
Bob Halley
2020-05-21
1
-35
/
+10
*
Remove dns.rdata{type,class}.to_enum.
Brian Wellington
2020-05-21
11
-51
/
+42
*
fix typo
Bob Halley
2020-05-21
1
-3
/
+2
*
lint: remove unused sys import
Bob Halley
2020-05-21
1
-1
/
+0
*
Merge pull request #478 from bwelling/query-use-context-managers
Bob Halley
2020-05-21
1
-56
/
+33
|
\
|
*
Use context managers in the query methods.
Brian Wellington
2020-05-20
1
-56
/
+33
*
|
use clock time not trio time
Bob Halley
2020-05-21
1
-5
/
+6
|
/
*
Simplify dns.query._connect().
Brian Wellington
2020-05-20
1
-13
/
+6
*
Simplify exception handling.
Brian Wellington
2020-05-20
1
-6
/
+6
*
Remove hash value truncation.
Brian Wellington
2020-05-20
1
-4
/
+1
*
Remove cruft and simplify.
Brian Wellington
2020-05-20
1
-19
/
+2
*
flake8 linting
Bob Halley
2020-05-20
7
-25
/
+26
*
raise NotImplememtedError, not NotImplemented
Bob Halley
2020-05-20
1
-1
/
+1
*
move raise_on_no_error out of Answer
Bob Halley
2020-05-19
1
-10
/
+6
*
Enum refactoring.
Brian Wellington
2020-05-19
6
-116
/
+172
*
add missing backoff to next_nameserver() retry_with_tcp case
Bob Halley
2020-05-19
1
-1
/
+1
*
use to_enum()
Bob Halley
2020-05-19
1
-4
/
+2
*
Merge pull request #474 from bwelling/sets
Bob Halley
2020-05-19
3
-26
/
+7
|
\
|
*
Fix type registration for singleton types.
Brian Wellington
2020-05-19
1
-1
/
+1
|
*
Replace dicts with sets.
Brian Wellington
2020-05-19
3
-25
/
+6
*
|
Fix bare except.
Brian Wellington
2020-05-19
1
-1
/
+1
|
/
*
It is self.resolver.retry_servfail, not self.retry_servfail; where were you l...
Bob Halley
2020-05-19
1
-1
/
+1
*
Fix metatype check.
Brian Wellington
2020-05-19
1
-3
/
+1
*
Merge pull request #472 from rthalley/resrefactor
Bob Halley
2020-05-19
6
-335
/
+341
|
\
|
*
add resolve_address() helper at module level
resrefactor
Bob Halley
2020-05-19
2
-0
/
+20
|
*
add basic typo info for trio modules
Bob Halley
2020-05-19
2
-0
/
+56
|
*
linting
Bob Halley
2020-05-19
3
-1
/
+15
|
*
refactor resolver, extracting all business logic
Bob Halley
2020-05-18
2
-335
/
+232
|
*
add is_address()
Bob Halley
2020-05-18
1
-0
/
+19
*
|
Finish rdatatype conversion.
Brian Wellington
2020-05-18
2
-16
/
+24
*
|
Assign to globals() more consistently.
Brian Wellington
2020-05-18
1
-2
/
+1
*
|
Convert message flags to enums.
Brian Wellington
2020-05-18
1
-58
/
+34
*
|
Convert opcode, rcode, dnssec constants to enums.
Brian Wellington
2020-05-18
3
-153
/
+93
*
|
Create DNSKEY Flag enum.
Brian Wellington
2020-05-18
3
-59
/
+9
*
|
Start converting rdatatype/rdataclass to enum.
Brian Wellington
2020-05-18
9
-238
/
+175
|
/
*
prevent async resolver infinite attempts if caller does not use a timeout scope
Bob Halley
2020-05-17
1
-0
/
+9
[next]