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
43e53f85b6f5e77a2f09cbda5833ffba5fbbdb2a
cpython
/
Parser
T
History
Guido van Rossum
9fc1b96a19
Change a PyErr_Print() into a PyErr_Clear(),
...
per discussion in issue 1031213.
2007-10-15 15:54:11 +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
Fix comment typo
2006-06-06 17:10:41 +00:00
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
Fix Coverity 180: Don't overallocate. We don't need structs, but pointers.
2007-10-12 03:04:18 +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
Change a PyErr_Print() into a PyErr_Clear(),
2007-10-15 15:54:11 +00:00
tokenizer.h
Patch
#1031213
: Decode source line in SyntaxErrors back to its original
2007-09-04 14:19:28 +00:00