Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a AST validator (closes #12575) | Benjamin Peterson | 2011-08-09 | 1 | -0/+1 |
| | |||||
* | Issue #9738: Document encodings of AST, compiler, parser and PyRun functions | Victor Stinner | 2010-12-27 | 1 | -2/+5 |
| | |||||
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -1/+1 |
| | | | | simplifies a lot of error handling code, and fixes many memory leaks. | ||||
* | use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old ↵ | Neal Norwitz | 2005-10-24 | 1 | -2/+2 |
| | | | | non-Py PREFIXED macros, etc? | ||||
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+13 |
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. |