index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_importlib
/
test_spec.py
Commit message (
Expand
)
Author
Age
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-06
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-04
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
*
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner
2020-06-17
*
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-07
*
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-06
*
Remove dead PEP 451 code.
Eric Snow
2014-01-06
*
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow
2013-12-10
*
Remove commented-out module spec test code and an out-of-date note.
Eric Snow
2013-12-09
*
Issue #19758: silence PendingDeprecationWarnings in test_importlib.
Eric Snow
2013-12-07
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22