summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Create SECURITY.mdBob Halley2020-06-141-0/+70
* Merge pull request #507 from rthalley/dependabot/pip/mypy-tw-0.780Bob Halley2020-06-141-1/+1
|\
| * Update mypy requirement from ^0.770 to ^0.780dependabot[bot]2020-06-141-1/+1
* | Merge pull request #506 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.17Bob Halley2020-06-141-1/+1
|\ \ | |/ |/|
| * Update trio requirement from ^0.14 to >=0.14,<0.17dependabot[bot]2020-06-141-1/+1
|/
* Create dependabot.ymlBob Halley2020-06-141-0/+11
* add some test coverage for dns.query.xfr()Bob Halley2020-06-141-0/+220
* set tcp_address correctly; allow handle() to return a listBob Halley2020-06-141-24/+37
* 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-1435-759/+1540
|\
| * Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-135-9/+31
| * 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-133-1/+6
| * update extrasBob Halley2020-06-122-1/+3
| * only get_default_backend() when we need to, remove obsolete commentBob Halley2020-06-121-9/+6
| * add curio (optional)Bob Halley2020-06-121-0/+1
| * fix typoBob Halley2020-06-121-1/+1
| * fix recvfrom, tls timing, and other misc thingsBob Halley2020-06-124-20/+25
| * doco updateBob Halley2020-06-121-2/+2
| * 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
| * Re-enable TLS async tests.Bob Halley2020-06-121-27/+45
| * Add TLS for asyncio.Bob Halley2020-06-121-2/+4
| * add timeout to curio.open_connection()Bob Halley2020-06-121-4/+5
| * add tls() to async docBob Halley2020-06-121-0/+5
| * read_exactly -> _read_exactlyBob Halley2020-06-121-3/+3
| * fix nanonameserver after removal of dns.trioBob Halley2020-06-121-3/+16
| * 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-1214-100/+161
| * Attempt to cope with python 3.6 asyncio.Bob Halley2020-06-112-4/+23
| * Support trio, curio, and asyncio with one API!Bob Halley2020-06-1116-666/+1106
* | Fix bugs found by flake8.Bob Halley2020-06-121-3/+3
|/
* imnprove commentBob Halley2020-06-091-2/+3
* Merge pull request #503 from bwelling/edns-updatesBob Halley2020-06-081-27/+45
|\
| * Updates to dns.edns module.Brian Wellington2020-06-081-27/+45
* | Fix leaked socket in testQueryTLSWithSocket.Brian Wellington2020-06-081-13/+13
|/
* Allow a socket to be passed to udp(), and a stream to stream().Bob Halley2020-06-063-36/+123
* 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
* Merge pull request #502 from bwelling/object-super-cleanupBob Halley2020-06-0322-64/+63
|\
| * Minor Python 3 cleanups.Brian Wellington2020-06-0322-64/+63
|/
* add dns.trio to setup.py packagesBob Halley2020-06-031-1/+2
* bail out early on ShortHeaderBob Halley2020-06-021-0/+3
* pass peer and connection type to nanoserver handle()Bob Halley2020-06-022-8/+19
* Refactor common code between UDP and TCP; add basic exception handlingBob Halley2020-06-021-22/+59