1. 23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 10 years ago
  2. ffaa031 Issue #22390: Fix test_pdb to remove created bar.pyc file by Victor Stinner · 10 years ago
  3. 9f9970b #13183: backport fixes to test_pdb to 2.7 branch by Georg Brandl · 13 years ago
  4. a9e18cd fix windows test failure - issue13183 by Senthil Kumaran · 13 years ago
  5. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
  6. 77cd258 Implemented suggested improvements for pdb test by Éric Araujo by Jason R. Coombs · 14 years ago
  7. 5d032c0 PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 by Jason R. Coombs · 14 years ago
  8. 9a5897b Merged revisions 86861 via svnmerge from by Senthil Kumaran · 15 years ago
  9. 5077599 Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from by Georg Brandl · 15 years ago
  10. 3e67c5c Revert r83267, as it breaks a few doctests and generally leads to ugly truncated output. by Georg Brandl · 15 years ago
  11. f833a56 #7539: use _saferepr() for printing exceptions from pdb. by Georg Brandl · 15 years ago
  12. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  13. 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
  14. 6c39f06 Remove some more boilerplate from the actual tests in test_pdb. by Georg Brandl · 16 years ago
  15. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 16 years ago