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
/
query.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete comment (#873)
sblondon
2023-01-02
1
-7
/
+1
*
Properly pass source and source_port to connect() in the sync version of quic().
Bob Halley
2022-12-16
1
-3
/
+3
*
Fix misc. lint.
Bob Halley
2022-12-16
1
-2
/
+2
*
fix doco typo
Bob Halley
2022-10-12
1
-1
/
+1
*
Initial DoQ support.
Bob Halley
2022-10-09
1
-0
/
+86
*
Fix passing source address with httpx.
Brian Wellington
2022-03-25
1
-1
/
+1
*
Fix httpx verify bug.
Brian Wellington
2022-03-25
1
-1
/
+1
*
fix type of query paramater to https() method
Bob Halley
2022-03-25
1
-2
/
+5
*
Add EDNS padding.
Bob Halley
2022-03-23
1
-16
/
+15
*
Add typing info.
Brian Wellington
2022-03-18
1
-3
/
+3
*
Use contextlib.nullcontext().
Brian Wellington
2022-03-18
1
-27
/
+23
*
join adjacent strings (formatting)
Bob Halley
2022-03-17
1
-2
/
+2
*
black autoformatting
Bob Halley
2022-03-15
1
-180
/
+359
*
One more pass, after adding --disallow-incomplete-defs
Bob Halley
2022-03-11
1
-1
/
+1
*
Typing pass number 2, featuring typing of bools, adding a return type
Bob Halley
2022-03-10
1
-30
/
+37
*
LGTM lint
Bob Halley
2022-03-06
1
-4
/
+3
*
Remove 3.6-specific code.
Bob Halley
2022-03-05
1
-4
/
+1
*
Add integrated typing to much of dnspython.
Bob Halley
2022-03-05
1
-33
/
+59
*
apply TLS minimums on 3.6 too
Bob Halley
2022-02-17
1
-0
/
+2
*
lgtm lint: suppress false positive
Bob Halley
2022-02-17
1
-1
/
+2
*
set a minimum TLS version when we can
Bob Halley
2022-02-17
1
-5
/
+8
*
more lgtm linting
Bob Halley
2022-02-17
1
-1
/
+7
*
LGTM linting
Bob Halley
2022-02-16
1
-1
/
+2
*
fix various typing issues (typos)
Sebastian Wagner
2022-01-29
1
-2
/
+2
*
initial implemention of async https query
Bob Halley
2021-11-17
1
-2
/
+2
*
fix session check when httpx is not installed
Bob Halley
2021-11-16
1
-1
/
+4
*
incorporate feedback about sessions, optional http1, and http2 availability
Bob Halley
2021-11-16
1
-15
/
+21
*
For DoH, use httpx and with HTTP/2 if we can, but fall back to requests if we...
Bob Halley
2021-11-10
1
-10
/
+59
*
Moved "connected" to better spot
Paul Hoffman
2021-10-13
1
-2
/
+2
*
Removed the "connected" from UDP sockets (thank you Brian!)
Paul Hoffman
2021-10-13
1
-2
/
+2
*
Added "connected" to references to socket.socket.
Paul Hoffman
2021-10-13
1
-4
/
+4
*
Eliminate the need for a serial parameter to inbound_xfr()
Bob Halley
2021-05-18
1
-1
/
+3
*
Added serial to inbound_xfr arguments
Hidde van der Heide
2021-05-18
1
-1
/
+1
*
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
-11
/
+1
*
Implement new inbound xfr design.
xfr
Bob Halley
2020-08-21
1
-10
/
+127
*
pylint linting
Bob Halley
2020-07-31
1
-17
/
+17
*
lint
Bob Halley
2020-07-19
1
-1
/
+1
*
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
*
Use the selectors module.
Brian Wellington
2020-07-17
1
-71
/
+26
*
Add support for receiving UDP queries.
Brian Wellington
2020-07-08
1
-12
/
+32
*
Fix return type docs for receive methods.
Brian Wellington
2020-07-08
1
-2
/
+4
*
Remove the concept from "first" from TSIG.
Brian Wellington
2020-06-30
1
-4
/
+1
*
Use serial number arithmetic in IXFR.
Bob Halley
2020-06-27
1
-1
/
+2
*
improve query coverage
Bob Halley
2020-06-18
1
-10
/
+10
*
The dns.inet.AF_* portability scheme is no longer needed.
Bob Halley
2020-06-16
1
-4
/
+4
*
avoid unneeded coverage warnings
Bob Halley
2020-06-16
1
-2
/
+2
*
lint
Bob Halley
2020-06-16
1
-1
/
+1
*
simplify DoH POST
Bob Halley
2020-06-16
1
-2
/
+1
[next]