Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix argcount generation for arg lists containing tuple unpacks | Jeremy Hylton | 2000-02-16 | 1 | -2/+13 |
| | | | | this is sort of a hack | ||||
* | add a little debugging support when new.code raises SystemError | Jeremy Hylton | 2000-02-15 | 1 | -5/+21 |
| | |||||
* | split compile.py into two files | Jeremy Hylton | 2000-02-14 | 1 | -0/+437 |
add StackDepthFinder (and remove push/pop from CodeGen) add several nodes, including Ellipsis, Bit&|^, Exec |