summaryrefslogtreecommitdiff
path: root/Grammar
Commit message (Expand)AuthorAgeFilesLines
* remove dictmaker rule; it's unusedBenjamin Peterson2010-12-111-1/+0
* untabifyBenjamin Peterson2010-07-051-6/+6
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-8/+8
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-1/+3
* I do not think the "railroad" program mentioned is still available.Georg Brandl2009-10-291-12/+0
* fix spellingBenjamin Peterson2009-06-101-1/+1
* explain why keyword names are not just NAMEBenjamin Peterson2009-06-091-1/+3
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-2/+2
* allow keyword args to be passed in after *args #3473Benjamin Peterson2008-08-191-1/+3
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-2/+3
* Backport PEP 3110's new 'except' syntax to 2.6.Collin Winter2007-05-181-1/+1
* with and as are now keywords. There are some generated files I can't recreate.Neal Norwitz2006-09-061-3/+3
* Fix #1488915, Multiple dots in relative import statement raise SyntaxError.Thomas Wouters2006-05-251-1/+1
* put in a reference to PEP 306 in a comment at the topAnthony Baxter2006-04-121-0/+3
* Fix SF bug #1466641: multiple adjacent 'if's in listcomps and genexps, as inThomas Wouters2006-04-121-2/+2
* 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
* Very subtle syntax change: in a list comprehension, the testlist inGuido van Rossum2001-10-151-1/+2
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-2/+2
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-1/+2
* remove commented-out vestiges of access statementJeremy Hylton2001-02-271-5/+0
* Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-54/+0
* Fix typo: config.stat --> config.statusFred Drake2000-09-281-1/+1
* Support for three-token characters (**=, >>=, <<=) which was written byThomas Wouters2000-08-241-3/+4
* Added note stating that the parser module will need updating for mostFred Drake2000-08-231-0/+7
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-1/+1
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-2/+2
* Ignore Grammar/Makefile now that it's a made Makefile.Thomas Wouters2000-08-211-0/+1
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-1/+3
* Fix up problems when compiling in a directory other than the sourceSjoerd Mullender2000-08-172-33/+54
* add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail outTrent Mick2000-08-161-0/+3
* list comprehensions. seeSkip Montanaro2000-08-121-1/+6
* added .cvsignore so cvs doesn't complain about the generated graminit.h andSkip Montanaro2000-07-271-0/+2
* slightly modified version of Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-2/+2