summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/resources/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel ↵Miss Islington (bot)2025-01-261-1/+8
| | | | | | | | present (GH-124018) (#129319) gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018) (cherry picked from commit b543b32eff78ce214e68e8c5fc15a8c843fa8dec) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* gh-116608: importlib.resources: Un-deprecate functional API & add ↵Petr Viktorin2024-04-051-0/+17
| | | | subdirectory support (GH-116609)
* gh-113238: add Anchor to importlib.resources (#113801)Mike Zimin2024-01-161-0/+2
| | | | Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* gh-106531: Remove importlib.resources._legacy (#106532)Jason R. Coombs2023-07-141-19/+0
| | | | | | | * gh-106531: Remove importlib.resources._legacy Syncs with importlib_resources 6.0. * Remove documentation for removed functionality.
* bpo-46118: Move importlib.resources to its own package. (#30176)Jason R. Coombs2021-12-311-0/+36
* bpo-46118: Move importlib.resources to its own package. * Expand compatibility shims with documentation and explicit imports.