aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/clinic/Python-tokenize.c.h
Commit message (Expand)AuthorAge
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-27
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-08
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-07
* gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)Victor Stinner2023-11-01
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-17
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-31
* gh-105069: Add a readline-like callable to the tokenizer to consume input ite...Pablo Galindo Salgado2023-05-30
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-21
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-13
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-11
* Add tests for the C tokenizer and expose it as a private module (GH-27924)Pablo Galindo Salgado2021-08-24