summaryrefslogtreecommitdiff
path: root/Parser/asdl.py
Commit message (Expand)AuthorAgeFilesLines
* Add ast.ConstantVictor Stinner2016-01-261-1/+2
* Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-091-2/+1
* Fix bootstrapping asdl -- it didn't work with Python 2.7.Guido van Rossum2014-07-081-2/+2
* Issue #19655: Replace the ASDL parser carried with CPythonEli Bendersky2014-05-091-324/+264
* Move open outside try/finallyEli Bendersky2013-09-261-1/+1
* Don't use fancy new Python features like 'with' - some bots don't have themEli Bendersky2013-09-261-1/+4
* Normalize whitespaceEli Bendersky2013-09-261-1/+1
* Small fixes in Parser/asdl.py - no change in functionality.Eli Bendersky2013-09-261-4/+6
* unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-3/+15
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-1/+1
* construct fields in the right order (closes #15517)Benjamin Peterson2012-07-311-8/+2
* the bool asdl type died a while agoBenjamin Peterson2011-08-091-1/+1
* add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-091-1/+1
* convert ast versioning to mercurialBenjamin Peterson2011-03-121-16/+7
* Merged revisions 81286 via svnmerge fromSenthil Kumaran2010-05-181-1/+1
* The output() function takes only one string argument.Alexandre Vassalotti2009-07-171-2/+2
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-11/+11
* #2725: Fix missing local, and handle errors without tracebacks.Georg Brandl2009-04-121-1/+4
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-1/+1
* Remove __metaclass__ remains.Georg Brandl2008-05-271-2/+0
* Add missing parameter spotted by Jared FlatowNeal Norwitz2008-03-171-1/+1
* More raise statement normalization.Collin Winter2007-08-301-1/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-33/+46
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-16/+21
* avoid dict.has_key, since this might get used by a Py3K built in theFred Drake2006-12-291-1/+1
* Switch to using %r in the format string.Brett Cannon2006-08-251-1/+1
* Get rid of all two uses of backticks (bad Jeremy!).Brett Cannon2006-08-241-1/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-0/+2
* Whitespace normalization.Tim Peters2006-02-281-3/+3
* Add support for version field on ModulesMartin v. Löwis2006-02-281-7/+27
* Whitespace normalization.Tim Peters2005-12-251-4/+4
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+393