COMMITS
/ Lib/test/test_dis.py May 2, 2026
N
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
Neko Asakura committed
April 16, 2026
M
March 21, 2026
M
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Mark Shannon committed
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 16, 2026
January 6, 2026
K
gh-142863: optimize `list` and `set` calls with generator expressions (#142864)
Kumar Aditya committed
August 19, 2025
M
gh-136438: Make sure `test_dis` pass with all optimization levels (GH-136593)
Mikhail Efimov committed
August 13, 2025
D
gh-137681: Always initialize exception handler for new instruction (#137655)
Dino Viehland committed
June 4, 2025
May 27, 2025
M
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon committed
May 20, 2025
M
GH-134282: Always borrow references LOAD_CONST (GH-134284)
Mark Shannon committed
May 5, 2025
B
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher committed
April 28, 2025
J
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra committed
April 11, 2025
M
GH-127682: Only call `__iter__` once in generator expressions. (GH-132351)
Mark Shannon committed
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 14, 2025
Y
gh-130480: Move duplicate `LOAD_SMALL_INT` optimization from codegen to CFG (#130481)
Yan Yanchii committed
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 4, 2025
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
February 1, 2025
K
gh-126835: Move optimization of constant sequence creation from codegen to CFG (#129426)
Kirill Podoprigora committed
January 31, 2025
B
GH-129386: Add `test.support.reset_code` (GH-129486)
Brandt Bucher committed
January 29, 2025
B
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher committed
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher 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 16, 2025
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
January 15, 2025
I
gh-128891: add specialized opcodes to opcode.opname (#128892)
Irit Katriel committed
January 13, 2025
M
January 6, 2025
M
GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)
Mark Shannon committed
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 19, 2024
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
December 9, 2024
B
gh-127637: add tests for `dis` command-line interface (#127759)
Bénédikt Tran committed
December 2, 2024
D
gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)
Donghee Na committed
November 6, 2024
D
gh-115999: Move specializer test from test_dis to test_opcache (gh-126498)
Donghee Na committed
D
gh-115999: Add free-threaded specialization for CONTAINS_OP (gh-126450)
Donghee Na committed
November 4, 2024
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 22, 2024
M
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
Mikhail Efimov 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 22, 2024
B
gh-123165: correct tests for `dis.dis(func, show_positions=True)` (#123220)
Bénédikt Tran committed
August 21, 2024
B
gh-123165: make `dis` functions render positions on demand (#123168)
Bénédikt Tran committed
August 13, 2024
M
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon committed
July 25, 2024
M
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon committed
June 20, 2024
J
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Jelle Zijlstra committed