summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_resource.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33755: Fix importlib.resources isolation tests (GH-7412) (#7434)Miss Islington (bot)2018-06-051-1/+5
| | | | | (cherry picked from commit ac1ee1badade69d5cd6d8b9112281f121183e7c0) Co-authored-by: Barry Warsaw <barry@python.org>
* bpo-33254: do not return an empty list when asking for the contents of a ↵Miss Islington (bot)2018-04-301-4/+3
| | | | | | | namespace package (GH-6467) (cherry picked from commit 3ab9365dca8438f89b2060cd3eebe00606133dc4) Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
* bpo-33151: Handle submodule resources (GH-6268) (GH-6270)Miss Islington (bot)2018-03-271-1/+21
| | | | | (cherry picked from commit 30e507dff465a31901d87df791a2bac40dc88530) Co-authored-by: Barry Warsaw <barry@python.org>
* Implement the get_resource_reader() API for file system imports (#5168)Barry Warsaw2018-01-151-1/+1
|
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-301-0/+143
Port importlib_resources to importlib.resources