summaryrefslogtreecommitdiffstats
path: root/Parser/Python.asdl
Commit message (Expand)AuthorAgeFilesLines
* unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-4/+4
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-2/+2
* Issue #16546: make ast.YieldFrom argument mandatory.Mark Dickinson2012-11-251-1/+1
* murder tabsBenjamin Peterson2012-01-161-98/+98
* make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-141-1/+2
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+1
* add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-091-2/+2
* comment which is not applicable anymoreBenjamin Peterson2011-07-151-1/+0
* unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-2/+1
* reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-1/+3
* convert ast versioning to mercurialBenjamin Peterson2011-03-131-1/+1
* Merged revisions 82160 via svnmerge fromBenjamin Peterson2010-06-221-1/+1
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-1/+1
* there are only four asdl builtin types in py3kBenjamin Peterson2008-12-061-1/+1
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-311-5/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-2/+1
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-1/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+3
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-2/+1
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-0/+1
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-0/+1
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-1/+6
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-0/+1
* bool is no longer required, it was only used for the print statementNeal Norwitz2007-02-261-1/+1
* Touch file to regenerate Python-ast.[ch]Thomas Wouters2007-02-231-0/+1
* Bytes literal.Thomas Wouters2007-02-231-0/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-3/+0
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-1/+1
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-3/+7
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-2/+2
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-1/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-5/+0
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-0/+1
* Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up theBrett Cannon2006-08-251-1/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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