COMMITS
/ Lib/test/test_importlib/test_util.py February 10, 2026
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
November 27, 2025
S
August 18, 2025
P
bpo-38735: Don't fail when importing from / with sys.pycache_prefix set (GH-30456)
Petr Viktorin committed
July 8, 2025
H
Update bytecode magic number in tests for the 3.14 release candidate (#136427)
Hugo van Kemenade committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner committed
January 21, 2025
S
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052)
Serhiy Storchaka committed
November 13, 2024
C
GH-126606: don't write incomplete pyc files (GH-126627)
CF Bolz-Tereick committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
April 11, 2024
S
April 2, 2024
E
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
March 13, 2024
B
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
Brett Cannon committed
December 12, 2023
E
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow committed
November 23, 2023
E
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Eric Snow committed
July 8, 2023
R
gh-105873: Make `_xxsubinterpreters` use exception type name in shared exception (#105874)
Radislav Chugunov committed
June 8, 2023
E
gh-104310: Rename the New Function in importlib.util (gh-105255)
Eric Snow committed
May 8, 2023
E
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)
Eric Snow committed
October 7, 2022
N
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev committed
October 5, 2022
B
August 5, 2022
P
Update the magic number in test_util.py (#95714)
Pablo Galindo Salgado committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
April 2, 2021
B
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon committed
August 24, 2019
S
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka committed
August 3, 2019
N
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
April 22, 2019
W
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893)
Windson yang committed
June 27, 2018
N
bpo-29514: Make magic number test work for candidates
Ned Deily committed
June 16, 2018
C
February 22, 2018
S
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Serhiy Storchaka committed
June 14, 2017
M
April 17, 2017
E
bpo-29514: Check magic number for bugfix release (#54)
Eric Appelt committed
September 8, 2016
E
B
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 27, 2015
B
Remove a dead test for a never-launched API
Brett Cannon committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
May 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow committed
January 25, 2014
E
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 18, 2013
B
Issue #16803: Move test_importlib.test_util to use both frozen and
Brett Cannon committed
June 16, 2013
B
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon committed
June 15, 2013
B
Issue #17177: stop using imp in test_importlib
Brett Cannon committed
B
Issue #17907: touch up the code for imp.new_module().
Brett Cannon committed
June 14, 2013
B
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon committed