1. 11 Dec, 2015 5 commits
  2. 10 Dec, 2015 8 commits
  3. 09 Dec, 2015 1 commit
    • Jason Madden's avatar
      Increase a few more timers for appveyor · 924572a2
      Jason Madden authored
      Remove some FLAKY tests from appveyor that should no longer be FLAKY; add test_selectors for 3.5/3.5 because it has timeout-related code that can be flaky there. Remove obsolete failure from PYPY case because we don't support that old version anymore.
      
      test_hub_join_timeout was still flakey on Py 3.4/64-bit appveyor
      
      One finer-grained skip for appveyor
      924572a2
  4. 08 Dec, 2015 2 commits
  5. 07 Dec, 2015 4 commits
  6. 06 Dec, 2015 2 commits
  7. 30 Nov, 2015 7 commits
  8. 25 Nov, 2015 9 commits
  9. 24 Nov, 2015 1 commit
  10. 23 Nov, 2015 1 commit
    • Jason Madden's avatar
      Use the modern FFI.set_source() method to do out-of-line API mode. · 180ca1c0
      Jason Madden authored
      This lets the CFFI backend be used on CPython and is more maintainable
      going forward. Initial benchmarking of the CFFI backend on CPython
      shows it to be a few percent slower than the cython backend, but
      probably not significantly so.
      
      Note that the tests are not expected to pass on Travis/pypy yet,
      because Travis pypy is too old. Use of pyenv may be required.
      180ca1c0