summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/resources.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files...Ɓukasz Langa2020-06-091-14/+71
* bpo-39791 native hooks for importlib.resources.files (GH-20576)Miss Islington (bot)2020-06-081-71/+14
* bpo-39791: Add files() to importlib.resources (GH-19722)Jason R. Coombs2020-05-081-102/+59
* bpo-40443: Remove unused imports in stdlib (GH-19815)Victor Stinner2020-05-011-2/+1
* bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)Serhiy Storchaka2018-09-191-84/+0
* bpo-33537: Add an __all__ to importlib.resources (#6920)Barry Warsaw2018-05-171-8/+20
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-301-11/+10
* bpo-33151: Handle submodule resources (GH-6268)Barry Warsaw2018-03-271-3/+5
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-021-3/+12
* bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...Barry Warsaw2018-01-241-67/+83
* Implement the get_resource_reader() API for file system imports (#5168)Barry Warsaw2018-01-151-2/+4
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-301-0/+303