index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
gdb
/
libpython.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Victor Stinner
2020-03-20
1
-7/+9
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Victor Stinner
2020-03-09
1
-1/+1
*
closes bpo-16637: libpython: construct integer object directly from gdbvalue ...
Marc Hartmayer
2019-09-24
1
-1/+1
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
1
-1/+1
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
1
-2/+2
*
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer
2019-06-20
1
-2/+1
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
1
-1/+1
*
bpo-36974: Fix GDB integration (GH-13665)
Petr Viktorin
2019-05-29
1
-1/+2
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)
Lisa Roach
2019-03-12
1
-1/+1
*
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Victor Stinner
2018-10-15
1
-13/+33
*
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
Victor Stinner
2018-06-14
1
-10/+16
[next]