index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-10/+12
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-3/+3
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
1
-0/+2
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-7/+7
*
Make 'as' an actual keyword when with's future statement is used. Not
Thomas Wouters
2006-02-28
1
-10/+12
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
1
-13/+24
*
Disable the parser hacks that allowed the "yield" keyword to be enabled
Neil Schemenauer
2002-03-22
1
-0/+10
*
The parser doesn't need its own implementation of assert, and having its
Tim Peters
2001-12-04
1
-1/+1
*
Fis SF bug #442647: not all forms of legal future statements were
Guido van Rossum
2001-07-19
1
-3/+9
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
1
-3/+35
*
Fix a bug in stack overflow error handling. This fixes half of Bug
Guido van Rossum
2000-10-02
1
-1/+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Mass ANSIfication.
Thomas Wouters
2000-07-22
1
-53/+13
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
1
-1/+11
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-6/+6
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Add new parser error code, E_OVERFLOW. This error is returned when
Jeremy Hylton
2000-06-20
1
-14/+15
*
Another directory quickly renamed.
Guido van Rossum
1997-04-29
1
-28/+29
*
Rename DEBUG macro to Py_DEBUG
Guido van Rossum
1996-12-30
1
-5/+5
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;
Guido van Rossum
1994-12-30
1
-4/+2
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-1/+1
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
Correct debug printing code
Guido van Rossum
1992-09-03
1
-1/+1
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-16/+18
*
Free parse tree when deleting parser.
Guido van Rossum
1990-11-18
1
-2/+3
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+396