1. 6f53d34 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) by Marc Hartmayer · 4 years, 10 months ago
  2. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 4 years, 10 months ago
  3. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 5 years ago
  4. 7e1a9aa bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) by Jeroen Demeyer · 5 years ago
  5. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  6. fecb75c bpo-36974: Fix GDB integration (GH-13665) by Petr Viktorin · 5 years ago
  7. 1ceb3a3 bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) by Lisa Roach · 5 years ago
  8. 2e438cc bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) by Victor Stinner · 6 years ago
  9. d22fc0b bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) by Victor Stinner · 6 years ago
  10. 019d33b bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) by Victor Stinner · 6 years ago
  11. 53f67d4 bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548) by Gregory P. Smith · 6 years ago
  12. 5fe59f8 bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) by Łukasz Langa · 7 years ago
  13. 7cc3399 bpo-30983: Revert changes which broke most buildbots (#3100) by Victor Stinner · 7 years ago
  14. 2e0f4db bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) by Bruno "Polaco" Penteado · 7 years ago
  15. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  16. 661ca88 Fixes bpo-29680: Older gdb does not have gdb.error. (#363) by Lev Abalkin · 7 years ago
  17. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 7 years ago
  18. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 7 years ago
  19. fa025f1 Update and enhance python-gdb.py by Victor Stinner · 7 years ago
  20. 7612f1e Fix Python 2.6 support in python-gdb.py by Victor Stinner · 7 years ago
  21. 7fc252a Optimize _PyCFunction_FastCallKeywords() by Victor Stinner · 7 years ago
  22. cb5fe9c Merge 3.5 by Victor Stinner · 8 years ago
  23. 610f5d7 python-gdb.py: catch gdb.error on gdb.selected_frame() by Victor Stinner · 8 years ago
  24. eae64fd Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  25. 3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions by Victor Stinner · 8 years ago
  26. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  27. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  28. 19620c5 gdb/libpython.py: inline _type_void_ptr() by Victor Stinner · 8 years ago
  29. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 8 years ago
  30. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  31. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  32. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  33. 59b7ff2 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  34. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  35. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  36. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  37. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  38. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  39. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  40. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  41. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
  42. 1df37c6 #17833: merge with 3.3 by David Malcolm · 11 years ago
  43. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  44. d8a5cc9 python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to by Victor Stinner · 11 years ago
  45. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 11 years ago
  46. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  47. 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 12 years ago
  48. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  49. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 13 years ago
  50. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  51. ca2a1a3 Fix test_gdb failure by Antoine Pitrou · 13 years ago
  52. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
  53. 0c4fbff libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') by Victor Stinner · 13 years ago
  54. f16a350 Oops, really fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  55. e30c0a1 Fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  56. 3c0c5f2 Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130) by Antoine Pitrou · 13 years ago
  57. a3b334d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 by Victor Stinner · 13 years ago
  58. 24fa983 Update for PEP 393. by Martin v. Löwis · 13 years ago
  59. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  60. d57c5c8 libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  61. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 13 years ago
  62. 6ffbee7 libpython: implementation of os.fsencode() with surrogateescape error handler by Victor Stinner · 14 years ago
  63. 7c9cf01 gdb: fix representation of non-printable surrogate pairs, and workaround by Antoine Pitrou · 14 years ago
  64. b1856d7 Add a safety limit to the number of unicode characters we fetch by Antoine Pitrou · 14 years ago
  65. b41e128 Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well by Antoine Pitrou · 14 years ago
  66. 0e5a41b libpython.py: py-bt commands escape unencodable characters by Victor Stinner · 14 years ago
  67. b639c14 #9235: fix missing import of sys. by Georg Brandl · 14 years ago
  68. b0eb5da Remove unused code that would raise a NameError. by Georg Brandl · 14 years ago
  69. 150016f Issue #8559: improve unicode support of (gdb) libpython.py by Victor Stinner · 14 years ago
  70. 5ae6810 Issue #8380: Port gdb/libpython to 3.x. by Martin v. Löwis · 14 years ago
  71. 67df3a4 Adapt libpython.py and test_gdb.py to Python3 by Victor Stinner · 14 years ago
  72. 5226fd6 Merged revisions 79986-79987,80156 via svnmerge from by Martin v. Löwis · 14 years ago
  73. 50eb60e Merged revisions 80288 via svnmerge from by Victor Stinner · 14 years ago
  74. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 14 years ago