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
/
pyassem.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove uses of string module and stat.ST_MODE
Neal Norwitz
2002-06-06
1
-4/+3
*
Whitespace normalization.
Tim Peters
2001-10-18
1
-13/+13
*
Vastly improved stacksize calculation.
Jeremy Hylton
2001-10-17
1
-18/+51
*
Various sundry changes for 2.2 compatibility
Jeremy Hylton
2001-09-14
1
-4/+5
*
Fix _convert_NAME() so that it doesn't store locals for class bodies.
Jeremy Hylton
2001-08-30
1
-8/+6
*
Improve stack depth computation for try/except and try/finally
Jeremy Hylton
2001-08-29
1
-1/+4
*
Fix off-by-one errors in code to find depth of stack.
Jeremy Hylton
2001-08-29
1
-3/+3
*
Undo change from list to dict for handling varnames, consts, etc.
Jeremy Hylton
2001-08-29
1
-49/+22
*
Modify name conversion to be (hopefully) a bit more efficient.
Jeremy Hylton
2001-08-29
1
-17/+52
*
XXX_NAME ops should affect varnames
Jeremy Hylton
2001-08-28
1
-1/+4
*
SF bug 430991: wrong co_lnotab
Tim Peters
2001-06-09
1
-17/+14
*
pyassem.py:
Jeremy Hylton
2001-04-12
1
-1/+100
*
Revise handling of tuple arguments so that the variables names match
Jeremy Hylton
2001-04-12
1
-1/+1
*
Preliminary support for nested scopes
Jeremy Hylton
2001-04-12
1
-7/+43
*
Make sure the docstring is always entered as the first element in the
Jeremy Hylton
2001-04-11
1
-11/+1
*
move pruneNext method to correct object (doh!)
Jeremy Hylton
2000-11-06
1
-24/+24
*
Change the graph structure to contain the code generator object for
Jeremy Hylton
2000-11-06
1
-12/+108
*
Now supports entire Python 2.0 language and still supports Python
Jeremy Hylton
2000-10-13
1
-2/+8
*
Fix SF bug #116263: support for from .. import *
Jeremy Hylton
2000-10-12
1
-1/+3
*
patch by Neil Schemenauer to improve (fix?) line number generation
Jeremy Hylton
2000-09-01
1
-15/+26
*
Bring Tools/compiler almost up to date. Specifically:
Thomas Wouters
2000-08-12
1
-130/+128
*
patches from Mark Hammond
Jeremy Hylton
2000-05-02
1
-7/+12
*
complete rewrite
Jeremy Hylton
2000-03-16
1
-283/+341
*
revise arguments for addCode method on lnotab. take several numbers
Jeremy Hylton
2000-03-06
1
-10/+13
*
satisfy the tabnanny (thanks to MH for noticing the problem)
Jeremy Hylton
2000-02-21
1
-90/+90
*
changes to _lookupName
Jeremy Hylton
2000-02-17
1
-14/+13
*
the previous quick hack to fix def foo((x,y)) failed on some cases
Jeremy Hylton
2000-02-17
1
-9/+23
*
fix argcount generation for arg lists containing tuple unpacks
Jeremy Hylton
2000-02-16
1
-2/+13
*
add a little debugging support when new.code raises SystemError
Jeremy Hylton
2000-02-15
1
-5/+21
*
split compile.py into two files
Jeremy Hylton
2000-02-14
1
-0/+437