index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
compiler
/
pycodegen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix SF bug #479186: compiler generates bad code for "del"
Jeremy Hylton
2001-11-09
1
-0
/
+1
*
Whitespace normalization.
Tim Peters
2001-10-18
1
-19
/
+19
*
API change:
Jeremy Hylton
2001-09-17
1
-5
/
+95
*
Last set of change to get regression tests to pass
Jeremy Hylton
2001-09-17
1
-1
/
+1
*
Handle more syntax errors.
Jeremy Hylton
2001-09-17
1
-29
/
+32
*
support true division
Jeremy Hylton
2001-09-17
1
-1
/
+3
*
Add code generator for yield stmt
Jeremy Hylton
2001-09-14
1
-0
/
+5
*
Various sundry changes for 2.2 compatibility
Jeremy Hylton
2001-09-14
1
-133
/
+89
*
Fix _convert_NAME() so that it doesn't store locals for class bodies.
Jeremy Hylton
2001-08-30
1
-4
/
+7
*
spurious pop
Jeremy Hylton
2001-08-30
1
-1
/
+0
*
Track the block stack more reasonably in order to handle continue in
Jeremy Hylton
2001-08-29
1
-13
/
+45
*
Generate SET_LINENO for list and tuple literals when the open paren
Jeremy Hylton
2001-08-29
1
-1
/
+3
*
Support // and //=
Jeremy Hylton
2001-08-29
1
-1
/
+6
*
Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are
Jeremy Hylton
2001-08-28
1
-1
/
+1
*
Generate FOR_ITER-based loops instead of old FOR_LOOP-based loops
Jeremy Hylton
2001-08-28
1
-5
/
+9
*
Handle private names
Jeremy Hylton
2001-08-27
1
-13
/
+24
*
emit SET_LINENO for augmented assignments
Jeremy Hylton
2001-08-27
1
-0
/
+4
*
Many changes -- bug fixes and sundry improvements
Jeremy Hylton
2001-08-27
1
-33
/
+30
*
Pop loop off the loop stack before handling the loop's else clause.
Jeremy Hylton
2001-04-12
1
-4
/
+4
*
Use new _implicitNameOp() to generate name op code for list comprehensions.
Jeremy Hylton
2001-04-12
1
-4
/
+17
*
Add support for visitAssAttr to findOp().
Jeremy Hylton
2001-04-12
1
-1
/
+1
*
pyassem.py:
Jeremy Hylton
2001-04-12
1
-13
/
+11
*
Revise handling of tuple arguments so that the variables names match
Jeremy Hylton
2001-04-12
1
-7
/
+7
*
Fix unpackSequence() to use _nameOp() rather than LOAD_FAST
Jeremy Hylton
2001-04-12
1
-1
/
+2
*
Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAME
Jeremy Hylton
2001-04-12
1
-0
/
+3
*
Preliminary support for nested scopes
Jeremy Hylton
2001-04-12
1
-77
/
+228
*
typo
Jeremy Hylton
2001-04-11
1
-4
/
+8
*
[finishing fix from earlier checkins]
Jeremy Hylton
2001-04-11
1
-0
/
+1
*
Generate docstrings.
Jeremy Hylton
2001-04-11
1
-3
/
+26
*
Add support for future statements
Jeremy Hylton
2001-04-09
1
-6
/
+20
*
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
[next]