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
/
test
/
test_importlib
/
test_util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...
Miss Islington (bot)
2024-03-13
1
-1/+1
*
[3.12] Update the expected bytecode magic in test_importlib.test_util (#107626)
T. Wouters
2023-08-04
1
-1/+1
*
[3.12] gh-104310: Rename the New Function in importlib.util (gh-105255) (gh-1...
Miss Islington (bot)
2023-06-08
1
-13/+13
*
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)
Eric Snow
2023-05-08
1
-0/+121
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-07
1
-178/+0
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
1
-63/+0
*
Update the magic number in test_util.py (#95714)
Pablo Galindo Salgado
2022-08-05
1
-1/+1
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
1
-1/+2
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
1
-16/+14
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
1
-1/+1
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
1
-3/+3
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-1/+1
*
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...
Windson yang
2019-04-22
1
-1/+1
*
bpo-29514: Make magic number test work for candidates
Ned Deily
2018-06-27
1
-1/+1
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-11/+84
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-1/+1
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-0/+6
*
bpo-29514: Check magic number for bugfix release (#54)
Eric Appelt
2017-04-17
1
-0/+44
*
Issue #28026: Raise ImportError when exec_module() exists but create_module()...
Eric Snow
2016-09-08
1
-7/+1
*
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
1
-0/+19
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-18/+96
*
Remove a dead test for a never-launched API
Brett Cannon
2015-03-27
1
-9/+0
*
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
1
-3/+9
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-37/+115
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
1
-41/+44
*
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
1
-0/+147
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-07
1
-8/+18
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-65/+0
*
Issue #16803: Move test_importlib.test_util to use both frozen and
Brett Cannon
2013-10-18
1
-50/+85
*
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
1
-0/+21
*
Issue #17177: stop using imp in test_importlib
Brett Cannon
2013-06-15
1
-15/+15
*
Issue #17907: touch up the code for imp.new_module().
Brett Cannon
2013-06-15
1
-0/+116
*
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
1
-0/+11
*
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
1
-5/+19
*
Add a reset_name argument to importlib.util.module_to_load in order to
Brett Cannon
2013-05-31
1
-0/+12
*
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon
2013-05-30
1
-7/+7
*
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon
2013-05-28
1
-1/+12
*
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon
2013-05-28
1
-0/+50
*
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon
2013-03-13
1
-10/+32
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-0/+208