1. 18 May, 2018 3 commits
  2. 17 May, 2018 1 commit
  3. 16 May, 2018 5 commits
  4. 15 May, 2018 1 commit
  5. 11 May, 2018 3 commits
  6. 07 May, 2018 6 commits
  7. 05 May, 2018 1 commit
  8. 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
  9. 03 May, 2018 6 commits
  10. 29 Apr, 2018 1 commit
  11. 27 Apr, 2018 2 commits
  12. 26 Apr, 2018 5 commits
  13. 25 Apr, 2018 4 commits