COMMITS
/ Doc/library/dis.rst April 25, 2026
S
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
sobolevn committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
February 2, 2026
G
docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358)
Guilherme Leobas committed
January 7, 2026
T
Fix a typo in STORE_SLICE docs (#143500)
Tomas R. committed
November 9, 2025
L
gh-140980: document `SET_FUNCTION_ATTRIBUTE` flag for `annotate` function (#141306)
Lakshya Upadhyaya committed
September 29, 2025
A
GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (#139402)
Adam Turner committed
September 28, 2025
Y
September 8, 2025
A
GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
Adam Turner committed
August 4, 2025
A
gh-132661: PEP 750 documentation: second pass (#137020)
Adam Turner committed
July 22, 2025
D
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck committed
June 18, 2025
V
gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632)
Vladyslav Lazoryk committed
April 21, 2025
A
gh-85583: Add an overview of formatted string literals (f-strings) to ``str`` (#132689)
Adam Turner committed
April 18, 2025
Y
gh-132668: Remove outdated description of `POP_JUMP_*` instructions (#132669)
Yuki Kobayashi committed
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 17, 2025
Y
Docs: Fix incorrect sphinx markup for a class member (GH-130970)
Yuki Kobayashi committed
February 21, 2025
S
Add `.. versionadded` directive to `dis` CLI options (#130267)
sobolevn committed
February 18, 2025
S
gh-130160: use `option` instead of `cmdoption` in `dis.rst` (#130255)
sobolevn committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
January 23, 2025
January 20, 2025
December 5, 2024
B
gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)
Bénédikt Tran committed
November 6, 2024
K
gh-122838: Document missing opcodes (#123073)
Kamil Turek committed
November 4, 2024
M
Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396)
Mikhail Efimov committed
November 2, 2024
R
gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)
rimchoi committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 15, 2024
H
Python 3.14.0a1
Hugo van Kemenade committed
October 8, 2024
K
Doc: Improve description of ``GET_LEN`` opcode (#114583)
Kirill Podoprigora committed
A
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan committed
September 25, 2024
P
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin committed
September 10, 2024
B
gh-123165: update docs signature for `dis.disassemble` (#123808)
Bénédikt Tran committed
September 1, 2024
J
gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (#123551)
jlallas384 committed
August 21, 2024
B
gh-123165: make `dis` functions render positions on demand (#123168)
Bénédikt Tran committed
August 17, 2024
M
fix typo in dis.rst (#121612)
mathysEthical committed
August 5, 2024
I
gh-121367: [doc] BUILD_TUPLE arg can be 0 (#122663)
Irit Katriel committed
July 25, 2024
M
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon committed
July 19, 2024
K
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
Kirill Podoprigora committed
June 18, 2024
M
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Mark Shannon committed
June 6, 2024
D
gh-120178: Documentation typo corrections (#120179)
David Lowry-Duda committed
June 4, 2024
I
gh-114616: Improve docs regarding changes to caches representation in dis (#120033)
Irit Katriel committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 7, 2024
X
Fix several typos in documentation (GH-118625)
Xie Yanbo committed
March 28, 2024
C
gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)
Christopher Chianelli committed
February 15, 2024
N
docs: use consistent .append() in dis.rst (#115434)
Ned Batchelder committed
January 24, 2024
M
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon committed
January 22, 2024
K
Docs: Fix typo in code snippet (GH-114421)
Kirill Podoprigora committed
January 3, 2024
A
Document the `co_lines` method on code objects (#113682)
Alex Waygood committed
December 24, 2023
D
fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461)
denballakh committed
December 13, 2023