1. 11 Oct, 2017 6 commits
  2. 29 Sep, 2017 2 commits
  3. 21 Sep, 2017 1 commit
  4. 20 Sep, 2017 3 commits
  5. 16 Sep, 2017 1 commit
    • Jon Dufresne's avatar
      Clean up resource warnings during tests · b1e47b43
      Jon Dufresne authored
      When tests are invoked with the Python flag -Wall, warnings appear in
      the form of:
      
        ResourceWarning: unclosed file ...
      
      Close all files and resources deterministically to avoid such warnings.
      Most often, easiest to do using a context manager.
      b1e47b43
  6. 15 Sep, 2017 2 commits
  7. 14 Sep, 2017 2 commits
  8. 13 Sep, 2017 5 commits
  9. 11 Sep, 2017 2 commits
  10. 09 Sep, 2017 11 commits
  11. 03 Sep, 2017 5 commits