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
*
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