1. 3b85b9b Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from by Georg Brandl · 14 years ago
  2. 1060380 Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from by Georg Brandl · 14 years ago
  3. e2b3bba Merged revisions 85657 via svnmerge from by Gregory P. Smith · 14 years ago
  4. 7e8f6d6 Merged revisions 85649 via svnmerge from by Gregory P. Smith · 14 years ago
  5. dcb411b Merged revisions 85646 via svnmerge from by Gregory P. Smith · 14 years ago
  6. 852a27d Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done by Skip Montanaro · 15 years ago
  7. beca499 Fix the "pylocals" gdb command. by Georg Brandl · 15 years ago
  8. 44fb2a9 #5617: add a handy function to print a unicode string to gdbinit. by Georg Brandl · 15 years ago
  9. 4655e44 break sets a breakpoint rather than stopping the loop. by Neal Norwitz · 19 years ago
  10. f98e6b1 Fix pystack command. by Neil Schemenauer · 19 years ago
  11. afd77d9 Add definitions for "up" and "down" commands that print/display the current by Skip Montanaro · 20 years ago
  12. 0bb2a65 split functionality into pystack and pystackv commands. The former will by Skip Montanaro · 20 years ago
  13. 8c47f4a eval_frame now has a PyAPI-style name by Michael W. Hudson · 20 years ago
  14. 7a92d74 It would help if I deleted the old pystack! by Skip Montanaro · 20 years ago
  15. 74d07f2 include local variables when dumping Python stack trace by Skip Montanaro · 20 years ago
  16. 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 20 years ago
  17. f64ec0f A helper to dump info about the current frame, assuming it is the variable f. by Jeremy Hylton · 21 years ago
  18. bbd89b6 PyObject_Dump() -> _PyObject_Dump() by Barry Warsaw · 24 years ago
  19. 39e44d7 A few useful definitions if you're using gdb. Copy to ~/.gdbinit to by Barry Warsaw · 24 years ago