1. 20 Aug, 2018 1 commit
  2. 17 Aug, 2018 13 commits
  3. 12 Aug, 2018 1 commit
  4. 11 Aug, 2018 2 commits
  5. 09 Aug, 2018 2 commits
  6. 27 Jul, 2018 2 commits
  7. 20 Jul, 2018 2 commits
  8. 15 Jul, 2018 1 commit
  9. 13 Jul, 2018 2 commits
  10. 12 Jul, 2018 3 commits
    • Jon Kohler's avatar
      Changelog for github PR #1418 · 67f190ad
      Jon Kohler authored
      67f190ad
    • Paul Ganssle's avatar
      Fix race condition in _bypass_ensure_directory · 342443f5
      Paul Ganssle authored
      This fixes a race condition in _bypass_ensure_directory where
      two threads or processes may erroneously fail because they are
      both creating the same directory. A more robust implementation
      of this may involve exposing the un-wrapped os.makedirs.
      
      Originally reported with proposed patch by @JonKohler in
      github PR #1412. This patch came out of discussions on that
      thread.
      342443f5
    • Paul Ganssle's avatar
      Add test for cache_path race condition · bb36b418
      Paul Ganssle authored
      This mocks out the isdir call so that the directory is created
      immediately after you determine whether or not it exists, thus
      simulating a race condition between two threads or processes
      creating the same directory.
      bb36b418
  11. 11 Jul, 2018 1 commit
  12. 10 Jul, 2018 5 commits
  13. 09 Jul, 2018 5 commits