summaryrefslogtreecommitdiffstats
path: root/Parser/tokenizer/file_tokenizer.c
Commit message (Expand)AuthorAgeFilesLines
* gh-63161: Fix PEP 263 support (GH-139481)Serhiy Storchaka2025-10-101-14/+35
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-2/+2
* gh-131238: Add explicit includes to pycore headers (#131257)Victor Stinner2025-03-171-4/+6
* gh-128911: Add PyImport_ImportModuleAttr() function (#128912)Victor Stinner2025-01-301-1/+1
* GH-110749: fix unistd.h import in file_tokenizer.c (#110750)Filipe LaĆ­ns2023-10-121-4/+4
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-111-0/+470