Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-11 | parser: preserve escape chars in strings | Charles Brunet | 1 | -2/+2 | |
use separate Node for multiline strings | |||||
2023-08-02 | Unify message(), format() and fstring formatting | Xavier Claessens | 1 | -2/+23 | |
Share a common function to convert objects to display strings for consistency. While at it, also add support for formatting user options. | |||||
2023-02-01 | treewide: add future annotations import | Eli Schwartz | 1 | -0/+1 | |
2021-09-25 | Remove helpers.check_stringlist() | Daniel Mensinger | 1 | -10/+2 | |
2021-08-30 | Simplify get_callee_args | Xavier Claessens | 1 | -55/+0 | |
2021-06-26 | refactor: Refactor BothLibraries logic | Daniel Mensinger | 1 | -1/+12 | |
This commit introduces a new type of `HoldableObject`: The `SecondLevelHolder`. The primary purpose of this class is to handle cases where two (or more) `HoldableObject`s are stored at the same time (with one default object). The best (and currently only) example here is the `BothLibraries` class. | |||||
2021-06-18 | holders: Ensure that InterpreterBase is the sole instance for (un)holderifying | Daniel Mensinger | 1 | -4/+4 | |
2021-06-11 | interpreter: Split base objects and helpers from interpreterbase.py | Daniel Mensinger | 1 | -0/+107 | |