1. 17 Aug, 2018 2 commits
    • Hugo's avatar
      Upgrade vendored appdirs from 1.4.0 to 1.4.3 · 248ba511
      Hugo authored
      248ba511
    • Carsten Klein's avatar
      Rename find_namepaces_ns to find_namespace_packages (#1423) · 0254a2fd
      Carsten Klein authored
      * fix #1419 PEP420: add find_namespace: directive
      
      * fix #1419 PEP420: add find_namespace: directive to documentation
      
      * fix #1419 PEP420: add tests
      
      * fix #1419 PEP420: clean up code
      
      * fix #1419 PEP420: fix typo in documentation
      
      * fix #1419 PEP420: fix typo in documentation
      
      * fix #1419 PEP420: clean up code
      
      * fix #1419 PEP420: add changelog entry
      
      * fixup! fix #1419 PEP420: add tests
      
      * fix #1419 PEP420: cleanup code refactor markers
      
      * #1420: Rename find_namespace_ns to find_namespace_packages
      
      *  #1420: update changelog entry
      0254a2fd
  2. 12 Aug, 2018 1 commit
  3. 11 Aug, 2018 2 commits
  4. 27 Jul, 2018 2 commits
  5. 20 Jul, 2018 2 commits
  6. 15 Jul, 2018 1 commit
  7. 13 Jul, 2018 2 commits
  8. 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
  9. 11 Jul, 2018 1 commit
  10. 10 Jul, 2018 5 commits
  11. 09 Jul, 2018 6 commits
  12. 04 Jul, 2018 5 commits
  13. 01 Jul, 2018 1 commit
  14. 29 Jun, 2018 1 commit
  15. 28 Jun, 2018 3 commits
  16. 25 Jun, 2018 2 commits
  17. 21 Jun, 2018 1 commit