1. 08 Jun, 2018 1 commit
  2. 07 Jun, 2018 1 commit
  3. 04 Jun, 2018 1 commit
  4. 02 Jun, 2018 1 commit
  5. 31 May, 2018 2 commits
    • Jason Madden's avatar
      Switch off prospector, go back to plain pylint (#1230) · 1de3e36d
      Jason Madden authored
      * Switch off prospector, go back to plain pylint.
      
      prospector wasn't working on CI for some reason.
      
      Fix the outstanding pylint errors.
      
      * Explicitly request pylint 2 on Python 3
      
      * Also need to update astroid.
      
      * pylint warning generated on Travis (case-sensitive filesystem.)
      1de3e36d
    • Jason Madden's avatar
      Sleeping updates the loop's current time always. (#1228) · 40959196
      Jason Madden authored
      * Sleeping updates the loop's current time always.
      
      That had been disabled for libuv, but now that we run timers in our own code that's not a concern anymore.
      
      Fixes #1227.
      
      * Try Python 3.5.5 because of the weird Illegal Instruction crash we suddenly see with 3.5.4
      
      * Increase the value; test_sendall_timeout was often failing to actually timeout.
      
      * Really python3.5
      40959196
  6. 30 May, 2018 3 commits
  7. 29 May, 2018 2 commits
  8. 19 May, 2018 2 commits
  9. 18 May, 2018 4 commits
  10. 17 May, 2018 1 commit
  11. 16 May, 2018 5 commits
  12. 15 May, 2018 1 commit
  13. 11 May, 2018 3 commits
  14. 07 May, 2018 6 commits
  15. 05 May, 2018 1 commit
  16. 04 May, 2018 2 commits
    • Jason Madden's avatar
      Update config.guess/sub to latest versions. · 99de56bb
      Jason Madden authored
      99de56bb
    • Jason Madden's avatar
      Run leakchecks on Python 3.7. · e199273c
      Jason Madden authored
      Fixes #1197
      
      Switch to objgraph to handle the measurement for us. That cleared up a
      few of the obscure issues with references to
      functions/getset_descriptors and the like. (Possibly because it keys
      by string names and we were keeping type objects alive.)
      
      Many of the real failures were due to re-using exception instances,
      which is bad because of chaining.
      
      Most of the @ignore_leakcheck are for performance, only one is for a
      real issue---and that test was skipped already on CI anyway for being
      too flaky.
      e199273c
  17. 03 May, 2018 4 commits