1. 92c3b21 Issue #999042: The Python compiler now handles explict global statements by Neil Schemenauer · 16 years ago
  2. 5d5c63f Fixed compiler module so __future__ print_function is compilable. by Eric Smith · 17 years ago
  3. eaed39f Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can by Neal Norwitz · 19 years ago
  4. fa0cf4f Add support for absolute/relative imports and if/else expressions: by Thomas Wouters · 19 years ago
  5. 6a9cac6 del no longer necessary now that new module is gone by Jeremy Hylton · 24 years ago
  6. 9ee78f7 the new new doesn't define CO_xxx as the old new did by Jeremy Hylton · 24 years ago
  7. 71ebc33 Fix _convert_NAME() so that it doesn't store locals for class bodies. by Jeremy Hylton · 24 years ago
  8. 53ee2a9 Define constants for types of scopes by Jeremy Hylton · 24 years ago
  9. aa9d2d6 constants from transformer by Jeremy Hylton · 25 years ago