Jason R. Coombs
a53812df12
gh-123085: Fix issue in inferred caller when resources package has no source ( #123102 )
...
gh-123085: Fix issue in inferred caller when resources package has no source.
From importlib_resources 6.4.3 (python/importlib_resources#314 ).
2024-09-12 19:08:06 +00:00
abstractee
1f4a49ea53
Fix typos in warnings, docstrings, comments and text files ( #123597 )
2024-09-03 02:20:40 +02:00
Jason R. Coombs
8d63c8d47b
gh-106531: Apply changes from importlib_resources 6.3.2 ( #117054 )
...
Apply changes from importlib_resources 6.3.2.
2024-06-04 06:36:28 +00:00
Adam Turner
6547330f4e
GH-109653: Defer import of ``importlib.metadata._adapters`` ( #109829 )
...
* adapters
* Add comments for deferred imports with links to rationale.
* Add blurb
---------
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
2024-03-21 03:49:10 +00:00
Jason R. Coombs
447d061bc7
gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)
2023-01-01 11:07:32 -05:00
Samet YASLAN
f10f503b24
gh-100585: Fixed a bug where importlib.resources.as_file was leaving file pointers open (GH-100586)
...
* gh-100585: Fixed open fp bug in the imporlib module
* Added news for gh-100585
2022-12-28 16:31:43 -05:00
Jason R. Coombs
cea910ebf1
gh-97930: Merge with importlib_resources 5.9 (GH-97929)
...
* Merge with importlib_resources 5.9
* Update changelog
2022-10-16 15:00:39 -04:00
Victor Stinner
443ca731d6
gh-93353: Fix importlib.resources._tempfile() finalizer ( #93377 )
...
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.
2022-06-13 19:24:00 +02:00
Jason R. Coombs
e712a5b277
bpo-46118: Move importlib.resources to its own package. ( #30176 )
...
* bpo-46118: Move importlib.resources to its own package.
* Expand compatibility shims with documentation and explicit imports.
2021-12-30 21:00:48 -05:00