aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Parser/token.c
Commit message (Expand)AuthorAge
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-26
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-21
* gh-102856: Initial implementation of PEP 701 (#102855)Pablo Galindo Salgado2023-04-19
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-17
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-11
* bpo-43822: Improve syntax errors for missing commas (GH-25377)Pablo Galindo2021-04-15
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-07
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-31
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-24
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...Serhiy Storchaka2018-12-22