COMMITS
/ Tools/gdb/libpython.py 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
A
Undo (hopefully) buildbot failures
Antoine Pitrou committed
A
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou committed
A
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou committed
August 29, 2013
S
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka committed
S
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka committed
August 25, 2013
E
#18803: merge with 3.3.
Ezio Melotti committed
E
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
August 24, 2013
A
Issue #18772: fix the gdb plugin after the set implementation changes
Antoine Pitrou committed
May 6, 2013
D
#17833: merge with 3.3
David Malcolm committed
D
#17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests)
David Malcolm committed
April 11, 2013
V
python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to
Victor Stinner committed
January 27, 2013
E
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Ezio Melotti committed
October 9, 2012
B
compare singletons by identity not equality (closes #16712)
Benjamin Peterson committed
June 27, 2012
D
Issue #12605: Show information on more C frames within gdb backtraces
David Malcolm committed
April 23, 2012
B
Implement PEP 412: Key-sharing dictionaries (closes #13903)
Benjamin Peterson committed