An error occurred fetching the project authors.
  1. 19 Apr, 2019 2 commits
    • Jason Madden's avatar
      First part of adding c-ares · 4aed442a
      Jason Madden authored
      4aed442a
    • Jason Madden's avatar
      Refactor the Travis build to make the matrix explicit and faster. Eliminate Makefile · 2116a113
      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'
      2116a113
  2. 04 May, 2018 1 commit
  3. 16 Feb, 2018 1 commit
  4. 05 Apr, 2016 1 commit
  5. 10 Mar, 2016 1 commit
    • Jason Madden's avatar
      Update c-ares to 1.11.0 · 00cdf305
      Jason Madden authored
      - Replaced the whole directory with current source. This adds a few more
        scripts that we could remove again if desired, but it's easier just to
        be able to copy everything.
      - However, the new test directory requires c++11, which travis doesn't
        have, so it's ditabled.
      - The invocation of configure had to lose the CONFIG_FILES= param,
        because with that set, configure would fail to create the Makefile
        which in turn caused the whole thing to fail.
      00cdf305
  6. 24 Jun, 2015 1 commit
  7. 21 Sep, 2012 1 commit
  8. 18 Aug, 2011 1 commit
  9. 06 Apr, 2011 1 commit