summaryrefslogtreecommitdiffstats
path: root/Python/Python-tokenize.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaces. (GH-28706)Serhiy Storchaka2021-10-031-1/+1
* Format the Python-tokenize module and fix exit path (GH-27935)Pablo Galindo Salgado2021-08-251-47/+46
* Add tests for the C tokenizer and expose it as a private module (GH-27924)Pablo Galindo Salgado2021-08-241-0/+195