summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/pycodegen.py
Commit message (Expand)AuthorAgeFilesLines
* split compile.py into two filesJeremy Hylton2000-02-141-536/+186
* change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flagJeremy Hylton2000-02-121-34/+87
* add support for Lambda nodesJeremy Hylton2000-02-111-8/+28
* add loop handling viaJeremy Hylton2000-02-101-13/+63
* add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE orJeremy Hylton2000-02-101-22/+35
* add ExampleASTVisitor:Jeremy Hylton2000-02-101-55/+199
* add optional verbose arg to walk function. it overrides the globalJeremy Hylton2000-02-081-29/+137
* now produces valid pyc files for a least a trivial subset of theJeremy Hylton2000-02-081-80/+306
* rapid evolution towards producing real .pyc files (even though I don'tJeremy Hylton2000-02-041-11/+176
* checking in initial weekend's workJeremy Hylton2000-02-041-0/+406