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
...
*
improve async coverage
Bob Halley
2020-06-17
2
-2
/
+8
*
ignore unimportant stuff in coverage
Bob Halley
2020-06-17
1
-3
/
+3
*
The dns.inet.AF_* portability scheme is no longer needed.
Bob Halley
2020-06-16
3
-16
/
+11
*
avoid unneeded coverage warnings
Bob Halley
2020-06-16
1
-2
/
+2
*
Improve resolver coverage by:
Bob Halley
2020-06-16
1
-16
/
+11
*
lint
Bob Halley
2020-06-16
2
-2
/
+3
*
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
*
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
*
use dev<N> suffix for dev versions
Bob Halley
2020-06-16
1
-1
/
+1
*
set rc1 in version
Bob Halley
2020-06-16
1
-2
/
+5
*
Fix the DoH v6 literal fix.
Bob Halley
2020-06-16
1
-11
/
+14
*
lint
Bob Halley
2020-06-16
3
-7
/
+1
*
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
*
avoid getaddrinfo() when we can
Bob Halley
2020-06-15
1
-3
/
+15
*
Add one_rr_per_rrset mode to text reader, as it is handy for testing.
Bob Halley
2020-06-14
1
-6
/
+19
*
Merge pull request #504 from rthalley/async
Bob Halley
2020-06-14
16
-480
/
+1149
|
\
|
*
Change parameter order of low_level_address_tuple; add test coverage.
async
Bob Halley
2020-06-13
4
-9
/
+16
|
*
move low_level_address_tuple() to dns.inet; add some no-coverage comments
Bob Halley
2020-06-13
6
-22
/
+26
|
*
Add some comments about opportunities after 3.6 is not supported.
Bob Halley
2020-06-13
2
-1
/
+5
|
*
only get_default_backend() when we need to, remove obsolete comment
Bob Halley
2020-06-12
1
-9
/
+6
|
*
fix typo
Bob Halley
2020-06-12
1
-1
/
+1
|
*
fix recvfrom, tls timing, and other misc things
Bob Halley
2020-06-12
4
-20
/
+25
|
*
fix comment
Bob Halley
2020-06-12
1
-2
/
+2
|
*
make get_backend() shorter; improve sniffing; fail if we cannot tell the library
Bob Halley
2020-06-12
1
-25
/
+31
|
*
Add TLS for asyncio.
Bob Halley
2020-06-12
1
-2
/
+4
|
*
add timeout to curio.open_connection()
Bob Halley
2020-06-12
1
-4
/
+5
|
*
read_exactly -> _read_exactly
Bob Halley
2020-06-12
1
-3
/
+3
|
*
Add TLS for Trio and Curio.
Bob Halley
2020-06-12
4
-15
/
+112
|
*
add type info
Bob Halley
2020-06-12
3
-0
/
+82
|
*
lint
Bob Halley
2020-06-12
4
-17
/
+18
|
*
async doco
Bob Halley
2020-06-12
1
-16
/
+58
|
*
Attempt to cope with python 3.6 asyncio.
Bob Halley
2020-06-11
1
-3
/
+15
|
*
Support trio, curio, and asyncio with one API!
Bob Halley
2020-06-11
12
-475
/
+884
*
|
Fix bugs found by flake8.
Bob Halley
2020-06-12
1
-3
/
+3
|
/
*
imnprove comment
Bob Halley
2020-06-09
1
-2
/
+3
*
Updates to dns.edns module.
Brian Wellington
2020-06-08
1
-27
/
+45
*
Allow a socket to be passed to udp(), and a stream to stream().
Bob Halley
2020-06-06
2
-36
/
+79
*
minor doco update
Bob Halley
2020-06-06
1
-5
/
+7
*
remove af, add sock
Bob Halley
2020-06-06
1
-12
/
+38
*
Remove more unneeded backwards compat, _winreg -> winreg
Bob Halley
2020-06-05
1
-30
/
+27
*
remove no longer needed backwards compat for collections.abc.MutableMapping
Bob Halley
2020-06-05
1
-4
/
+2
*
remove now-unused io imports
Bob Halley
2020-06-03
5
-6
/
+0
*
Minor Python 3 cleanups.
Brian Wellington
2020-06-03
22
-64
/
+63
*
Merge pull request #495 from rthalley/nanonameserver
Bob Halley
2020-06-02
1
-3
/
+3
|
\
|
*
Expose dns.trio.query.read_exactly() as it is useful.
Bob Halley
2020-05-31
1
-3
/
+3
[prev]
[next]