Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLO... | Antoine Pitrou | 2012-07-01 | 1 | -1/+1 |
* | Issue #999042: The Python compiler now handles explict global statements | Neil Schemenauer | 2009-02-07 | 1 | -4/+5 |
* | 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 |