summaryrefslogtreecommitdiff
path: root/Grammar
Commit message (Expand)AuthorAgeFilesLines
* Issue #2009: refactor varargslist and typedargslist productions to make them ...Mark Dickinson2010-07-121-6/+6
* Kill gratuitous space.Mark Dickinson2010-07-071-1/+1
* untabifyBenjamin Peterson2010-07-051-6/+6
* fix an ambiguity in the grammar from the implementation of extended unpackingBenjamin Peterson2009-09-271-8/+7
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-1/+2
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-2/+2
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-1/+1
* allow keyword args after *args in a function callBenjamin Peterson2008-08-191-1/+3
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+3
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-8/+4
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-2/+3
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-24/+13
* "from ... import x" should not be a syntax error... makeGeorg Brandl2007-03-191-1/+2
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-1/+1
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-1/+1
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-1/+2
* Essential changes for print function changes.Guido van Rossum2007-02-091-3/+1
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-7/+14
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-1/+1
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+1
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-2/+2
* Remove support for backticks from the grammar and compiler.Brett Cannon2006-08-251-1/+0
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+5
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-15/+3
* Make 'as' an actual keyword when with's future statement is used. NotThomas Wouters2006-02-281-3/+3
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-1/+1
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-1/+3
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-3/+12
* Implement change suggested by Jiwon Seo on python-dev.Neal Norwitz2006-02-241-1/+1
* Wrap long lines in the grammarNeal Norwitz2005-12-181-9/+23
* SF patch #1355913, PEP 341 - Unification of try/except and try/finallyNeal Norwitz2005-12-171-2/+1
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
* Fix SF bug #1167751, Argument genexp corner caseNeal Norwitz2005-10-211-1/+1
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-3/+6
* Allow classes to be defined with empty parentheses. This means thatBrett Cannon2005-03-051-1/+1
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-1/+5
* This is Mark Russell's patch:Michael W. Hudson2004-08-171-2/+2
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-1/+3
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-2/+7
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-0/+3
* Disambiguate the grammar for backtick.Guido van Rossum2002-05-241-1/+3
* John Aycock correctly pointed out that the grammar forTim Peters2002-05-231-1/+1