summaryrefslogtreecommitdiff
path: root/Include/graminit.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-051-5/+6
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-68/+69
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-76/+79
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-0/+1
* fix an ambiguity in the grammar from the implementation of extended unpackingBenjamin Peterson2009-09-271-63/+63
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-1/+1
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-0/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-75/+76
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-76/+72
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-26/+27
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-26/+21
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-50/+51
* Essential changes for print function changes.Guido van Rossum2007-02-091-68/+67
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-76/+81
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-51/+50
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-1/+1
* 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