index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
compiler
/
pycodegen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
the previous quick hack to fix def foo((x,y)) failed on some cases
Jeremy Hylton
2000-02-17
1
-7/+25
*
satisfy the tabnanny
Jeremy Hylton
2000-02-17
1
-197/+199
*
support for arglists with implicit tuple unpacks
Jeremy Hylton
2000-02-16
1
-15/+61
*
finish first impl of code generator
Jeremy Hylton
2000-02-15
1
-12/+70
*
edit a doc string
Jeremy Hylton
2000-02-14
1
-1/+6
*
get rid of spurious print
Jeremy Hylton
2000-02-14
1
-1/+0
*
looks like everything is working except for try/except (pystone
Jeremy Hylton
2000-02-14
1
-6/+14
*
split compile.py into two files
Jeremy Hylton
2000-02-14
1
-536/+186
*
change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag
Jeremy Hylton
2000-02-12
1
-34/+87
*
add support for Lambda nodes
Jeremy Hylton
2000-02-11
1
-8/+28
*
add loop handling via
Jeremy Hylton
2000-02-10
1
-13/+63
*
add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or
Jeremy Hylton
2000-02-10
1
-22/+35
*
add ExampleASTVisitor:
Jeremy Hylton
2000-02-10
1
-55/+199
*
add optional verbose arg to walk function. it overrides the global
Jeremy Hylton
2000-02-08
1
-29/+137
*
now produces valid pyc files for a least a trivial subset of the
Jeremy Hylton
2000-02-08
1
-80/+306
*
rapid evolution towards producing real .pyc files (even though I don't
Jeremy Hylton
2000-02-04
1
-11/+176
*
checking in initial weekend's work
Jeremy Hylton
2000-02-04
1
-0/+406