1. 14 Oct, 2017 1 commit
  2. 13 Oct, 2017 1 commit
  3. 12 Oct, 2017 18 commits
  4. 11 Oct, 2017 9 commits
  5. 29 Sep, 2017 2 commits
  6. 25 Sep, 2017 3 commits
  7. 24 Sep, 2017 1 commit
  8. 21 Sep, 2017 1 commit
  9. 20 Sep, 2017 3 commits
  10. 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