COMMITS
/ Include/opcode.h August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
July 18, 2007
G
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum committed
May 11, 2007
G
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
March 18, 2007
G
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum committed
February 23, 2007
T
Bytes literal.
Thomas Wouters committed
February 9, 2007
G
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 28, 2006
G
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum committed
August 25, 2006
B
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon committed
March 17, 2006
N
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz committed
March 16, 2006
N
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum committed
June 21, 2004
R
Install two code generation optimizations that depend on NOP.
Raymond Hettinger committed
March 7, 2004
R
SF patch #910929: Optimize list comprehensions
Raymond Hettinger committed
April 24, 2003
R
Revert the previous enhancement to the bytecode optimizer.
Raymond Hettinger committed
April 22, 2003
R
Improved the bytecode optimizer.
Raymond Hettinger committed
August 30, 2002
M
Further SET_LINENO reomval fixes. See comments in patch #587933.
Michael W. Hudson committed
August 15, 2002
M
This is my patch
Michael W. Hudson committed
June 13, 2002
G
The opcode FOR_LOOP no longer exists.
Guido van Rossum committed
January 1, 2002
M
Patch #494783: Rename cmp_op enumerators.
Martin v. Löwis committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
February 1, 2001
J
Allow 'continue' inside 'try' clause
Jeremy Hylton committed
January 25, 2001
J
PEP 227 implementation
Jeremy Hylton committed
January 17, 2001
G
Rich comparisons: ensure that LT == Py_LT, etc.
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 24, 2000
T
The real suport for augmented assignment: new opcodes, new PyNumber and
Thomas Wouters committed
F
Charles G. Waldman <cgw@fnal.gov>:
Fred Drake committed
August 21, 2000
B
PEP 214, Extended print Statement, has been accepted by the BDFL.
Barry Warsaw committed
August 17, 2000
T
Apply SF patch #101135, adding 'import module as m' and 'from module import
Thomas Wouters committed
August 11, 2000
T
Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
March 29, 2000
J
remove reference to CALL_FUNCTION_STAR in comment
Jeremy Hylton committed
March 28, 2000
J
slightly modified version of Greg Ewing's extended call syntax patch
Jeremy Hylton committed
July 7, 1998
G
Get rid of some obsolete opcodes.
Guido van Rossum committed
May 9, 1997
G
Get rid of obsolete ACCESS_MODE opcode.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
July 30, 1996
G
Added BUILD_SLICE opcode.
Guido van Rossum committed
January 12, 1996
G
changes for ** (power) operator
Guido van Rossum committed
July 18, 1995
G
keyword arguments and faster function calls
Guido van Rossum committed
July 7, 1995
G
new opcodes RAISE_VARARGS, CALL_FUNCTION
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
October 18, 1993
G
* bltinmodule.c: removed exec() built-in function.
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
March 30, 1993
G
Changes to speed up local variables enormously, by avoiding dictionary
Guido van Rossum committed