42 Commits (d27b455bbcedd232ad8490acff46f532a365be49)

Author SHA1 Message Date
Antoine Pitrou 23828f6d8e Undo (hopefully) buildbot failures 12 years ago
Antoine Pitrou b17d2aa552 Issue #19308: fix the gdb plugin on gdbs linked with Python 3 12 years ago
Antoine Pitrou e50240c504 Issue #19308: fix the gdb plugin on gdbs linked with Python 3 12 years ago
Serhiy Storchaka 50254c57cd Issue #18743: Fix references to non-existant "StringIO" module 13 years ago
Ezio Melotti 7c4a7e6f3c #18803: fix more typos. Patch by Févry Thibault. 13 years ago
Antoine Pitrou 9d95254bb7 Issue #18772: fix the gdb plugin after the set implementation changes 13 years ago
David Malcolm d08b210164 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) 13 years ago
Victor Stinner d8a5cc91e6 python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to 13 years ago
Ezio Melotti 3f5db3940f Fix a few typos and a double semicolon. Patch by Eitan Adler. 13 years ago
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 99cff3f182 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 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 14 years ago
Martin v. Löwis 24fa9832be Update for PEP 393. 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 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 2fba0b3dfc Merged revisions 84635-84636 via svnmerge from 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 eefec7b857 Merged revisions 82872,82874 via svnmerge from 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 b1556c537d libpython.py: fix support of non-BMP unicode characters 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
Victor Stinner a92e81bf48 Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm 16 years ago
Martin v. Löwis 24f09fdb23 Issue #8279: Fix test_gdb failures. 16 years ago
Benjamin Peterson 6a6666ab7d Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from 16 years ago
Martin v. Löwis bf0dfb3d0e Issue #8032: For gdb7, a python-gdb.py file is added to the build, 16 years ago