- 30 Apr, 2020 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
A few cases of gethostbyaddr don't match the exception.
-
Jason Madden authored
-
Jason Madden authored
Share quite a bit more code between the ares and dnspython resolver.
-
Jason Madden authored
-
- 29 Apr, 2020 4 commits
-
-
Jason Madden authored
Addresses #1459
-
Jason Madden authored
The c-ares resolver comes even closer to the system resolver. Tests pass locally on a manylinux docker image. So take it out of the known flaky list for now, see how that does.
-
Jason Madden authored
-
Jason Madden authored
-
- 28 Apr, 2020 2 commits
-
-
Jason Madden authored
Does not yet handle canonical names, but this doesn't result in test failures.
-
Jason Madden authored
-
- 27 Apr, 2020 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1588 and fixes #1589
-
- 23 Apr, 2020 1 commit
-
-
Jason Madden authored
-
- 22 Apr, 2020 10 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1567, fixes #1562, fixes #1559 and fixes #1566
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 21 Apr, 2020 2 commits
-
-
Jason Madden authored
Group some tests in the same process
-
Jason Madden authored
Fixes #1581. This was exposed by running test__os and test__queue in the same process in that order. test__os watches children, and test__queue has a test that expects a LoopExit. It wasn't raised because the child watcher (really the signal watcher) was referenced, keeping the loop running.
-
- 20 Apr, 2020 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1580
-
Jason Madden authored
This almost cuts the test time in half on my machine.
-
- 18 Apr, 2020 6 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
it wasn't in the matrix there.
-
Jason Madden authored
-
- 17 Apr, 2020 2 commits
-
-
Jason Madden authored
Make it possible to monkey-patch contextvars of the non-standard back…
-
Jason Madden authored
Make it possible to monkey-patch contextvars of the non-standard backport is installed on Python < 3.7. Fixes #1572.
-