cpython/Lib/compiler
Jeremy Hylton efd0694a2d changes to _lookupName
- removed now (happily) unused second arg
- need to verify results of [].index are correct; for building consts,
  need to have same value and same type, e.g. 2 not the same as 2L
2000-02-17 22:58:54 +00:00
..
__init__.py make p2c a package 2000-02-04 00:25:34 +00:00
ast.py add varargs and kwargs flags to Lambda nodes 2000-02-17 22:06:20 +00:00
consts.py constants from transformer 2000-02-08 18:57:51 +00:00
misc.py add flatten helper function 2000-02-16 00:49:47 +00:00
pyassem.py changes to _lookupName 2000-02-17 22:58:54 +00:00
pycodegen.py the previous quick hack to fix def foo((x,y)) failed on some cases 2000-02-17 22:09:35 +00:00
transformer.py more robust assignment of lineno for keyword args 2000-02-16 00:51:37 +00:00