Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
95cd91c17f4c3ce5eab27551150f5e92ecb1bc22
/
Parser
/
parser.c
7f14f0d
Recorded merge of revisions 81032 via svnmerge from
by Antoine Pitrou
· 15 years ago
e3944a5
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
by Brett Cannon
· 16 years ago
9aebc61
Merged revisions 67030-67031 via svnmerge from
by Benjamin Peterson
· 16 years ago
4d6ec85
Merged revisions 61952-61953 via svnmerge from
by Christian Heimes
· 17 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
45aecf4
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
by Guido van Rossum
· 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