aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/Python-tokenize.c
Commit message (Expand)AuthorAge
* gh-97973: Return all necessary information from the tokenizer (GH-97984)Lysandros Nikolaou2022-10-06
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-11
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-11
* bpo-45434: Mark the PyTokenizer C API as private (GH-28924)Victor Stinner2021-10-13
* Remove trailing spaces. (GH-28706)Serhiy Storchaka2021-10-03
* Format the Python-tokenize module and fix exit path (GH-27935)Pablo Galindo Salgado2021-08-25
* Add tests for the C tokenizer and expose it as a private module (GH-27924)Pablo Galindo Salgado2021-08-24