cpython/Tools/compiler
Jeremy Hylton 4e1be72e6b Fix SF bug #116263: support for from .. import *
transformer.py: return '*', None from com_import_as_name
pycodegen.py: special case for name == '*'
pyassem.py: fix stack counting for IMPORT_ opcodes
2000-10-12 20:23:23 +00:00
..
compiler Fix SF bug #116263: support for from .. import * 2000-10-12 20:23:23 +00:00
compile.py patches from Mark Hammond 2000-05-02 22:29:46 +00:00
demo.py This script demonstrates use of the visitor interface of the compiler 2000-07-25 16:43:23 +00:00
dumppyc.py read in a .pyc file and disassemble the code objects 2000-10-09 14:35:24 +00:00
setup.py distutils setup script 2000-09-20 02:35:19 +00:00