COMMITS
/ Include/opcode.h May 2, 2021
B
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher committed
April 6, 2021
M
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
December 17, 2020
August 4, 2020
January 27, 2020
M
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon committed
January 23, 2020
M
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon committed
January 14, 2020
M
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon committed
November 21, 2019
August 25, 2019
Z
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz committed
October 18, 2018
S
Update opcode.h header comment to mention the source data file (GH-9935)
Shivank98 committed
March 23, 2018
S
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka committed
February 22, 2018
S
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Serhiy Storchaka committed
January 30, 2018
M
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon committed
December 14, 2016
Y
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov committed
October 2, 2016
S
Issue #28257: Improved error message when pass a non-iterable as
Serhiy Storchaka committed
September 9, 2016
V
Rework CALL_FUNCTION* opcodes
Victor Stinner committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
September 6, 2016
S
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka committed
June 12, 2016
S
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka committed
June 11, 2016
S
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka committed
November 3, 2015
E
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 28, 2015
B
remove STORE_MAP, since it's unused
Benjamin Peterson committed
May 27, 2015
S
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
April 15, 2014
K
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
Kushal Das committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
May 16, 2013
B
rather than passing locals to the class body, just execute the class body in the proper environment
Benjamin Peterson committed
April 30, 2013
B
check local class namespace before reaching for cells (closes #17853)
Benjamin Peterson committed
January 13, 2012
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
July 18, 2011
B
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson committed
September 10, 2010
A
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc committed
September 4, 2010
A
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou committed
July 20, 2010
B
revert unintended changes
Benjamin Peterson committed
B
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson committed
June 28, 2009
B
Merged revisions 72912,72920,72940 via svnmerge from
Benjamin Peterson committed
February 25, 2009
J
http://bugs.python.org/issue4715
Jeffrey Yasskin committed
December 18, 2008
A
Merged revisions 67818 via svnmerge from
Antoine Pitrou committed
June 11, 2008
B
#3021: Antoine Pitrou's Lexical exception handlers
Benjamin Peterson committed
December 19, 2007
C
Merged revisions 59541-59561 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
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