This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 06:36:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
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
..
acceler.c
…
asdl_c.py
change AST codegen to use PyModule_AddIntMacro
2013-05-20 10:28:48 -07:00
asdl.py
unify some ast.argument's attrs; change Attribute column offset (
closes
#16795
)
2013-03-18 10:48:58 -07:00
bitset.c
…
firstsets.c
…
grammar1.c
make PyGrammar_LabelRepr return a const char * (
closes
#16369
)
2012-10-31 13:36:13 -04:00
grammar.c
…
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_pgen.c
…
parsetok.c
Remove unused variables in parsetok().
2012-08-11 11:16:18 +02:00
pgen.c
…
pgenmain.c
…
printgrammar.c
…
Python.asdl
unify some ast.argument's attrs; change Attribute column offset (
closes
#16795
)
2013-03-18 10:48:58 -07:00
spark.py
…
tokenizer_pgen.c
…
tokenizer.c
Issue
#18038
: SyntaxError raised during compilation sources with illegal
2013-06-09 16:53:55 +03:00
tokenizer.h
…