summaryrefslogtreecommitdiff
path: root/Include/graminit.h
Commit message (Expand)AuthorAgeFilesLines
* remove dictmaker rule; it's unusedBenjamin Peterson2010-12-111-14/+13
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-4/+4
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-12/+13
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-1/+1
* #2627 Let it be known what pgen generatesBenjamin Peterson2008-04-131-0/+2
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-79/+80
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-42/+44
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-37/+40
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-0/+1
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-49/+53
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-69/+71
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-17/+21
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-0/+1
* Disambiguate the grammar for backtick.Guido van Rossum2002-05-241-0/+1
* Very subtle syntax change: in a list comprehension, the testlist inGuido van Rossum2001-10-151-7/+8
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-44/+45
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-241-51/+52
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-40/+42
* list comprehensions. seeSkip Montanaro2000-08-121-11/+15
* Added assert grammar.Guido van Rossum1997-04-021-32/+33
* Disable support for access statementGuido van Rossum1996-08-121-35/+33
* Changes due to slice and ellipses grammar changesGuido van Rossum1996-07-301-7/+9
* changes for ** (power) operatorGuido van Rossum1996-01-121-10/+11
* new grammar symbols arglist and argumentGuido van Rossum1995-07-071-0/+2
* Changed since Grammar has changedGuido van Rossum1995-01-071-31/+32
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-301-43/+43
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-261-2/+2
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-181-26/+27
* Several changes in one:Guido van Rossum1993-05-191-28/+28
* *** empty log message ***Guido van Rossum1992-03-241-62/+44
* New syntaxGuido van Rossum1991-07-271-32/+35
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* removed dir statement. Function arguments may now be tests.Guido van Rossum1990-10-261-30/+29
* Initial revisionGuido van Rossum1990-10-141-0/+43