Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e38b0a8ec071723f038e29c922e47e94c231eb13
/
Lib
/
compiler
/
consts.py
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