Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | del no longer necessary now that new module is gone | Jeremy Hylton | 2001-09-14 | 1 | -2/+0 |
| | |||||
* | the new new doesn't define CO_xxx as the old new did | Jeremy Hylton | 2001-09-14 | 1 | -1/+9 |
| | |||||
* | Fix _convert_NAME() so that it doesn't store locals for class bodies. | Jeremy Hylton | 2001-08-30 | 1 | -3/+2 |
| | | | | | | | | | Fix list comp code generation -- emit GET_ITER instead of Const(0) after the list. Add CO_GENERATOR flag to generators. Get CO_xxx flags from the new module | ||||
* | Define constants for types of scopes | Jeremy Hylton | 2001-04-12 | 1 | -0/+5 |
| | |||||
* | constants from transformer | Jeremy Hylton | 2000-02-08 | 1 | -0/+9 |