COMMITS
/ Lib/dis.py February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 4, 2025
January 23, 2025
January 20, 2025
December 19, 2024
M
gh-127274: Defer nested methods (#128012)
mpage committed
December 9, 2024
B
gh-127637: add tests for `dis` command-line interface (#127759)
Bénédikt Tran committed
December 5, 2024
B
gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)
Bénédikt Tran committed
October 30, 2024
X
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 24, 2024
M
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
Mark Shannon committed
September 26, 2024
L
Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566)
larryhastings committed
August 28, 2024
A
gh-123363: Show string value of CONTAINS_OP oparg in dis (#123387)
Alexandr Mitin committed
August 26, 2024
S
gh-123340: Show string value of `IS_OP` oparg in `dis` (#123348)
sobolevn committed
August 21, 2024
B
gh-123165: make `dis` functions render positions on demand (#123168)
Bénédikt Tran committed
June 20, 2024
J
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Jelle Zijlstra committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra 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
February 16, 2024
I
January 10, 2024
S
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
Serhiy Storchaka committed
December 15, 2023
December 13, 2023
December 9, 2023
December 3, 2023
I
gh-112620: Fix dis error on show_cache with labels (#112621)
Irit Katriel committed
November 24, 2023
I
gh-112355: fix calculation of jump target of ENTER_EXECUTOR in dis (#112377)
Irit Katriel committed
November 23, 2023
I
gh-112137: change dis output to show no-lineno as -- instead of None (#112335)
Irit Katriel committed
November 22, 2023
I
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel committed
November 12, 2023
I
gh-111969: refactor to make it easier to construct a dis.Instruction object (#111970)
Irit Katriel committed
October 10, 2023
R
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827)
Radislav Chugunov committed
October 3, 2023
G
Add --inline-caches flag to dis command line (#110249)
Guido van Rossum committed
August 25, 2023
August 16, 2023
I
August 9, 2023
B
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher committed
July 27, 2023
I
gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
Irit Katriel committed
July 20, 2023
B
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher committed
June 29, 2023
B
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher committed
June 14, 2023
M
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon committed
June 13, 2023
M
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE (GH-105680)
Mark Shannon committed
June 11, 2023
T
June 5, 2023
M
GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)
Mark Shannon committed
May 3, 2023
J
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
Juhi Chandalia committed
April 26, 2023
J
GH-99944: Make dis display the value of oparg of KW_NAMES (#103856)
Juhi Chandalia committed
April 24, 2023
C
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer committed
April 15, 2023
March 27, 2023
G
gh-103046: Display current line correctly for `dis.disco()` with CACHE entries (#103047)
gaogaotiantian committed
March 18, 2023
I