summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_lazy.py
Commit message (Expand)AuthorAgeFilesLines
* gh-117182: Allow lazily loaded modules to modify their own __class__Chris Markiewicz2024-04-091-0/+28
* gh-117178: Recover lazy loading of self-referential modules (#117179)Chris Markiewicz2024-03-281-0/+18
* gh-114763: Protect lazy loading modules from attribute access races (GH-114781)Chris Markiewicz2024-02-241-2/+40
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-221-1/+1
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-061-1/+1
* Issue #26186: Remove the restriction that built-in and extensionBrett Cannon2016-06-251-0/+2
* Fix a scoping issue where an UnboundLocalError was triggered if aBrett Cannon2016-06-251-3/+13
* Issue #26186: Remove an invalid type check inBrett Cannon2016-02-211-0/+1
* Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-041-0/+132