Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-09-11 | parser: preserve escape chars in strings | Charles Brunet | 1 | -0/+6 |
2023-09-11 | Add ParenthesizedNode | JCWasmx86 | 1 | -0/+4 |
2022-07-03 | move various unused typing-only imports into type-checking blocks | Eli Schwartz | 1 | -1/+5 |
2021-07-25 | ast: Add dummy "support" for fstrings in the ast package | Daniel Mensinger | 1 | -0/+3 |
2020-09-08 | typing: completely type ast | Daniel Mensinger | 1 | -1/+1 |
2020-05-23 | ast: Add AST JSON printer | Daniel Mensinger | 1 | -2/+1 |
2020-03-02 | types: Remove redundant __init__() -> None annotation | Daniel Mensinger | 1 | -1/+1 |
2020-03-02 | types: Annotate the AST visitors | Daniel Mensinger | 1 | -29/+30 |
2019-06-28 | ast: printer fix index node printing | Daniel Mensinger | 1 | -0/+1 |
2019-04-29 | Fix flake8-bugbear warnings | Daniel Mensinger | 1 | -2/+0 |
2019-01-22 | AST post processing | Daniel Mensinger | 1 | -8/+30 |
2019-01-22 | Basic AST visitor pattern | Daniel Mensinger | 1 | -0/+118 |