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
/
asyncquery.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the need for a serial parameter to inbound_xfr()
Bob Halley
2021-05-18
1
-2
/
+3
*
Added serial to inbound_xfr arguments
Hidde van der Heide
2021-05-18
1
-1
/
+1
*
asyncio on Windows requries connected sockets. [Issue #637]
windows_asyncio_fix
Bob Halley
2021-02-25
1
-1
/
+6
*
is_udp is better as Inbound attribute not parameter to process_message(). In...
Bob Halley
2020-08-22
1
-2
/
+3
*
remove parameters that are no longer used in inbound_xfr()
Bob Halley
2020-08-22
1
-2
/
+0
*
replace duplicated doco with references
Bob Halley
2020-08-21
1
-173
/
+19
*
Implement new inbound xfr design.
xfr
Bob Halley
2020-08-21
1
-1
/
+90
*
fix timeout computation in async send_tcp()
Bob Halley
2020-08-19
1
-1
/
+1
*
Add support for receiving UDP queries.
Brian Wellington
2020-07-08
1
-20
/
+16
*
Fix return type docs for receive methods.
Brian Wellington
2020-07-08
1
-2
/
+4
*
make passing a socket to async routines actually work
Bob Halley
2020-06-17
1
-2
/
+2
*
Change parameter order of low_level_address_tuple; add test coverage.
async
Bob Halley
2020-06-13
1
-1
/
+1
*
move low_level_address_tuple() to dns.inet; add some no-coverage comments
Bob Halley
2020-06-13
1
-1
/
+1
*
Add some comments about opportunities after 3.6 is not supported.
Bob Halley
2020-06-13
1
-0
/
+3
*
only get_default_backend() when we need to, remove obsolete comment
Bob Halley
2020-06-12
1
-9
/
+6
*
fix recvfrom, tls timing, and other misc things
Bob Halley
2020-06-12
1
-9
/
+15
*
read_exactly -> _read_exactly
Bob Halley
2020-06-12
1
-3
/
+3
*
Add TLS for Trio and Curio.
Bob Halley
2020-06-12
1
-1
/
+75
*
lint
Bob Halley
2020-06-12
1
-9
/
+9
*
Support trio, curio, and asyncio with one API!
Bob Halley
2020-06-11
1
-0
/
+422