summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | attempt to workaround curio exceptions that happen only in CIBob Halley2022-06-111-3/+6
* | Merge pull request #815 from rthalley/network-checkingBob Halley2022-06-115-45/+76
|\ \
| * | apply v4/v6 testing scheme from query tests to async tooBob Halley2022-06-101-13/+4
| * | remove debugging printBob Halley2022-06-101-1/+0
| * | Improve network checking [#812].Bob Halley2022-06-044-32/+73
* | | Merge pull request #816 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.22Bob Halley2022-06-101-1/+1
|\ \ \ | |/ / |/| |
| * | Update trio requirement from >=0.14,<0.21 to >=0.14,<0.22dependabot[bot]2022-06-081-1/+1
|/ /
* | Merge pull request #814 from chriskuipers/typo-fixesBob Halley2022-06-031-2/+2
|\ \
| * | fixed dnpython.org typoChris Kuipers2022-06-031-2/+2
|/ /
* | Merge pull request #809 from bdrung/wrap-long-linesBob Halley2022-05-162-44/+169
|\ \
| * | Wrap long linesBenjamin Drung2022-05-162-44/+169
* | | Merge pull request #808 from bdrung/skip-online-testsBob Halley2022-05-166-55/+42
|\ \ \ | |/ / |/| |
| * | Allow skipping test cases that need Internet accessBenjamin Drung2022-05-161-6/+10
| * | Add tests.util.is_internet_reachable()Benjamin Drung2022-05-166-54/+37
|/ /
* | Merge pull request #807 from rthalley/dependabot/pip/readthedocs-sphinx-searc...Bob Halley2022-05-121-1/+1
|\ \
| * | Bump readthedocs-sphinx-search from 0.1.1 to 0.1.2dependabot[bot]2022-05-121-1/+1
|/ /
* | Merge pull request #805 from rthalley/dependabot/pip/cryptography-gte-2.6-and...Bob Halley2022-04-261-1/+1
|\ \
| * | Update cryptography requirement from >=2.6,<37.0 to >=2.6,<38.0dependabot[bot]2022-04-261-1/+1
|/ /
* | Merge pull request #804 from rthalley/dependabot/pip/sphinx-4.3.2Bob Halley2022-04-211-1/+1
|\ \
| * | Bump sphinx from 4.2.0 to 4.3.2dependabot[bot]2022-04-201-1/+1
|/ /
* | remove ChangeLog referenceBob Halley2022-03-311-3/+0
* | Merge pull request #802 from rthalley/dependabot/pip/twine-tw-4.0.0Bob Halley2022-03-311-1/+1
|\ \
| * | Update twine requirement from ^3.1.1 to ^4.0.0dependabot[bot]2022-03-311-1/+1
|/ /
* | Merge pull request #798 from bwelling/httpx-fixesBob Halley2022-03-251-2/+2
|\ \ | |/ |/|
| * Fix passing source address with httpx.Brian Wellington2022-03-251-1/+1
| * Fix httpx verify bug.Brian Wellington2022-03-251-1/+1
|/
* always install types if needed when running mypyBob Halley2022-03-251-1/+1
* fix type of query paramater to https() methodBob Halley2022-03-252-3/+6
* test multi-message TSIG with and without paddingBob Halley2022-03-241-0/+51
* add padding to whatsnewBob Halley2022-03-231-0/+4
* test padding in DoTBob Halley2022-03-231-0/+22
* test padding in DoHBob Halley2022-03-231-0/+21
* Merge pull request #797 from rthalley/paddingBob Halley2022-03-236-34/+205
|\
| * Add EDNS padding.Bob Halley2022-03-236-34/+205
|/
* Merge pull request #795 from SaidBySolo/patch-1Bob Halley2022-03-201-1/+1
|\
| * style(asyncquery): change the ``httpx.AsyncClient`` type annotation to a stri...Ryu juheon2022-03-201-1/+1
* | Merge pull request #796 from tamarinvs19/tamarinvs19-patch-doc-backquoteBob Halley2022-03-201-1/+1
|\ \ | |/ |/|
| * Remove excess backquoteVyacheslav Tamarin2022-03-201-1/+1
|/
* Merge pull request #794 from bwelling/asyncnullcontextBob Halley2022-03-181-66/+47
|\
| * Use nullcontext for async code, as well.Brian Wellington2022-03-181-66/+47
|/
* Merge pull request #793 from bwelling/nullcontextBob Halley2022-03-184-47/+49
|\
| * Add typing info.Brian Wellington2022-03-184-7/+7
| * Use contextlib.nullcontext().Brian Wellington2022-03-184-47/+49
|/
* threading is always available from 3.7 onBob Halley2022-03-184-26/+11
* join adjacent strings (formatting)Bob Halley2022-03-178-22/+12
* add black to pyproject.tomlBob Halley2022-03-151-0/+1
* black autoformattingBob Halley2022-03-15183-7407/+10372
* test versioned zone non-txn get of nonexistent setBob Halley2022-03-121-0/+13
* remove extraneous "pass", and follow the existing dnspython styleBob Halley2022-03-121-13/+7
* Merge pull request #791 from wbolster/base-resolver-annotationsBob Halley2022-03-121-14/+42
|\