- 19 Apr, 2019 4 commits
-
-
Jason Madden authored
Refactor the Travis build to make the matrix explicit and faster, simplify Python installs
-
Jason Madden authored
-
Jason Madden authored
Right now the different versions aren't getting combined. It's not clear if this will work or not.
-
Jason Madden authored
This should eliminate cache thrashing when we upgrade python versions. And also eventually might do more caching here. Also simplify the paths at which pythons are installed, so we only have to change one place to update a version. The cache is only shared between stages that match things like environment variables. Ah, we need CFFI at runtime; build isolation means pyproject.toml doesn't deliver it to us. We must have had it cached. A DNSPython test we didn't run before sometimes fails. Must be multiple answers. Tweak test coverage and test_ssl for PyPy3 Refactoring the testrunner; more needed, but this gets us simple travis folding. Reorganize the test matrix for clarity, and shrink it back to what we used to test. Remove now-unused entries from the makefile. Remove the makefile, port the posix specific rules to Python for 'setup.py clean'
-
- 16 Apr, 2019 5 commits
-
-
Jason Madden authored
Update to libev 4.25
-
Jason Madden authored
Test libuv and c-ares in non-embedded cases
-
Jason Madden authored
-
Jason Madden authored
[skip appveyor]
-
Jason Madden authored
Fixes #1395 Actually, I think maybe not all backends will work. Lets find out. [skip appveyor]
-
- 15 Apr, 2019 6 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Update to libuv 1.27.0
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Require dnspython 1.16 and backport a fix from 2.0
-
- 13 Apr, 2019 1 commit
-
-
Jason Madden authored
This lets us have a much simpler integration. Fixes #1258
-
- 12 Apr, 2019 9 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Add pyproject.toml
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 10 Apr, 2019 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Use test.support.find_unused_port() instead of rolling our own; it handles windows better. Limit the DNS6 tests to known good configurations. Hopefully fix a bunch of flakiness in test__refcount's use of sockets. Fixes #1389
-
- 09 Apr, 2019 10 commits
-
-
Jason Madden authored
Tests do reasonable things when some of the test deps are missing
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Make the optional backends optional in test__all__ and test__execmodules
-
Jason Madden authored
Fixes #1366.
-
Jason Madden authored
Fix minor typo in docstring
-
Carson Ip authored
-