| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|