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
Commit message (
Expand
)
Author
Age
Files
Lines
*
a few small optimizations that seem to give a 5-10% speedup; the
Jeremy Hylton
2000-11-06
1
-76/+80
*
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
3
-21/+133
*
If a function contains a doc string, remove the doc string node from
Jeremy Hylton
2000-11-06
1
-1/+5
*
Many changes.
Jeremy Hylton
2000-10-25
1
-220/+145
*
Generated from rev 1.1 of ast.txt
Jeremy Hylton
2000-10-25
1
-677/+606
*
Small optimizations in dispatch method: 1) lookup node's __class__ once
Jeremy Hylton
2000-10-25
1
-12/+14
*
Now supports entire Python 2.0 language and still supports Python
Jeremy Hylton
2000-10-13
4
-93/+463
*
Fix SF bug #116263: support for from .. import *
Jeremy Hylton
2000-10-12
3
-4/+13
*
change 2-space indent to 4-space indent
Jeremy Hylton
2000-09-20
1
-1081/+1079
*
patch by Neil Schemenauer to improve (fix?) line number generation
Jeremy Hylton
2000-09-01
2
-17/+32
*
Update magic number.
Jeremy Hylton
2000-09-01
2
-15/+47
*
Bring Tools/compiler almost up to date. Specifically:
Thomas Wouters
2000-08-12
3
-348/+349
*
replace most calls to emit 'SET_LINENO' will call to method set_lineno
Jeremy Hylton
2000-08-04
1
-31/+42
*
update my email address
Jeremy Hylton
2000-08-04
1
-1/+4
*
add a bit more legal junk
Greg Stein
2000-08-03
1
-8/+16
*
patches from Mark Hammond
Jeremy Hylton
2000-05-02
4
-14/+58
*
complete rewrite
Jeremy Hylton
2000-03-16
2
-800/+831
*
simplify visitor walker class
Jeremy Hylton
2000-03-16
1
-32/+22
*
fix list.append problems
Jeremy Hylton
2000-03-16
1
-3/+3
*
change name of Set method: items -> elements (avoids confusion with
Jeremy Hylton
2000-03-16
1
-1/+1
*
import compile function form pycodegen
Jeremy Hylton
2000-03-06
1
-0/+4
*
rename compile.py to pycodegen.py
Jeremy Hylton
2000-03-06
1
-176/+25
*
add a doc string
Jeremy Hylton
2000-03-06
1
-0/+20
*
fix import to refer to compiler package
Jeremy Hylton
2000-03-06
1
-1/+1
*
revise arguments for addCode method on lnotab. take several numbers
Jeremy Hylton
2000-03-06
1
-10/+13
*
change node Classdef to Class
Jeremy Hylton
2000-03-06
2
-24/+25
*
factor out the tree walking/visitor code that was in compile.py
Jeremy Hylton
2000-03-06
1
-0/+127
*
satisfy the tabnanny (thanks to MH for noticing the problem)
Jeremy Hylton
2000-02-21
2
-98/+98
*
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
2
-16/+48
*
add varargs and kwargs flags to Lambda nodes
Jeremy Hylton
2000-02-17
1
-0/+5
*
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
*
more robust assignment of lineno for keyword args
Jeremy Hylton
2000-02-16
1
-3/+3
*
fix argcount generation for arg lists containing tuple unpacks
Jeremy Hylton
2000-02-16
1
-2/+13
*
add flatten helper function
Jeremy Hylton
2000-02-16
1
-0/+11
*
finish first impl of code generator
Jeremy Hylton
2000-02-15
1
-12/+70
*
fix creation of Ellipsis node
Jeremy Hylton
2000-02-15
1
-1/+1
*
add a little debugging support when new.code raises SystemError
Jeremy Hylton
2000-02-15
1
-5/+21
*
add line numbers to nodes in the except clause (when possible)
Jeremy Hylton
2000-02-15
1
-1/+3
*
tidy up tryexcept and tryfinally nodes
Jeremy Hylton
2000-02-15
1
-14/+20
*
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
*
LeftShift & RightShift: fix reprs, change attr names to left and right
Jeremy Hylton
2000-02-14
1
-10/+10
*
rename several of the generic attribute names for nodes. new node attrs are:
Jeremy Hylton
2000-02-14
1
-12/+12
*
(), [], and {} should not be represented as constant expressions, they
Jeremy Hylton
2000-02-14
1
-3/+3
*
split compile.py into two files
Jeremy Hylton
2000-02-14
2
-536/+623
*
change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag
Jeremy Hylton
2000-02-12
1
-34/+87
[next]