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
*
Change the graph structure to contain the code generator object for
Jeremy Hylton
2000-11-06
1
-9/+19
*
Now supports entire Python 2.0 language and still supports Python
Jeremy Hylton
2000-10-13
1
-37/+241
*
Fix SF bug #116263: support for from .. import *
Jeremy Hylton
2000-10-12
1
-3/+8
*
patch by Neil Schemenauer to improve (fix?) line number generation
Jeremy Hylton
2000-09-01
1
-2/+6
*
Update magic number.
Jeremy Hylton
2000-09-01
1
-8/+22
*
Bring Tools/compiler almost up to date. Specifically:
Thomas Wouters
2000-08-12
1
-196/+199
*
replace most calls to emit 'SET_LINENO' will call to method set_lineno
Jeremy Hylton
2000-08-04
1
-31/+42
*
patches from Mark Hammond
Jeremy Hylton
2000-05-02
1
-1/+16
*
complete rewrite
Jeremy Hylton
2000-03-16
1
-517/+490
*
rename compile.py to pycodegen.py
Jeremy Hylton
2000-03-06
1
-176/+25
*
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