summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/_common.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-42129: Add support for resources in namespaces (GH-24670)Jason R. Coombs2021-03-041-8/+7
* bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)Jason R. Coombs2020-10-251-3/+2
* bpo-39791 native hooks for importlib.resources.files (GH-20576)Jason R. Coombs2020-06-081-19/+63
* bpo-39791: Add files() to importlib.resources (GH-19722)Jason R. Coombs2020-05-081-0/+72