1. 17 Aug, 2018 2 commits
    • Paul Ganssle's avatar
      Merge pull request #1450 from hugovk/upgrade-pyparsing · 336ff3aa
      Paul Ganssle authored
      Upgrade vendored PyParsing from 2.1.10 to 2.2.0
      336ff3aa
    • 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. 09 Aug, 2018 2 commits
  5. 27 Jul, 2018 2 commits
  6. 20 Jul, 2018 2 commits
  7. 15 Jul, 2018 1 commit
  8. 13 Jul, 2018 2 commits
  9. 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
  10. 11 Jul, 2018 1 commit
  11. 10 Jul, 2018 5 commits
  12. 09 Jul, 2018 6 commits
  13. 04 Jul, 2018 5 commits
  14. 01 Jul, 2018 1 commit
  15. 29 Jun, 2018 1 commit
  16. 28 Jun, 2018 3 commits
  17. 25 Jun, 2018 1 commit