index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
opcode.py
Commit message (
Expand
)
Author
Age
*
http://bugs.python.org/issue4715
Jeffrey Yasskin
2009-02-25
*
Merged revisions 67818 via svnmerge from
Antoine Pitrou
2008-12-18
*
Remove MAKE_BYTES which is a leftover from the mutable byte literal time.
Georg Brandl
2008-07-20
*
#3021: Antoine Pitrou's Lexical exception handlers
Benjamin Peterson
2008-06-11
*
Add missing UNPACK_EX opcode.
Thomas Wouters
2008-03-18
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
*
Bytes literal.
Thomas Wouters
2007-02-23
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
*
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz
2006-03-17
*
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz
2006-03-16
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
*
Install two code generation optimizations that depend on NOP.
Raymond Hettinger
2004-06-21
*
SF patch #910929: Optimize list comprehensions
Raymond Hettinger
2004-03-07
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Revert the previous enhancement to the bytecode optimizer.
Raymond Hettinger
2003-04-24
*
Improved the bytecode optimizer.
Raymond Hettinger
2003-04-22
*
new opcode module - extract opcode definitions from dis.py - eventually
Skip Montanaro
2003-02-27