index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
dis.py
Commit message (
Expand
)
Author
Age
*
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
2025-04-01
*
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon
2025-03-07
*
GH-90916: Add helper function to dis.Instruction and use it to reduce churn i...
Mark Shannon
2025-03-04
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
*
gh-127274: Defer nested methods (#128012)
mpage
2024-12-19
*
gh-127637: add tests for `dis` command-line interface (#127759)
Bénédikt Tran
2024-12-09
*
gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)
Bénédikt Tran
2024-12-05
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
*
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
Mark Shannon
2024-10-24
*
Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566)
larryhastings
2024-09-25
*
gh-123363: Show string value of CONTAINS_OP oparg in dis (#123387)
Alexandr Mitin
2024-08-28
*
gh-123340: Show string value of `IS_OP` oparg in `dis` (#123348)
sobolevn
2024-08-26
*
gh-123165: make `dis` functions render positions on demand (#123168)
Bénédikt Tran
2024-08-21
*
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Jelle Zijlstra
2024-06-20
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-04-30
*
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
Irit Katriel
2024-03-23
*
gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg r...
Irit Katriel
2024-02-16
*
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
Serhiy Storchaka
2024-01-10
*
gh-112720: Move dis's cache output code to the Formatter, labels lookup to th...
Irit Katriel
2023-12-15
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
*
gh-112720: Move instruction formatting from the dis.Instruction class to a ne...
Irit Katriel
2023-12-09
*
gh-112620: Fix dis error on show_cache with labels (#112621)
Irit Katriel
2023-12-03
*
gh-112355: fix calculation of jump target of ENTER_EXECUTOR in dis (#112377)
Irit Katriel
2023-11-24
*
gh-112137: change dis output to show no-lineno as -- instead of None (#112335)
Irit Katriel
2023-11-23
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
*
gh-111969: refactor to make it easier to construct a dis.Instruction object (...
Irit Katriel
2023-11-12
*
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...
Radislav Chugunov
2023-10-10
*
Add --inline-caches flag to dis command line (#110249)
Guido van Rossum
2023-10-03
*
gh-107932: Fix dis module for bytecode that does not have an associated sourc...
Corvin
2023-08-25
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
*
gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
Irit Katriel
2023-07-27
*
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher
2023-07-20
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
*
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...
Mark Shannon
2023-06-13
*
gh-102676: Add more convenience properties to `dis.Instruction` (#103969)
Tomas R
2023-06-11
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
*
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
Juhi Chandalia
2023-05-02
*
GH-99944: Make dis display the value of oparg of KW_NAMES (#103856)
Juhi Chandalia
2023-04-26
*
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
*
gh-102114: Make dis print more concise tracebacks for syntax errors in str in...
chgnrdv
2023-04-15
*
gh-103046: Display current line correctly for `dis.disco()` with CACHE entrie...
gaogaotiantian
2023-03-27
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
*
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon
2023-01-11
[next]