COMMITS
/ Include/internal/pycore_magic_number.h May 7, 2026
S
gh-149499: Fixes for 3.16 bump (GH-149500)
Stan Ulbrych committed
May 5, 2026
M
GH-143732: SEND specialization (GH-148963)
Mark Shannon committed
April 16, 2026
M
J
gh-137814: Fix `__qualname__` of `__annotate__` (#137842)
Jelle Zijlstra committed
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-142982: Specialize CALL_FUNCTION_EX (GH-143391)
Ken Jin committed
K
gh-142863: optimize `list` and `set` calls with generator expressions (#142864)
Kumar Aditya committed
January 4, 2026
C
gh-139757: Add BINARY_OP_SUBSCR_USTR_INT (GH-143389)
Chris Eibl committed
November 18, 2025
M
GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141703)
Mark Shannon committed
September 10, 2025
J
gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)
Jelle Zijlstra committed
August 12, 2025
H
gh-137288: Update 3.14 magic numbers (GH-137665)
Hugo van Kemenade committed
August 5, 2025
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 7, 2025
Z
Test fixes for 3.15 (GH-133599)
Zachary Ware committed
May 5, 2025
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 11, 2025
J
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra committed
April 1, 2025
M
gh-131987: Bump the magic number (#131991)
mpage committed
March 28, 2025
I
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
Irit Katriel committed
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 6, 2025
T
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel committed
February 27, 2025
M
GH-128534: Instrument branches for `async for` loops. (GH-130569)
Mark Shannon committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel 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 13, 2025
M
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
J
gh-128089: Add PYC magic number for VALUE_WITH_FAKE_GLOBALS (#128097)
Jelle Zijlstra committed
December 20, 2024
M
GH-122548: Correct magic number comment (GH-128115)
Mark Shannon committed
December 19, 2024
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 21, 2024
L
gh-119311: Add missing magic number (3571) for 3.13.0b1 (#125771)
Lumír 'Frenzy' Balhar committed
October 8, 2024
M
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom committed
September 25, 2024
August 16, 2024
M
GH-118093: Specialize `CALL_KW` (GH-123006)
Mark Shannon committed
August 13, 2024
M
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon committed
July 30, 2024
M
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom committed