| Commit message (Collapse) | Author | Age |
|
|
|
| |
(#124018)
|
|
|
|
|
|
|
| |
(#123102)
gh-123085: Fix issue in inferred caller when resources package has no source.
From importlib_resources 6.4.3 (python/importlib_resources#314).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gh-116608: Apply style and compatibility changes from importlib_metadata.
* gh-121735: Ensure module-adjacent resources are loadable from a zipfile.
* gh-121735: Allow all modules to be processed by the ZipReader.
* Add blurb
* Remove update-zips script, unneeded.
* Remove unnecessary references to removed static fixtures.
* Remove zipdata fixtures, unused.
|
| |
|
|
|
|
| |
(#123028)
|
|
|
| |
Apply changes from importlib_resources 6.3.2.
|
|
|
|
| |
subdirectory support (GH-116609)
|
|
|
|
|
|
|
|
|
|
|
| |
* adapters
* Add comments for deferred imports with links to rationale.
* Add blurb
---------
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
|
|
|
|
| |
* Add missed `stream` argument
* Add news
|
|
|
|
| |
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
| |
* gh-106531: Remove importlib.resources._legacy
Syncs with importlib_resources 6.0.
* Remove documentation for removed functionality.
|
| |
|
| |
|
|
|
|
|
|
|
| |
pointers open (GH-100586)
* gh-100585: Fixed open fp bug in the imporlib module
* Added news for gh-100585
|
|
|
|
|
| |
* Merge with importlib_resources 5.9
* Update changelog
|
|
|
| |
f-yes
|
|
|
|
|
| |
Fix the importlib.resources.as_file() context manager to remove the
temporary file if destroyed late during Python finalization: keep a
local reference to the os.remove() function. Patch by Victor Stinner.
|
|
|
|
|
|
|
| |
(#91623)
* bpo-47142: Refine traversable (apply changes from importlib_resources 5.7.1)
* Replace changelog referencing github issue.
|
|
* bpo-46118: Move importlib.resources to its own package.
* Expand compatibility shims with documentation and explicit imports.
|