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
*
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
*
simplify DoH GET
Bob Halley
2020-06-16
1
-4
/
+4
*
Fix the DoH v6 literal fix.
Bob Halley
2020-06-16
1
-11
/
+14
*
lint
Bob Halley
2020-06-16
1
-1
/
+0
*
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
*
minor doco update
Bob Halley
2020-06-06
1
-5
/
+7
*
Minor Python 3 cleanups.
Brian Wellington
2020-06-03
1
-3
/
+3
*
continued line lint
Bob Halley
2020-06-01
1
-1
/
+1
*
Adds sock parameters to query methods.
Brian Wellington
2020-06-01
1
-42
/
+93
*
revision of truncation handling
Bob Halley
2020-05-22
1
-4
/
+57
*
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
1
-1
/
+1
*
lint: remove unused sys import
Bob Halley
2020-05-21
1
-1
/
+0
*
Use context managers in the query methods.
Brian Wellington
2020-05-20
1
-56
/
+33
*
Simplify dns.query._connect().
Brian Wellington
2020-05-20
1
-13
/
+6
*
Start converting rdatatype/rdataclass to enum.
Brian Wellington
2020-05-18
1
-2
/
+1
*
flake8 linting
Bob Halley
2020-05-15
1
-6
/
+10
*
Fix documentation cut and paste error.
Brian Wellington
2020-05-11
1
-2
/
+2
*
in doco, text->str, binary->bytes
Bob Halley
2020-05-08
1
-18
/
+18
*
remove send_https() as the send/receive split is too hard for HTTPS and it is...
Bob Halley
2020-05-08
1
-17
/
+1
*
Do not lose scope info. [Issue #283]
Bob Halley
2020-05-04
1
-2
/
+5
*
more things to make mypy happier
Bob Halley
2020-05-03
1
-1
/
+1
*
Use context managers to simplify code.
Brian Wellington
2020-05-01
1
-9
/
+4
*
Merge pull request #460 from bwelling/remove-future
Bob Halley
2020-05-01
1
-2
/
+0
|
\
|
*
Remove "from __future__ import" statements.
Brian Wellington
2020-05-01
1
-2
/
+0
*
|
make DOH an extra feature (to avoid requests as hard dependency)
Daniel Lenski
2020-04-30
1
-3
/
+18
|
/
*
prevent fd from leaking (fix #351)
kimbo
2020-02-26
1
-101
/
+98
*
DoH cleanup.
Brian Wellington
2020-01-07
1
-36
/
+68
*
send_https() and test for it
kimbo
2019-12-30
1
-0
/
+14
*
typo
kimbo
2019-12-30
1
-1
/
+1
*
added bootstrap address option to https()
kimbo
2019-12-30
1
-14
/
+21
*
remove comment and session.close()
kimbo
2019-12-30
1
-35
/
+31
*
req'd session param to https() for connection reuse
kimbo
2019-12-30
1
-4
/
+6
[next]