COMMITS
/ Tools/gdb/libpython.py July 1, 2011
V
libpython.py (gdb) now catchs IOError in py-list and py-bt commands
Victor Stinner committed
May 13, 2011
V
Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add
Victor Stinner committed
October 17, 2010
V
libpython: implementation of os.fsencode() with surrogateescape error handler
Victor Stinner committed
September 8, 2010
A
gdb: fix representation of non-printable surrogate pairs, and workaround
Antoine Pitrou committed
A
Add a safety limit to the number of unicode characters we fetch
Antoine Pitrou committed
A
Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
Antoine Pitrou committed
August 17, 2010
V
libpython.py: py-bt commands escape unencodable characters
Victor Stinner committed
July 14, 2010
G
#9235: fix missing import of sys.
Georg Brandl committed
G
Remove unused code that would raise a NameError.
Georg Brandl committed
May 19, 2010
V
Issue #8559: improve unicode support of (gdb) libpython.py
Victor Stinner committed
April 21, 2010
M
Issue #8380: Port gdb/libpython to 3.x.
Martin v. Löwis committed
V
Adapt libpython.py and test_gdb.py to Python3
Victor Stinner committed
M
Merged revisions 79986-79987,80156 via svnmerge from
Martin v. Löwis committed
April 20, 2010
V
Merged revisions 80288 via svnmerge from
Victor Stinner committed
April 11, 2010
B
Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from
Benjamin Peterson committed