summaryrefslogtreecommitdiff
path: root/Lib/test/test_pdb.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-051-0/+11
* Issue #22390: Fix test_pdb to remove created bar.pyc fileVictor Stinner2015-03-301-0/+1
* #13183: backport fixes to test_pdb to 2.7 branchGeorg Brandl2012-05-061-2/+5
* fix windows test failure - issue13183Senthil Kumaran2012-05-021-1/+1
* issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-011-1/+57
* Implemented suggested improvements for pdb test by Éric AraujoJason R. Coombs2011-12-081-18/+19
* PDB now will properly escape backslashes in the names of modules it executes....Jason R. Coombs2011-11-171-0/+27
* Merged revisions 86861 via svnmerge fromSenthil Kumaran2010-11-291-0/+110
* 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