This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-21 20:03:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9bba7b70852bc0aff6abafcafe46c25c19eb8f81
cpython
/
Parser
T
History
Christian Heimes
082c9b0267
Fixed bug
#1915
: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
2008-01-23 14:20:50 +00:00
..
acceler.c
…
asdl_c.py
Fix a couple of problems in generating the AST code:
2007-02-26 18:10:47 +00:00
asdl.py
…
bitset.c
…
firstsets.c
…
grammar1.c
…
grammar.c
Handle malloc failure.
2006-08-13 18:13:36 +00:00
grammar.mak
…
intrcheck.c
…
listnode.c
…
metagrammar.c
…
myreadline.c
…
node.c
…
parser.c
Fix a bug in the parser's future statement handling that led to "with"
2006-09-24 12:35:36 +00:00
parser.h
…
parsetok.c
Patch
#1031213
: Decode source line in SyntaxErrors back to its original
2007-09-04 14:19:28 +00:00
pgen.c
Coverity issue CID
#167
2008-01-18 07:45:30 +00:00
pgenmain.c
…
printgrammar.c
…
Python.asdl
Change a very minor inconsistency (that is purely cosmetic) in the AST
2007-02-11 05:36:00 +00:00
spark.py
…
tokenizer_pgen.c
…
tokenizer.c
Fixed bug
#1915
: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
2008-01-23 14:20:50 +00:00
tokenizer.h
Fix #define ordering.
2008-01-07 18:41:34 +00:00