COMMITS
/ Tools/gdb/libpython.py January 8, 2026
January 29, 2025
P
gh-127119: Faster check for small ints in long_dealloc (GH-127620)
Pieter Eendebak committed
January 21, 2025
M
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon committed
November 5, 2024
T
November 4, 2024
September 12, 2024
S
August 21, 2024
M
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
Mark Shannon committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
May 2, 2024
A
gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438)
Andrej committed
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
March 20, 2024
M
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon committed
February 7, 2024
M
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
Mark Shannon committed
February 5, 2024
M
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon committed
February 1, 2024
S
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
June 14, 2023
M
V
gdb libpython.py: Remove compatibility code (#105739)
Victor Stinner committed
June 1, 2023
V
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner committed
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
January 30, 2023
January 3, 2023
E
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
August 24, 2022
M
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
Mark Shannon committed
August 15, 2022
M
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon committed
August 1, 2022
M
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
Mark Shannon committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
April 21, 2022
M
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Mark Shannon committed
April 16, 2022
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
March 15, 2022
I
Tools/gdb: Drop code to support Python 2. (GH-31717)
Inada Naoki committed
March 1, 2022
I
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki committed
January 5, 2022
B
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher committed
December 19, 2021
R
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger committed
M
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus committed
December 7, 2021
November 21, 2021
P
Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682)
Pablo Galindo Salgado committed
November 10, 2021
P
bpo-45637: Fix cframe-based fallback in the gdb helpers (GH-29515)
Pablo Galindo Salgado committed
November 9, 2021
P
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257)
Pablo Galindo Salgado committed
October 13, 2021
M
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon committed
October 9, 2021
P
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado committed
October 6, 2021
August 25, 2021
M
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
June 18, 2021
M
bpo-44032: Move pointer to code object from frame-object to frame specials array. (GH-26771)
Mark Shannon committed
June 7, 2021
E
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow committed
June 4, 2021
June 3, 2021
May 28, 2021
M
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
April 1, 2021
M
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Mark Shannon committed