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