Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | modules: use module level information about new and deprecation | Dylan Baker | 1 | -2/+3 | |
Instead of using FeatureNew/FeatureDeprecated in the module. The goal here is to be able to handle information about modules in a single place, instead of having to handle it separately. Each module simply defines some metadata, and then the interpreter handles the rest. | |||||
2021-12-31 | add FeatureNew decorators for various modules that were lacking them | Eli Schwartz | 1 | -0/+2 | |
Going back to 0.38, though some of them are far older. The original implementation of FeatureNew only added backdated feature checks that far, anyway. | |||||
2021-02-07 | Add Qt6 module | Luca Weiss | 1 | -0/+25 | |