| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-115999: Fix gdb support for libpython.so after thread-local bytecode chang... | T. Wouters | 2024-11-05 | 1 | -6/+9 |
|
|
* | gh-115999: Implement thread-local bytecode and enable specialization for `BIN... | mpage | 2024-11-04 | 1 | -1/+22 |
|
|
* | gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12... | Sam Gross | 2024-09-12 | 1 | -4/+10 |
|
|
* | GH-115776: Allow any fixed sized object to have inline values (GH-123192) | Mark Shannon | 2024-08-21 | 1 | -4/+1 |
|
|
* | gh-117139: Convert the evaluation stack to stack refs (#118450) | Ken Jin | 2024-06-26 | 1 | -0/+4 |
|
|
* | gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438) | Andrej | 2024-05-02 | 1 | -6/+10 |
|
|
* | GH-115776: Embed the values array into the object, for "normal" Python object... | Mark Shannon | 2024-04-02 | 1 | -5/+9 |
|
|
* | GH-108362: Incremental Cycle GC (GH-116206) | Mark Shannon | 2024-03-20 | 1 | -2/+5 |
|
|
* | GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11... | Mark Shannon | 2024-02-07 | 1 | -5/+2 |
|
|
* | GH-108362: Incremental GC implementation (GH-108038) | Mark Shannon | 2024-02-05 | 1 | -2/+5 |
|
|
* | gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1... | Sam Gross | 2024-02-01 | 1 | -4/+11 |
|
|
* | gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095) | Irit Katriel | 2023-10-26 | 1 | -2/+2 |
|
|
* | GH-100987: Allow objects other than code objects as the "executable" of an in... | Mark Shannon | 2023-06-14 | 1 | -9/+16 |
|
|
* | gdb libpython.py: Remove compatibility code (#105739) | Victor Stinner | 2023-06-14 | 1 | -47/+22 |
|
|
* | gh-105156: Cleanup usage of old Py_UNICODE type (#105158) | Victor Stinner | 2023-06-01 | 1 | -7/+3 |
|
|
* | GH-101291: Rearrange the size bits in PyLongObject (GH-102464) | Mark Shannon | 2023-03-22 | 1 | -9/+17 |
|
|
* | GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa... | Mark Shannon | 2023-01-30 | 1 | -1/+1 |
|
|
* | gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is... | Eli Schwartz | 2023-01-03 | 1 | -0/+1 |
|
|
* | GH-96421: Insert shim frame on entry to interpreter (GH-96319) | Mark Shannon | 2022-11-10 | 1 | -8/+10 |
|
|
* | GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH... | Mark Shannon | 2022-08-24 | 1 | -1/+1 |
|
|
* | GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854) | Mark Shannon | 2022-08-15 | 1 | -7/+11 |
|
|
* | GH-95245: Store object values and dict pointers in single tagged pointer. (GH... | Mark Shannon | 2022-08-01 | 1 | -9/+14 |
|
|
* | gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537) | Inada Naoki | 2022-05-12 | 1 | -43/+14 |
|
|
* | GH-88116: Use a compact format to represent end line and column offsets. (GH-... | Mark Shannon | 2022-04-21 | 1 | -14/+62 |
|
|
* | gh-91595: fix the comparison of character and integer by using ord() (#91596) | Yu Liu | 2022-04-16 | 1 | -1/+1 |
|
|
* | bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208) | Brandt Bucher | 2022-04-07 | 1 | -1/+4 |
|
|
* | Tools/gdb: Drop code to support Python 2. (GH-31717) | Inada Naoki | 2022-03-15 | 1 | -102/+41 |
|
|
* | bpo-46845: Reduce dict size when all keys are Unicode (GH-31564) | Inada Naoki | 2022-03-01 | 1 | -7/+4 |
|
|
* | bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372) | Brandt Bucher | 2022-01-05 | 1 | -5/+5 |
|
|
* | Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208) | Raymond Hettinger | 2021-12-19 | 1 | -13/+0 |
|
|
* | bpo-46131: add fastpath for PyFloat_Check() (#30200) | Matti Picus | 2021-12-19 | 1 | -0/+13 |
|
|
* | bpo-45947: Place dict and values pointer at fixed (negative) offset just befo... | Mark Shannon | 2021-12-07 | 1 | -6/+5 |
|
|
* | Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682) | Pablo Galindo Salgado | 2021-11-21 | 1 | -4/+6 |
|
|
* | bpo-45637: Fix cframe-based fallback in the gdb helpers (GH-29515) | Pablo Galindo Salgado | 2021-11-10 | 1 | -5/+5 |
|
|
* | bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH... | Pablo Galindo Salgado | 2021-11-09 | 1 | -11/+7 |
|
|
* | bpo-45340: Don't create object dictionaries unless actually needed (GH-28802) | Mark Shannon | 2021-10-13 | 1 | -11/+64 |
|
|
* | bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488) | Pablo Galindo Salgado | 2021-10-09 | 1 | -29/+55 |
|
|
* | bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh... | Mark Shannon | 2021-10-06 | 1 | -1/+4 |
|
|
* | bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933) | Mark Shannon | 2021-08-25 | 1 | -2/+4 |
|
|
* | bpo-44590: Lazily allocate frame objects (GH-27077) | Mark Shannon | 2021-07-26 | 1 | -27/+122 |
|
|
* | bpo-44032: Move pointer to code object from frame-object to frame specials ar... | Mark Shannon | 2021-06-18 | 1 | -11/+14 |
|
|
* | bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577) | Eric Snow | 2021-06-07 | 1 | -4/+6 |
|
|
* | bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b... | Pablo Galindo | 2021-06-04 | 1 | -6/+4 |
|
|
* | bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas... | Eric Snow | 2021-06-03 | 1 | -4/+6 |
|
|
* | bpo-44206: Add a version number to dictionary keys (GH-26333) | Mark Shannon | 2021-05-28 | 1 | -1/+1 |
|
|
* | bpo-44032: Move data stack to thread from FrameObject. (GH-26076) | Mark Shannon | 2021-05-21 | 1 | -3/+17 |
|
|
* | bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna... | Mark Shannon | 2021-04-01 | 1 | -1/+1 |
|
|
* | closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) | Augusto Hack | 2020-12-24 | 1 | -1/+1 |
|
|
* | bpo-42246: Partial implementation of PEP 626. (GH-23113) | Mark Shannon | 2020-11-12 | 1 | -4/+13 |
|
|
* | bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041) | Victor Stinner | 2020-10-30 | 1 | -2/+2 |
|
|