Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create NameConstant AST class for None, True, and False literals (closes #16619) | Benjamin Peterson | 2012-12-06 | 1 | -0/+1 |
* | Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. | Martin v. Löwis | 2012-05-15 | 1 | -4/+4 |
* | add a asdl bytes type, so Bytes.s be properly typechecked | Benjamin Peterson | 2011-08-09 | 1 | -0/+1 |
* | Whoops, fix build breakage. There were still a few uses of the bool type. | Neal Norwitz | 2007-02-26 | 1 | -4/+0 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+8 |
* | Remove asdl_seq_APPEND() and simplify asdl seq implementation. | Jeremy Hylton | 2006-02-28 | 1 | -12/+2 |
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -1/+1 |
* | Whoops, checkin consistent versions of *all* files to stop polluting | Neal Norwitz | 2005-11-13 | 1 | -7/+0 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+54 |