summaryrefslogtreecommitdiff
path: root/Include/opcode.h
Commit message (Expand)AuthorAgeFilesLines
* rather than passing locals to the class body, just execute the class body in ...Benjamin Peterson2013-05-161-1/+0
* check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-301-0/+1
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-93/+94
* excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-171-1/+0
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+1
* Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-2/+2
* revert unintended changesBenjamin Peterson2010-07-201-1/+0
* move test_trace.py so as not to conflict with future tests for the trace moduleBenjamin Peterson2010-07-201-0/+1
* Merged revisions 72912,72920,72940 via svnmerge fromBenjamin Peterson2009-06-281-1/+3
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-3/+5
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-181-2/+4
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-0/+8
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-9/+0
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-1/+1
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-0/+2
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-0/+1
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-5/+5
* Bytes literal.Thomas Wouters2007-02-231-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-4/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-5/+6
* Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up theBrett Cannon2006-08-251-1/+0
* INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).Neal Norwitz2006-03-171-1/+1
* Get rid of last vestiges of BINARY_DIVIDE.Neal Norwitz2006-03-161-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