| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify _PyPegen_join_names_with_dot() (GH-111602) | Serhiy Storchaka | 2023-11-01 | 1 | -32/+2 |
|
|
* | gh-104169: Refactor tokenizer into lexer and wrappers (#110684) | Lysandros Nikolaou | 2023-10-11 | 1 | -1/+0 |
|
|
* | gh-110309: Prune empty constant in format specs (#110320) | sunmy2019 | 2023-10-05 | 1 | -10/+30 |
|
|
* | gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401) | Lysandros Nikolaou | 2023-07-04 | 1 | -0/+12 |
|
|
* | gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#10... | Pablo Galindo Salgado | 2023-06-15 | 1 | -3/+3 |
|
|
* | gh-105194: Fix format specifier escaped characters in f-strings (#105231) | Pablo Galindo Salgado | 2023-06-02 | 1 | -0/+19 |
|
|
* | gh-92536: Remove PyUnicode_READY() calls (#105210) | Victor Stinner | 2023-06-01 | 1 | -6/+0 |
|
|
* | gh-104799: Move location of type_params AST fields (#104828) | Jelle Zijlstra | 2023-05-26 | 1 | -11/+15 |
|
|
* | gh-104656: Rename typeparams AST node to type_params (#104657) | Jelle Zijlstra | 2023-05-22 | 1 | -3/+3 |
|
|
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -4/+7 |
|
|
* | gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-10... | Lysandros Nikolaou | 2023-04-27 | 1 | -41/+51 |
|
|
* | gh-102856: Initial implementation of PEP 701 (#102855) | Pablo Galindo Salgado | 2023-04-19 | 1 | -90/+449 |
|
|
* | gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277) | Eric Snow | 2022-12-16 | 1 | -20/+2 |
|
|
* | gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091) | Eric Snow | 2022-12-07 | 1 | -1/+2 |
|
|
* | gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496) | Eric Snow | 2022-11-15 | 1 | -0/+1 |
|
|
* | bpo-47212: Improve error messages for un-parenthesized generator expressions ... | Matthieu Dartiailh | 2022-04-05 | 1 | -1/+1 |
|
|
* | Refactor parser compilation units into specific components (GH-29676) | Pablo Galindo Salgado | 2021-11-21 | 1 | -0/+1289 |
|
|