COMMITS
/ Modules/_opcode.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
January 27, 2026
S
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross committed
June 25, 2025
P
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
Petr Viktorin committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
November 4, 2024
July 10, 2024
I
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel committed
June 26, 2024
V
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner committed
June 20, 2024
J
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Jelle Zijlstra committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
March 23, 2024
I
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
Irit Katriel committed
November 14, 2023
I
gh-107149: make new opcode util functions private rather than public and unstable (#112042)
Irit Katriel committed
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
August 28, 2023
V
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner committed
August 21, 2023
V
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner committed
August 17, 2023
I
gh-105481: opcode.h is no longer generated during the build (#108080)
Irit Katriel committed
August 1, 2023
July 20, 2023
I
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
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
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
July 1, 2022
I
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel committed
December 15, 2021
M
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)
Mark Shannon committed
August 12, 2021
I
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel committed
July 29, 2021
I
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel committed
May 7, 2021
M
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon committed
September 7, 2020
M
bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
Mohamed Koubaa committed
September 18, 2018
S
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
February 3, 2014
B
remove code which does nothing but cause refleaks
Benjamin Peterson committed
February 1, 2014
L
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 22, 2014
L
Two minor Argument Clinic bugfixes: use the name of the class in the
Larry Hastings committed
January 16, 2014
L
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings committed
January 7, 2014
L
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings committed
November 23, 2013
L
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings committed
L
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings committed