summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/resources.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)Barry Warsaw2018-02-031-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