| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(#123102)
gh-123085: Fix issue in inferred caller when resources package has no source.
From importlib_resources 6.4.3 (python/importlib_resources#314).
|
| |
|
|
|
| |
Apply changes from importlib_resources 6.3.2.
|
|
|
|
|
|
|
|
|
|
|
| |
* adapters
* Add comments for deferred imports with links to rationale.
* Add blurb
---------
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
|
* bpo-46118: Move importlib.resources to its own package.
* Expand compatibility shims with documentation and explicit imports.
|