summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_read.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-46125: Refactor tests to test traversable API directly. Includes changes ...Jason R. Coombs2021-12-191-21/+19
* bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)Jason R. Coombs2021-11-241-9/+20
* bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)Jason R. Coombs2021-07-301-3/+10
* bpo-42129: Add support for resources in namespaces (GH-24670)Jason R. Coombs2021-03-041-9/+6
* bpo-33151: Handle submodule resources (GH-6268)Barry Warsaw2018-03-271-2/+11
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-301-0/+53