cpython/Lib/compiler
Jeremy Hylton 2afff324ea Many changes -- bug fixes and sundry improvements
Make nested scopes enabled by default

Add is_constant_false() helper so that compiled code and symbols are
consistent with builtin compiler's handling of "if 0:"

Fix doc string handling to be consistent with recent change that
eliminates the doc string from the Module's node attribute.

Add fix to print handling from Evan & Shane.

Track change to visitor api by making "verbose" explicit.

Comment out setting CO_NESTED flag (it's unnecessary in 2.2).
2001-08-27 21:51:52 +00:00
..
__init__.py typo 2001-04-09 04:23:55 +00:00
ast.py Generate correct reprs for Mul, Add, etc. 2001-08-18 00:14:37 +00:00
consts.py Define constants for types of scopes 2001-04-12 06:39:24 +00:00
future.py Track removal of doc string from Module().nodes[0] 2001-08-18 00:07:46 +00:00
misc.py Change the graph structure to contain the code generator object for 2000-11-06 03:43:11 +00:00
pyassem.py SF bug 430991: wrong co_lnotab 2001-06-09 09:26:21 +00:00
pycodegen.py Many changes -- bug fixes and sundry improvements 2001-08-27 21:51:52 +00:00
symbols.py Fix for sibling nodes that define the same free variable 2001-08-27 21:06:35 +00:00
transformer.py Add lookup_name() to optimize use of stack frames 2001-08-27 21:02:51 +00:00
visitor.py Two changes to visitor API: 2001-08-27 20:47:08 +00:00