COMMITS
/ Tools/gdb/libpython.py 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
December 24, 2020
A
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
Augusto Hack committed
November 12, 2020
M
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon committed
October 30, 2020
V
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
Victor Stinner committed
March 20, 2020
V
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Victor Stinner committed
March 9, 2020
V
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Victor Stinner committed
September 24, 2019
M
closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232)
Marc Hartmayer committed
September 11, 2019
J
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer committed
July 5, 2019
J
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer committed
June 20, 2019
J
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer committed
May 30, 2019
J
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer committed
May 29, 2019
P
bpo-36974: Fix GDB integration (GH-13665)
Petr Viktorin committed
March 12, 2019
L
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)
Lisa Roach committed
October 15, 2018
V
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Victor Stinner committed
June 14, 2018
V
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
Victor Stinner committed
V
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
Victor Stinner committed
April 20, 2018
G
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548)
Gregory P. Smith committed
August 21, 2017
Ł
bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)
Łukasz Langa committed
August 16, 2017
V
bpo-30983: Revert changes which broke most buildbots (#3100)
Victor Stinner committed
August 14, 2017
B
bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803)
Bruno "Polaco" Penteado committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
March 1, 2017
L
Fixes bpo-29680: Older gdb does not have gdb.error. (#363)
Lev Abalkin committed
February 2, 2017
I
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki committed
February 1, 2017
V
python-gdb.py supports method-wrapper
Victor Stinner committed
January 18, 2017
V
Update and enhance python-gdb.py
Victor Stinner committed
V
Fix Python 2.6 support in python-gdb.py
Victor Stinner committed
January 16, 2017
V
Optimize _PyCFunction_FastCallKeywords()
Victor Stinner committed
December 16, 2016
V
python-gdb.py: catch gdb.error on gdb.selected_frame()
Victor Stinner committed
November 22, 2016
V
Issue #28770: Update python-gdb.py for fastcalls
Victor Stinner committed
V
Issue #28023: Fix python-gdb.py on old GDB versions
Victor Stinner committed
I
Issue #28023: Fix python-gdb.py didn't support new dict implementation
INADA Naoki committed
September 8, 2016
G
Remove legacy "from __future__ import with_statement" lines.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
April 20, 2016
V
gdb/libpython.py: inline _type_void_ptr()
Victor Stinner committed
V
python-gdb.py: get C types at runtime
Victor Stinner committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
November 23, 2013
A
Undo (hopefully) buildbot failures
Antoine Pitrou committed