cpython/Lib/compiler
Thomas Wouters 46cc7c0f7b Bring Tools/compiler almost up to date. Specifically:
- fix tab space issues (SF patch #101167 by Neil Schemenauer)
- fix co_flags for classes to include CO_NEWLOCALS (SF patch #101145 by Neil)
- fix for merger of UNPACK_LIST and UNPACK_TUPLE into UNPACK_SEQUENCE,
  (SF patch #101168 by, well, Neil :)
- Adjust bytecode MAGIC to current bytecode.

TODO: teach compile.py about list comprehensions.
2000-08-12 20:32:46 +00:00
..
__init__.py import compile function form pycodegen 2000-03-06 19:12:33 +00:00
ast.py patches from Mark Hammond 2000-05-02 22:32:59 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py change name of Set method: items -> elements (avoids confusion with 2000-03-16 20:02:38 +00:00
pyassem.py Bring Tools/compiler almost up to date. Specifically: 2000-08-12 20:32:46 +00:00
pycodegen.py Bring Tools/compiler almost up to date. Specifically: 2000-08-12 20:32:46 +00:00
transformer.py update my email address 2000-08-04 16:54:54 +00:00
visitor.py Bring Tools/compiler almost up to date. Specifically: 2000-08-12 20:32:46 +00:00