summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pdb.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv...Georg Brandl2010-08-011-0/+42
* Revert r83267, as it breaks a few doctests and generally leads to ugly trunca...Georg Brandl2010-07-301-27/+0
* #7539: use _saferepr() for printing exceptions from pdb.Georg Brandl2010-07-301-0/+27
* Remove unused imports in test modules.Georg Brandl2010-02-071-3/+0
* Make the pdb displayhook compatible with the standard displayhook: do not pri...Georg Brandl2009-09-161-1/+33
* Remove some more boilerplate from the actual tests in test_pdb.Georg Brandl2009-09-161-27/+34
* #5142: add module skipping feature to pdb.Georg Brandl2009-05-051-0/+99