summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/resources
Commit message (Expand)AuthorAgeFilesLines
* gh-123085: Fix issue in inferred caller when resources package has no source ...Jason R. Coombs2024-09-121-2/+3
* gh-121735: Fix module-adjacent references in zip files (#123037)Jason R. Coombs2024-09-121-2/+4
* Fix typos in warnings, docstrings, comments and text files (#123597)abstractee2024-09-031-1/+1
* gh-116608: Apply style and compatibility changes from importlib_metadata. (#1...Jason R. Coombs2024-08-151-5/+1
* gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)Jason R. Coombs2024-06-042-2/+54
* gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...Petr Viktorin2024-04-052-0/+102
* GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)Adam Turner2024-03-211-2/+3
* Add missed `stream` argument (#111775)Alexander Shadchin2024-02-201-1/+1
* gh-113238: add Anchor to importlib.resources (#113801)Mike Zimin2024-01-161-0/+2
* gh-106531: Remove importlib.resources._legacy (#106532)Jason R. Coombs2023-07-142-139/+0
* gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)Jason R. Coombs2023-02-183-42/+67
* gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)Jason R. Coombs2023-01-014-57/+100
* gh-100585: Fixed a bug where importlib.resources.as_file was leaving file poi...Samet YASLAN2022-12-281-1/+1
* gh-97930: Merge with importlib_resources 5.9 (GH-97929)Jason R. Coombs2022-10-164-29/+86
* gh-82874: Convert remaining importlib format uses to f-str. (#98005)Gregory P. Smith2022-10-071-1/+1
* gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)Victor Stinner2022-06-131-2/+5
* gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...Jason R. Coombs2022-04-172-15/+39
* bpo-46118: Move importlib.resources to its own package. (#30176)Jason R. Coombs2021-12-318-0/+840