29 Commits (fe1bcb64cd2e00dcb0d1fc77f627cb538510efa6)

Author SHA1 Message Date
Benjamin Peterson b29614e047 compare singletons by identity not equality (closes #16712) 13 years ago
David Malcolm 8d37ffa563 Issue #12605: Show information on more C frames within gdb backtraces 14 years ago
Benjamin Peterson 7d95e40721 Implement PEP 412: Key-sharing dictionaries (closes #13903) 14 years ago
Victor Stinner d208416a40 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 14 years ago
Antoine Pitrou ca2a1a335a Fix test_gdb failure 14 years ago
Florent Xicluna aa6c1d240f Issue #13575: there is only one class type. 14 years ago
Victor Stinner 0c4fbff6a7 libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') 14 years ago
Victor Stinner f16a350baf Oops, really fix gdb/libpython.py for not ready Unicode strings 14 years ago
Victor Stinner e30c0a1014 Fix gdb/libpython.py for not ready Unicode strings 14 years ago
Antoine Pitrou 3c0c5f29dd Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130) 14 years ago
Victor Stinner a3b334da6d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 15 years ago
Martin v. Löwis 24fa9832be Update for PEP 393. 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 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