16 Commits (090f7be6dfd4e246cf5bc2db24c2070810d3c98b)

Author SHA1 Message Date
Victor Stinner d208416a40 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 14 years ago
Victor Stinner d57c5c8a3a libpython.py (gdb) now catchs IOError in py-list and py-bt commands 15 years ago
Victor Stinner e670c889cc Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add 15 years ago
Victor Stinner 6ffbee77dc libpython: implementation of os.fsencode() with surrogateescape error handler 15 years ago
Antoine Pitrou 7c9cf01238 gdb: fix representation of non-printable surrogate pairs, and workaround 16 years ago
Antoine Pitrou b1856d7fa7 Add a safety limit to the number of unicode characters we fetch 16 years ago
Antoine Pitrou b41e128fe1 Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well 16 years ago
Victor Stinner 0e5a41b8f5 libpython.py: py-bt commands escape unencodable characters 16 years ago
Georg Brandl b639c14c32 #9235: fix missing import of sys. 16 years ago
Georg Brandl b0eb5da018 Remove unused code that would raise a NameError. 16 years ago
Victor Stinner 150016fd24 Issue #8559: improve unicode support of (gdb) libpython.py 16 years ago
Martin v. Löwis 5ae6810819 Issue #8380: Port gdb/libpython to 3.x. 16 years ago
Victor Stinner 67df3a4b7e Adapt libpython.py and test_gdb.py to Python3 16 years ago
Martin v. Löwis 5226fd66e1 Merged revisions 79986-79987,80156 via svnmerge from 16 years ago
Victor Stinner 50eb60e6bf Merged revisions 80288 via svnmerge from 16 years ago
Benjamin Peterson 6a6666ab7d Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from 16 years ago