summaryrefslogtreecommitdiff
path: root/Include/opcode.h
Commit message (Expand)AuthorAgeFilesLines
* backport computed gotos (#4753)Benjamin Peterson2015-05-281-0/+9
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-0/+3
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-6/+7
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-251-1/+3
* Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} withJeffrey Yasskin2009-02-281-3/+6
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-171-1/+1
* Speed-up dictionary constructor by about 10%.Raymond Hettinger2007-12-181-0/+1
* Fix #1752132: wrong comment in opcode description.Georg Brandl2007-07-111-1/+1
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-2/+1
* Install two code generation optimizations that depend on NOP.Raymond Hettinger2004-06-211-0/+1
* SF patch #910929: Optimize list comprehensionsRaymond Hettinger2004-03-071-0/+1
* Revert the previous enhancement to the bytecode optimizer.Raymond Hettinger2003-04-241-2/+0
* Improved the bytecode optimizer.Raymond Hettinger2003-04-221-0/+2
* Further SET_LINENO reomval fixes. See comments in patch #587933.Michael W. Hudson2002-08-301-3/+0
* This is my patchMichael W. Hudson2002-08-151-2/+3
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-131-1/+0
* Patch #494783: Rename cmp_op enumerators.Martin v. Löwis2002-01-011-3/+3
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+4
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-0/+1
* Iterators phase 1. This comprises:Guido van Rossum2001-04-201-0/+2
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-011-0/+1
* PEP 227 implementationJeremy Hylton2001-01-251-5/+5
* Rich comparisons: ensure that LT == Py_LT, etc.Guido van Rossum2001-01-171-1/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* The real suport for augmented assignment: new opcodes, new PyNumber andThomas Wouters2000-08-241-3/+13
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-0/+3
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+2
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-1/+1
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* remove reference to CALL_FUNCTION_STAR in commentJeremy Hylton2000-03-291-1/+1
* slightly modified version of Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+7
* Get rid of some obsolete opcodes.Guido van Rossum1998-07-071-5/+0
* Get rid of obsolete ACCESS_MODE opcode.Guido van Rossum1997-05-091-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added BUILD_SLICE opcode.Guido van Rossum1996-07-301-0/+1
* changes for ** (power) operatorGuido van Rossum1996-01-121-0/+2
* keyword arguments and faster function callsGuido van Rossum1995-07-181-6/+4
* new opcodes RAISE_VARARGS, CALL_FUNCTIONGuido van Rossum1995-07-071-0/+8
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+3
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-181-0/+2
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* Several changes in one:Guido van Rossum1993-05-191-0/+1
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-8/+6
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+6
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added UNPACK_VARARG.Guido van Rossum1992-01-141-0/+1
* Added UNPACK_ARG.Guido van Rossum1991-12-161-1/+3