1. 11 Feb, 2018 4 commits
  2. 10 Feb, 2018 1 commit
  3. 06 Feb, 2018 3 commits
  4. 05 Feb, 2018 1 commit
  5. 04 Feb, 2018 6 commits
  6. 03 Feb, 2018 3 commits
  7. 25 Jan, 2018 3 commits
  8. 23 Jan, 2018 1 commit
  9. 20 Jan, 2018 1 commit
  10. 05 Jan, 2018 12 commits
  11. 25 Dec, 2017 1 commit
  12. 22 Dec, 2017 3 commits
  13. 12 Dec, 2017 1 commit
    • Doug Greiman's avatar
      Fix trailing slash handling in pkg_resources.ZipProvider · 7b8b56fa
      Doug Greiman authored
      Given a ZipProvider, if the underlying ZipImporter prefix is empty,
      then resource_listdir('') and resource_listdir('subdir/') fail, while
      resource_listdir('/') and resource_listdir('subdir') succeed.
      
      On the other hand, if the underlying ZipImport prefix is not empty,
      then resource_listdir('/') fails but resource_listdir('') succeeds.
      
      With this change, the cases listed succeed with or without trailing
      slashes.
      7b8b56fa