cpython/Parser
Serhiy Storchaka 9670543a00 Issue #18038: SyntaxError raised during compilation sources with illegal
encoding now always contains an encoding name.
2013-06-09 16:53:55 +03:00
..
Python.asdl unify some ast.argument's attrs; change Attribute column offset (closes #16795) 2013-03-18 10:48:58 -07:00
acceler.c
asdl.py unify some ast.argument's attrs; change Attribute column offset (closes #16795) 2013-03-18 10:48:58 -07:00
asdl_c.py change AST codegen to use PyModule_AddIntMacro 2013-05-20 10:28:48 -07:00
bitset.c
firstsets.c
grammar.c
grammar1.c make PyGrammar_LabelRepr return a const char * (closes #16369) 2012-10-31 13:36:13 -04:00
listnode.c
metagrammar.c
myreadline.c Replace WaitForSingleObject with WaitForSingleObjectEx, 2013-01-25 14:25:48 +01:00
node.c Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. 2012-09-20 20:56:47 +02:00
parser.c
parser.h
parsetok.c Remove unused variables in parsetok(). 2012-08-11 11:16:18 +02:00
parsetok_pgen.c
pgen.c
pgenmain.c
printgrammar.c
spark.py
tokenizer.c Issue #18038: SyntaxError raised during compilation sources with illegal 2013-06-09 16:53:55 +03:00
tokenizer.h
tokenizer_pgen.c