summaryrefslogtreecommitdiffstats
path: root/Parser/tokenizer
Commit message (Expand)AuthorAgeFilesLines
* gh-135801: Add the module parameter to compile() etc (GH-139652)Serhiy Storchaka2025-11-131-2/+2
* gh-63161: Fix PEP 263 support (GH-139481)Serhiy Storchaka2025-10-105-33/+79
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-302-3/+3
* 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-128016: Improved invalid escape sequence warning message (#128020)Umar Butler2025-01-151-2/+10
* 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-117-0/+1391