Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compiler module so __future__ print_function is compilable. | Eric Smith | 2008-03-19 | 1 | -0/+1 |
* | Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can | Neal Norwitz | 2006-03-03 | 1 | -1/+1 |
* | Add support for absolute/relative imports and if/else expressions: | Thomas Wouters | 2006-03-03 | 1 | -0/+2 |
* | 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 |
* | 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 |