COMMITS
/ Lib/test/test_lazy_import/__init__.py May 29, 2026
B
gh-148587: Make sys.lazy_modules match PEP and keep internal lazy submodules tracking internal (#150086)
Bartosz Sławecki committed
May 21, 2026
May 19, 2026
P
gh-149321: Remove lazy_imports=none startup mode (#149389)
Pablo Galindo Salgado committed
May 18, 2026
S
gh-149977: Fix extra output of `-m test test_lazy_import` (#149978)
sobolevn committed
May 13, 2026
J
gh-149642: Fix interaction between exec and lazy_imports=all (#149643)
Jelle Zijlstra committed
May 11, 2026
J
gh-144957: Fix lazy imports + module __getattr__ (GH-149624)
Jelle Zijlstra committed
May 4, 2026
P
gh-149321: Fix stdlib imports with lazy imports disabled (#149338)
Pablo Galindo Salgado committed
April 6, 2026
P
gh-148110: Resolve lazy import filter names for relative imports (#148111)
Pablo Galindo Salgado committed
March 27, 2026
B
gh-145059: Record lazy modules without submodules in `sys.lazy_modules` (#146081)
Bartosz Sławecki committed
B
gh-145057: Fix test names and comments to reflect `sys.lazy_modules` is a dict, not a set (#146084)
Bartosz Sławecki committed
March 25, 2026
H
gh-146369: Ensure `PYTHON_LAZY_IMPORTS=none` overrides `__lazy_modules__` (#146371)
Hugo van Kemenade committed
March 3, 2026
B
gh-145452: Initialize `PyLazyImport_Type` during interpreter startup (#145453)
Bartosz Sławecki committed
March 2, 2026
B
gh-144851: Fix `__lazy_import__` crash with user-defined filters (#144852)
Bartosz Sławecki committed
February 28, 2026
B
gh-145334: Make lazy import tests discoverable (#145336)
Bartosz Sławecki committed