| Commit message (Expand) | Author | Age | Files | Lines |
* | Disambiguate the grammar for backtick. | Guido van Rossum | 2002-05-24 | 1 | -1/+3 |
* | John Aycock correctly pointed out that the grammar for | Tim Peters | 2002-05-23 | 1 | -1/+1 |
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 1 | -1/+2 |
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -2/+2 |
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -1/+2 |
* | remove commented-out vestiges of access statement | Jeremy Hylton | 2001-02-27 | 1 | -5/+0 |
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -54/+0 |
* | Fix typo: config.stat --> config.status | Fred Drake | 2000-09-28 | 1 | -1/+1 |
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 1 | -3/+4 |
* | Added note stating that the parser module will need updating for most | Fred Drake | 2000-08-23 | 1 | -0/+7 |
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -1/+1 |
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -2/+2 |
* | Ignore Grammar/Makefile now that it's a made Makefile. | Thomas Wouters | 2000-08-21 | 1 | -0/+1 |
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -1/+3 |
* | Fix up problems when compiling in a directory other than the source | Sjoerd Mullender | 2000-08-17 | 2 | -33/+54 |
* | add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out | Trent Mick | 2000-08-16 | 1 | -0/+3 |
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -1/+6 |
* | added .cvsignore so cvs doesn't complain about the generated graminit.h and | Skip Montanaro | 2000-07-27 | 1 | -0/+2 |
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -2/+2 |
* | Make first raise argument optional | Guido van Rossum | 1998-04-09 | 1 | -1/+1 |
* | OK, ready to make 'assert' a keyword (instead of '__assert__'). | Guido van Rossum | 1997-04-16 | 1 | -1/+1 |
* | Added __assert__ statement (later to be renamed) | Guido van Rossum | 1997-04-02 | 1 | -1/+2 |
* | Disable support for access statement | Guido van Rossum | 1996-08-12 | 1 | -5/+6 |
* | Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) | Guido van Rossum | 1996-07-30 | 1 | -2/+4 |
* | Added power (**) operator | Guido van Rossum | 1996-01-12 | 1 | -3/+4 |
* | new grammar for 3rd raise arg and keyword parameters | Guido van Rossum | 1995-07-07 | 1 | -3/+6 |
* | changed import to support NAME.NAME...NAME | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
* | Got rid of history (was beginning to get silly). | Guido van Rossum | 1994-09-29 | 1 | -100/+10 |
* | Added #diagram:... comments for Kees Blom's railroad diagram generator | Guido van Rossum | 1994-08-17 | 1 | -3/+19 |
* | Bring alpha100 revision back to mainline | Guido van Rossum | 1994-08-01 | 1 | -3/+12 |
* | Added (dummy) depend target | Guido van Rossum | 1993-12-28 | 1 | -0/+2 |
* | Py -> Include | Guido van Rossum | 1993-12-26 | 1 | -1/+1 |
* | None | Guido van Rossum | 1993-12-24 | 1 | -0/+28 |
* | * Grammar: corrected old typo (class instead of 'class') | Guido van Rossum | 1993-12-20 | 1 | -1/+1 |
* | change syntactical position of lambdef (was an atom, now is a test) | Guido van Rossum | 1993-11-30 | 1 | -4/+2 |
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 1 | -4/+8 |
* | Committing the correct graminit.c; also changed confusing comments in Grammar. | Guido van Rossum | 1993-10-27 | 1 | -2/+1 |
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 1 | -3/+7 |
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 1 | -2/+7 |
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 1 | -1/+1 |
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -7/+13 |
* | Added missing change log entries | Guido van Rossum | 1992-04-06 | 1 | -0/+6 |
* | Use only '*' for varargs list | Guido van Rossum | 1992-04-06 | 1 | -1/+1 |
* | Tighten syntax for try statements | Guido van Rossum | 1992-03-31 | 1 | -1/+2 |
* | Allow NEWLINE* after eval input. | Guido van Rossum | 1992-03-04 | 1 | -1/+4 |
* | Add '*' for varargs list. | Guido van Rossum | 1992-01-26 | 1 | -1/+5 |
* | Added varargs syntax "def f(a, b, +c): ..." | Guido van Rossum | 1992-01-14 | 1 | -5/+11 |
* | Don't allow '==' at top level yet, to catch conversion errors. | Guido van Rossum | 1992-01-01 | 1 | -3/+2 |
* | Allow trailing comma after fplist; '=' is no longer comparison; | Guido van Rossum | 1991-12-31 | 1 | -4/+11 |
* | Added 'global' and new class syntax. | Guido van Rossum | 1991-12-10 | 1 | -4/+12 |