Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f35ad33064fb81de3ea4499285d2748c8e5629f1
/
Lib
/
opcode.py
e2e23ef
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
by Brett Cannon
· 19 years ago
e7086d4
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
by Neal Norwitz
· 19 years ago
c6d210c
Get rid of last vestiges of BINARY_DIVIDE.
by Neal Norwitz
· 19 years ago
c2e2074
PEP 343 -- the with-statement.
by Guido van Rossum
· 19 years ago
9c18e81
Install two code generation optimizations that depend on NOP.
by Raymond Hettinger
· 21 years ago
dd80f76
SF patch #910929: Optimize list comprehensions
by Raymond Hettinger
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
f4cf76d
Revert the previous enhancement to the bytecode optimizer.
by Raymond Hettinger
· 22 years ago
060641d
Improved the bytecode optimizer.
by Raymond Hettinger
· 22 years ago
3249ccd
new opcode module - extract opcode definitions from dis.py - eventually
by Skip Montanaro
· 22 years ago