1. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
  2. 77cd258 Implemented suggested improvements for pdb test by Éric Araujo by Jason R. Coombs · 14 years ago
  3. 5d032c0 PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 by Jason R. Coombs · 14 years ago
  4. 9a5897b Merged revisions 86861 via svnmerge from by Senthil Kumaran · 15 years ago
  5. 5077599 Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from by Georg Brandl · 15 years ago
  6. 3e67c5c Revert r83267, as it breaks a few doctests and generally leads to ugly truncated output. by Georg Brandl · 15 years ago
  7. f833a56 #7539: use _saferepr() for printing exceptions from pdb. by Georg Brandl · 15 years ago
  8. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  9. 69dfe8d Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that. by Georg Brandl · 16 years ago
  10. 6c39f06 Remove some more boilerplate from the actual tests in test_pdb. by Georg Brandl · 16 years ago
  11. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 16 years ago