cpython/Lib/compiler
Jeremy Hylton ad9a86fb1c support for arglists with implicit tuple unpacks
- added a number of support methods to generate code just before the
  body
- hack protocol for communicating number of args to PyAssembler

fix TryExcept generation for case where exception handler has no body
fix visitAssAttr
add comment about incomplete visitAssName

stop using the ExampleASTVisitor

change script invocation to accept a list of .py files (e.g. Lib/*.py)
2000-02-16 00:55:44 +00:00
..
__init__.py make p2c a package 2000-02-04 00:25:34 +00:00
ast.py tidy up tryexcept and tryfinally nodes 2000-02-15 21:30:00 +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 fix argcount generation for arg lists containing tuple unpacks 2000-02-16 00:50:29 +00:00
pycodegen.py support for arglists with implicit tuple unpacks 2000-02-16 00:55:44 +00:00
transformer.py more robust assignment of lineno for keyword args 2000-02-16 00:51:37 +00:00