Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-07 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -1/+2 | |
These are only used for type checking, so don't bother importing them at runtime. Generally add future annotations at the same time, to make sure that existing uses of these imports don't need to be quoted. | |||||
2022-01-27 | add location data to various Feature checks | Eli Schwartz | 1 | -1/+2 | |
2021-10-27 | fix various flake8 whitespace errors | Eli Schwartz | 1 | -1/+0 | |
2021-10-24 | interpreter: Fix missing featuer check (fixes #9425) | Daniel Mensinger | 1 | -0/+4 | |
2021-10-06 | interpreter: Holderify arrays and dicts | Daniel Mensinger | 1 | -0/+103 | |
This is the final refactoring for extracting the bultin object logic out of Interpreterbase. I decided to do both arrays and dicts in one go since splitting it would have been a lot more confusing. |