You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Anthony Sottile 995d9b9297 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
..
Python.asdl bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) 7 years ago
acceler.c Untabify C files. Will watch buildbots. 16 years ago
asdl.py Add ast.Constant 10 years ago
asdl_c.py bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) 7 years ago
bitset.c Untabify C files. Will watch buildbots. 16 years ago
firstsets.c Untabify C files. Will watch buildbots. 16 years ago
grammar.c properly free memory in pgen 9 years ago
grammar1.c bpo-31338 (#3374) 8 years ago
listnode.c Use NULL rather than 0. (#778) 9 years ago
metagrammar.c Untabify C files. Will watch buildbots. 16 years ago
myreadline.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 7 years ago
node.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
parser.c Issue #26130: Remove redundant variable 's' from Parser/parser.c 10 years ago
parser.h bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
parsetok.c bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
parsetok_pgen.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pgen.c properly free memory in pgen 9 years ago
pgenmain.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
printgrammar.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
token.c bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) 7 years ago
tokenizer.c bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
tokenizer.h bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 24 years ago