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_util.py
Commit message (
Expand
)
Author
Age
*
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-06
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
*
Issue #16803: Move test_importlib.test_util to use both frozen and
Brett Cannon
2013-10-18
*
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
*
Issue #17177: stop using imp in test_importlib
Brett Cannon
2013-06-15
*
Issue #17907: touch up the code for imp.new_module().
Brett Cannon
2013-06-14
*
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
*
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
*
Add a reset_name argument to importlib.util.module_to_load in order to
Brett Cannon
2013-05-31
*
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon
2013-05-30
*
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon
2013-05-28
*
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon
2013-05-28
*
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon
2013-03-13
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20