summaryrefslogtreecommitdiff
path: root/Parser/Python.asdl
Commit message (Expand)AuthorAgeFilesLines
* spacing nit; this isn't CBenjamin Peterson2010-06-221-1/+1
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-0/+2
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-0/+1
* when no module is given in a 'from' relative import, make ImportFrom.module NULLBenjamin Peterson2009-06-131-1/+1
* Patch #2511: Give the "excepthandler" AST item proper attributes by making it...Georg Brandl2008-03-301-5/+2
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-2/+2
* Change a very minor inconsistency (that is purely cosmetic) in the ASTBrett Cannon2007-02-111-1/+1
* Add lineno, col_offset to excephandler to enable future fix forJeremy Hylton2006-04-041-2/+5
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-2/+4
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-1/+1
* Add support for version field on ModulesMartin v. Löwis2006-02-281-1/+1
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-0/+1
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-0/+1
* Improved handling of syntax errors.Jeremy Hylton2006-01-271-0/+1
* Thou shalt not lie, there are really 5 types nowNeal Norwitz2005-11-151-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+107