COMMITS
/ Lib/test/test__opcode.py February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
January 27, 2025
M
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon committed
January 23, 2025
January 20, 2025
January 15, 2025
I
gh-128891: add specialized opcodes to opcode.opname (#128892)
Irit Katriel committed
August 13, 2024
M
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon committed
October 16, 2023
A
gh-110923: Fix silently skipped tests in test__opcode.py (#110926)
Alex Waygood committed
July 27, 2023
I
gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
Irit Katriel committed
July 18, 2023
I
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
Irit Katriel committed
July 14, 2023
I
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel committed
June 17, 2023
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
March 22, 2023
I
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel committed
March 14, 2023
D
gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)
Dong-hee Na committed
November 9, 2022
B
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher committed
October 27, 2022
M
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon committed
July 1, 2022
I
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel committed
April 19, 2022
P
gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)
penguin_wwy committed
January 26, 2022
B
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher committed
December 17, 2021
M
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon committed
August 11, 2021
August 10, 2021
M
July 29, 2021
I
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi committed
September 18, 2018
S
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka committed
April 25, 2018
S
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
Serhiy Storchaka committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
November 24, 2013
L
Don't attempt to run the _opcode test if it wasn't built.
Larry Hastings committed
November 23, 2013
L
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings committed