Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-01 | treewide: add future annotations import | Eli Schwartz | 1 | -0/+1 | |
2022-08-17 | interpreter: move handling of module stability to interpreter | Dylan Baker | 1 | -0/+87 | |
Thanks to `ModuleInfo`, all modules are just named `foo.py` instead of `unstable_foo.py`, which simplifies the import method a bit. This also allows for accurate FeatureNew/FeatureDeprecated use, as we know when the module was added and if/when it was stabilized. |