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
/
test
/
test_peepholer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0
/
+35
*
UNARY_CONVERT can no longer be generated, so remove a test for the peepholer
Brett Cannon
2006-08-25
1
-1
/
+0
*
Teach the peepholer to fold unary operations on constants.
Raymond Hettinger
2005-02-20
1
-0
/
+19
*
Remove set conversion optimization test (backed out of Python/compile.c in rev.
Brett Cannon
2005-02-10
1
-11
/
+0
*
Adopt Skip's idea to optimize lists of constants in the context
Raymond Hettinger
2005-02-07
1
-1
/
+2
*
Transform "x in (1,2,3)" to "x in frozenset([1,2,3])".
Raymond Hettinger
2005-02-06
1
-0
/
+10
*
Do not fold a constant if a large sequence will result.
Raymond Hettinger
2005-01-26
1
-0
/
+4
*
Remove test for BINARY_DIVIDE.
Raymond Hettinger
2005-01-07
1
-1
/
+0
*
Teach the peephole optimizer to fold simple constant expressions.
Raymond Hettinger
2005-01-02
1
-0
/
+28
*
Maintain peepholer's cumlc invariant by updating the running total
Raymond Hettinger
2004-11-02
1
-3
/
+5
*
SF bug #1053819: Segfault in tuple_of_constants
Raymond Hettinger
2004-10-26
1
-0
/
+17
*
SF patch #1031667: Fold tuples of constants into a single constant
Raymond Hettinger
2004-09-22
1
-3
/
+13
*
Whitespace normalization.
Tim Peters
2004-08-26
1
-5
/
+5
*
SF Patch #1013667: Cleanup Peepholer Output
Raymond Hettinger
2004-08-23
1
-0
/
+104