cpython/Lib/compiler
Jeremy Hylton 3e0910c10c add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or
FUNCTION_NAMESPACE.  initialize in __init__ and reset in
generateFunctionCode.

replace direct issue of STORE_FAST, STORE_GLOBAL, etc. with call to
storeName; same for loadName and deleteName

the new {store,load,delete}Name methods use the namespace attr and the
local variable stack to determine the correct bytecode to issue
2000-02-10 17:20:39 +00:00
..
__init__.py make p2c a package 2000-02-04 00:25:34 +00:00
ast.py make all unary operators have a single child node called expr 2000-02-08 21:06:19 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py add remove method to set 2000-02-10 00:43:22 +00:00
pycodegen.py add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or 2000-02-10 17:20:39 +00:00
transformer.py add spaces to comparison names is not and not in to match dis 2000-02-08 19:58:33 +00:00