COMMITS
/ Lib/test/test_importlib/test_lazy.py January 8, 2026
B
GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)" (#143584)
Brett Cannon committed
December 12, 2025
A
gh-139686: Make reloading a lazy module no-op (GH-139857)
Amer Esmail Elsheikh committed
January 21, 2025
S
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052)
Serhiy Storchaka committed
April 9, 2024
C
gh-117182: Allow lazily loaded modules to modify their own __class__
Chris Markiewicz committed
March 28, 2024
C
gh-117178: Recover lazy loading of self-referential modules (#117179)
Chris Markiewicz committed
February 24, 2024
C
gh-114763: Protect lazy loading modules from attribute access races (GH-114781)
Chris Markiewicz committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
May 6, 2019
P
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin committed
June 25, 2016
B
Issue #26186: Remove the restriction that built-in and extension
Brett Cannon committed
B
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon committed
February 21, 2016
B
Issue #26186: Remove an invalid type check in
Brett Cannon committed
April 4, 2014
B
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon committed