| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.8] bpo-42531: Teach importlib.resources.path to handle packages without ↵ | William Schwartz | 2021-01-16 | 1 | -3/+5 |
| | | | | | | | | | | __file__ (GH-23611) Fixes [bpo-42531]() for Python 3.8. The issue also applies to 3.7. If this PR looks like it'll be accepted, I can cherry-pick it to the 3.7 branch and submit a follow-up PR. Automerge-Triggered-By: GH:jaraco | ||||
| * | bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406) | Serhiy Storchaka | 2018-09-19 | 1 | -84/+0 |
| | | |||||
| * | bpo-33537: Add an __all__ to importlib.resources (#6920) | Barry Warsaw | 2018-05-17 | 1 | -8/+20 |
| | | |||||
| * | bpo-33254: do not return an empty list when asking for the contents of a ↵ | Brett Cannon | 2018-04-30 | 1 | -11/+10 |
| | | | | | namespace package (GH-6467) | ||||
| * | bpo-33151: Handle submodule resources (GH-6268) | Barry Warsaw | 2018-03-27 | 1 | -3/+5 |
| | | |||||
| * | bpo-32303 - Consistency fixes for namespace loaders (#5481) | Barry Warsaw | 2018-02-02 | 1 | -3/+12 |
| | | | | | | | | * Make sure ``__spec__.loader`` matches ``__loader__`` for namespace packages. * Make sure ``__spec__.origin` matches ``__file__`` for namespace packages. https://bugs.python.org/issue32303 https://bugs.python.org/issue32305 | ||||
| * | bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for ↵ | Barry Warsaw | 2018-01-24 | 1 | -67/+83 |
| | | | | | zipimport (#5248) | ||||
| * | Implement the get_resource_reader() API for file system imports (#5168) | Barry Warsaw | 2018-01-15 | 1 | -2/+4 |
| | | |||||
| * | bpo-32248 - Implement importlib.resources (#4911) | Barry Warsaw | 2017-12-30 | 1 | -0/+303 |
| Port importlib_resources to importlib.resources | |||||
