Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2b1ec17cebbbea22007c14c54e27c642983ad533
/
Parser
/
parser.c
7c47894
Backport of the print function, using a __future__ import.
by Eric Smith
· 17 years ago
a10d3af
Fix a bug in the parser's future statement handling that led to "with"
by Georg Brandl
· 18 years ago
1149002
Fix the code in Parser/ to also compile with C++. This was mostly casts for
by Anthony Baxter
· 19 years ago
2c4e4f9
SF patch #1467512, fix double free with triple quoted string in standard build.
by Neal Norwitz
· 19 years ago
49c5da1
Patch #1440601: Add col_offset attribute to AST nodes.
by Martin v. Löwis
· 19 years ago
8ae1295
Make 'as' an actual keyword when with's future statement is used. Not
by Thomas Wouters
· 19 years ago
34aa7ba
from __future__ import with_statement addon for 'with', mostly written by Neal.
by Thomas Wouters
· 19 years ago
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