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
/
transformer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove uses of string module and stat.ST_MODE
Neal Norwitz
2002-06-06
1
-2/+1
*
Fix com_arglist() and update grammar fragment.
Jeremy Hylton
2002-04-19
1
-6/+3
*
Patch #522279: transformer.py nodes shadows global.
Martin v. Löwis
2002-02-28
1
-3/+3
*
Merge of the release22 branch changes back into the trunk.
Barry Warsaw
2001-12-21
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-10-18
1
-9/+9
*
Handle testlist_safe as if it were testlist.
Jeremy Hylton
2001-10-17
1
-0/+4
*
API change:
Jeremy Hylton
2001-09-17
1
-2/+8
*
Last set of change to get regression tests to pass
Jeremy Hylton
2001-09-17
1
-0/+4
*
Make sure that atoms (Tuple, List, etc.) have lineno attributes
Jeremy Hylton
2001-08-29
1
-2/+4
*
Add support for // and //=.
Jeremy Hylton
2001-08-29
1
-5/+16
*
Don't include doc string of class in its code child
Jeremy Hylton
2001-08-29
1
-0/+5
*
Add lookup_name() to optimize use of stack frames
Jeremy Hylton
2001-08-27
1
-5/+21
*
Add Yield() statement handler
Jeremy Hylton
2001-08-18
1
-1/+11
*
Add lineno attributes to Discard nodes
Jeremy Hylton
2001-04-11
1
-1/+3
*
Fix "import as" (has always skipping the as name)
Jeremy Hylton
2001-04-09
1
-9/+15
*
a few small optimizations that seem to give a 5-10% speedup; the
Jeremy Hylton
2000-11-06
1
-76/+80
*
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
*
Now supports entire Python 2.0 language and still supports Python
Jeremy Hylton
2000-10-13
1
-48/+159
*
Fix SF bug #116263: support for from .. import *
Jeremy Hylton
2000-10-12
1
-0/+2
*
change 2-space indent to 4-space indent
Jeremy Hylton
2000-09-20
1
-1081/+1079
*
Update magic number.
Jeremy Hylton
2000-09-01
1
-7/+25
*
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
1
-3/+25
*
fix list.append problems
Jeremy Hylton
2000-03-16
1
-3/+3
*
change node Classdef to Class
Jeremy Hylton
2000-03-06
1
-20/+21
*
more robust assignment of lineno for keyword args
Jeremy Hylton
2000-02-16
1
-3/+3
*
fix creation of Ellipsis node
Jeremy Hylton
2000-02-15
1
-1/+1
*
add line numbers to nodes in the except clause (when possible)
Jeremy Hylton
2000-02-15
1
-1/+3
*
(), [], and {} should not be represented as constant expressions, they
Jeremy Hylton
2000-02-14
1
-3/+3
*
add spaces to comparison names is not and not in to match dis
Jeremy Hylton
2000-02-08
1
-2/+2
*
move constants out of transformer so that they can be shared with ast
Jeremy Hylton
2000-02-08
1
-8/+2
*
three files from the p2c cvs tree. the message here indicates the
Jeremy Hylton
2000-02-04
1
-0/+1204