index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
resources.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46118: Move importlib.resources to its own package. (#30176)
Jason R. Coombs
2021-12-31
1
-36/+0
*
bpo-46125: Refactor tests to test traversable API directly. Includes changes ...
Jason R. Coombs
2021-12-19
1
-1/+1
*
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
Jason R. Coombs
2021-07-30
1
-167/+19
*
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
Sebastian Rittau
2021-06-19
1
-2/+1
*
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...
Jason R. Coombs
2021-05-26
1
-3/+1
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
1
-49/+61
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
1
-10/+27
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
1
-71/+14
*
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs
2020-05-08
1
-102/+59
*
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner
2020-05-01
1
-2/+1
*
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka
2018-09-19
1
-84/+0
*
bpo-33537: Add an __all__ to importlib.resources (#6920)
Barry Warsaw
2018-05-17
1
-8/+20
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
1
-11/+10
*
bpo-33151: Handle submodule resources (GH-6268)
Barry Warsaw
2018-03-27
1
-3/+5
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
1
-3/+12
*
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...
Barry Warsaw
2018-01-24
1
-67/+83
*
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
2018-01-15
1
-2/+4
*
bpo-32248 - Implement importlib.resources (#4911)
Barry Warsaw
2017-12-30
1
-0/+303