summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
...
* improve async coverageBob Halley2020-06-172-2/+8
* ignore unimportant stuff in coverageBob Halley2020-06-171-3/+3
* The dns.inet.AF_* portability scheme is no longer needed.Bob Halley2020-06-163-16/+11
* avoid unneeded coverage warningsBob Halley2020-06-161-2/+2
* Improve resolver coverage by:Bob Halley2020-06-161-16/+11
* lintBob Halley2020-06-162-2/+3
* Add support for multi-message TSIG.Brian Wellington2020-06-161-5/+19
* Fix typo.Brian Wellington2020-06-161-1/+1
* Take nameservers that are not IPv4/v6 addresses or https URLs out of theBob Halley2020-06-161-5/+4
* Fix typo.Brian Wellington2020-06-161-1/+1
* simplify DoH POSTBob Halley2020-06-161-2/+1
* simplify DoH GETBob Halley2020-06-161-4/+4
* use dev<N> suffix for dev versionsBob Halley2020-06-161-1/+1
* set rc1 in versionBob Halley2020-06-161-2/+5
* Fix the DoH v6 literal fix.Bob Halley2020-06-161-11/+14
* lintBob Halley2020-06-163-7/+1
* Overhaul _destination_and_source.Bob Halley2020-06-161-32/+45
* Use the proper URL syntax for IPv6 address literals.Bob Halley2020-06-161-10/+10
* avoid getaddrinfo() when we canBob Halley2020-06-151-3/+15
* Add one_rr_per_rrset mode to text reader, as it is handy for testing.Bob Halley2020-06-141-6/+19
* Merge pull request #504 from rthalley/asyncBob Halley2020-06-1416-480/+1149
|\
| * Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-134-9/+16
| * move low_level_address_tuple() to dns.inet; add some no-coverage commentsBob Halley2020-06-136-22/+26
| * Add some comments about opportunities after 3.6 is not supported.Bob Halley2020-06-132-1/+5
| * only get_default_backend() when we need to, remove obsolete commentBob Halley2020-06-121-9/+6
| * fix typoBob Halley2020-06-121-1/+1
| * fix recvfrom, tls timing, and other misc thingsBob Halley2020-06-124-20/+25
| * fix commentBob Halley2020-06-121-2/+2
| * make get_backend() shorter; improve sniffing; fail if we cannot tell the libraryBob Halley2020-06-121-25/+31
| * Add TLS for asyncio.Bob Halley2020-06-121-2/+4
| * add timeout to curio.open_connection()Bob Halley2020-06-121-4/+5
| * read_exactly -> _read_exactlyBob Halley2020-06-121-3/+3
| * Add TLS for Trio and Curio.Bob Halley2020-06-124-15/+112
| * add type infoBob Halley2020-06-123-0/+82
| * lintBob Halley2020-06-124-17/+18
| * async docoBob Halley2020-06-121-16/+58
| * Attempt to cope with python 3.6 asyncio.Bob Halley2020-06-111-3/+15
| * Support trio, curio, and asyncio with one API!Bob Halley2020-06-1112-475/+884
* | Fix bugs found by flake8.Bob Halley2020-06-121-3/+3
|/
* imnprove commentBob Halley2020-06-091-2/+3
* Updates to dns.edns module.Brian Wellington2020-06-081-27/+45
* Allow a socket to be passed to udp(), and a stream to stream().Bob Halley2020-06-062-36/+79
* minor doco updateBob Halley2020-06-061-5/+7
* remove af, add sockBob Halley2020-06-061-12/+38
* Remove more unneeded backwards compat, _winreg -> winregBob Halley2020-06-051-30/+27
* remove no longer needed backwards compat for collections.abc.MutableMappingBob Halley2020-06-051-4/+2
* remove now-unused io importsBob Halley2020-06-035-6/+0
* Minor Python 3 cleanups.Brian Wellington2020-06-0322-64/+63
* Merge pull request #495 from rthalley/nanonameserverBob Halley2020-06-021-3/+3
|\
| * Expose dns.trio.query.read_exactly() as it is useful.Bob Halley2020-05-311-3/+3