History log of /external/python/cpython2/Parser/asdl.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d4dd9acb6b93a6efe540e17347bfcb9c1225bf0 24-Sep-2016 Martin Panter <vadmium+py@gmail.com> Fix incomplete format error in asdl.py
/external/python/cpython2/Parser/asdl.py
cccfce19593e58c06d14525f16ed214b9324522d 18-May-2010 Senthil Kumaran <orsenthil@gmail.com> Doc Fix. Correct link to Zephyr ASDL Abstract page.
/external/python/cpython2/Parser/asdl.py
b4347a259cc48fa1b30d3c1f3e543e4780a98f33 08-Jun-2009 Benjamin Peterson <benjamin@python.org> remove has_key
/external/python/cpython2/Parser/asdl.py
5c33d86b4bd654b015a0f2e17d02718a36117ae2 08-Jun-2009 Benjamin Peterson <benjamin@python.org> use booleans for flags
/external/python/cpython2/Parser/asdl.py
dea29d0c11b6f63e382710e26cca3dadd0defb28 08-Jun-2009 Benjamin Peterson <benjamin@python.org> always inherit from an appropiate base class
/external/python/cpython2/Parser/asdl.py
bd9508a7df8d31072c4503c530fb7fc0d01d4fae 08-Jun-2009 Benjamin Peterson <benjamin@python.org> inherit from object
/external/python/cpython2/Parser/asdl.py
bc1309255e3ff081d6216673ea508e5d1c078953 03-Jan-2009 Georg Brandl <georg@python.org> Remove useless string literal.
/external/python/cpython2/Parser/asdl.py
49c5da1d88f605248167f4d95b1dfe08c1f703c7 01-Mar-2006 Martin v. Löwis <martin@v.loewis.de> Patch #1440601: Add col_offset attribute to AST nodes.
/external/python/cpython2/Parser/asdl.py
710ab3b5f8d114b9be200af135c6327117b8c676 28-Feb-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Parser/asdl.py
eae93b763cf84ef4fa44357190c7fdca3b8695fc 28-Feb-2006 Martin v. Löwis <martin@v.loewis.de> Add support for version field on Modules
/external/python/cpython2/Parser/asdl.py
536cf99536bce562cfcb44a856fac1c84b9de4c3 26-Dec-2005 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Parser/asdl.py
3e0055f8c65c407e74ce476b8e2b1fb889723514 20-Oct-2005 Jeremy Hylton <jeremy@alum.mit.edu> Merge ast-branch to head

This change implements a new bytecode compiler, based on a
transformation of the parse tree to an abstract syntax defined in
Parser/Python.asdl.

The compiler implementation is not complete, but it is in stable
enough shape to run the entire test suite excepting two disabled
tests.
/external/python/cpython2/Parser/asdl.py