Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
be22ae6def4ff3bfb826a96c1e5b1360b5a7c1e0
/
Parser
/
parser.c
c155dd4
Disable the parser hacks that allowed the "yield" keyword to be enabled
by Neil Schemenauer
· 23 years ago
1ca1296
The parser doesn't need its own implementation of assert, and having its
by Tim Peters
· 23 years ago
3c03323
Fis SF bug #442647: not all forms of legal future statements were
by Guido van Rossum
· 23 years ago
b09f7ed
Preliminary support for "from __future__ import generators" to enable
by Guido van Rossum
· 23 years ago
e3c3b27
Fix a bug in stack overflow error handling. This fixes half of Bug #115555.
by Guido van Rossum
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
23c9e00
Mass ANSIfication.
by Thomas Wouters
· 24 years ago
85f3639
Create two new exceptions: IndentationError and TabError. These are
by Fred Drake
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
9498806
Add new parser error code, E_OVERFLOW. This error is returned when
by Jeremy Hylton
· 24 years ago
86bea46
Another directory quickly renamed.
by Guido van Rossum
· 28 years ago
408027e
Rename DEBUG macro to Py_DEBUG
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
b9f8d6e
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
588633d
Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;
by Guido van Rossum
· 30 years ago
1d5735e
Merge back to main trunk
by Guido van Rossum
· 30 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
cf7448b
Correct debug printing code
by Guido van Rossum
· 32 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago
99f02d4
Free parse tree when deleting parser.
by Guido van Rossum
· 34 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 34 years ago