cpython/Lib/compiler
Neil Schemenauer 92c3b2190b Issue #999042: The Python compiler now handles explict global statements
correctly (should be assigned using STORE_GLOBAL opcode).  This was done by
having the system table differentiate between explict and implicit globals.
2009-02-07 00:54:41 +00:00
..
__init__.py
ast.py
consts.py Issue #999042: The Python compiler now handles explict global statements 2009-02-07 00:54:41 +00:00
future.py
misc.py #4578: fix has_key() usage in compiler package. 2008-12-15 08:58:59 +00:00
pyassem.py Overhaul Lib/compiler block ordering. The previous code was filled with 2009-02-06 21:08:52 +00:00
pycodegen.py Issue #999042: The Python compiler now handles explict global statements 2009-02-07 00:54:41 +00:00
symbols.py Issue #999042: The Python compiler now handles explict global statements 2009-02-07 00:54:41 +00:00
syntax.py
transformer.py #4578: fix has_key() usage in compiler package. 2008-12-15 08:58:59 +00:00
visitor.py #4578: fix has_key() usage in compiler package. 2008-12-15 08:58:59 +00:00