Commit message (Expand) | Author | Age | |
---|---|---|---|
* | gh-117182: Allow lazily loaded modules to modify their own __class__ | Chris Markiewicz | 2024-04-09 |
* | gh-117178: Recover lazy loading of self-referential modules (#117179) | Chris Markiewicz | 2024-03-28 |
* | gh-114763: Protect lazy loading modules from attribute access races (GH-114781) | Chris Markiewicz | 2024-02-23 |
* | bpo-46425: fix direct invocation of `test_importlib` (GH-30682) | Nikita Sobolev | 2022-01-22 |
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 |
* | Issue #26186: Remove the restriction that built-in and extension | Brett Cannon | 2016-06-25 |
* | Fix a scoping issue where an UnboundLocalError was triggered if a | Brett Cannon | 2016-06-25 |
* | Issue #26186: Remove an invalid type check in | Brett Cannon | 2016-02-20 |
* | Issue #17621: Introduce importlib.util.LazyLoader. | Brett Cannon | 2014-04-04 |