COMMITS
/ Lib/importlib/resources.py July 30, 2021
J
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
Jason R. Coombs committed
June 19, 2021
S
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
Sebastian Rittau committed
May 26, 2021
J
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387)
Jason R. Coombs committed
March 4, 2021
J
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs committed
October 25, 2020
J
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs committed
June 8, 2020
J
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs committed
May 8, 2020
J
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs committed
May 1, 2020
V
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner committed
September 19, 2018
S
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka committed
May 17, 2018
B
bpo-33537: Add an __all__ to importlib.resources (#6920)
Barry Warsaw committed
April 30, 2018
March 27, 2018
B
bpo-33151: Handle submodule resources (GH-6268)
Barry Warsaw committed
February 2, 2018
B
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw committed
January 24, 2018
B
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248)
Barry Warsaw committed
January 15, 2018
B
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw committed
December 30, 2017
B
bpo-32248 - Implement importlib.resources (#4911)
Barry Warsaw committed