| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16180: Exit pdb if file has syntax error, instead of trapping user | Terry Jan Reedy | 2015-09-05 | 1 | -0/+11 |
|
|
* | Issue #22390: Fix test_pdb to remove created bar.pyc file | Victor Stinner | 2015-03-29 | 1 | -0/+1 |
|
|
* | #13183: backport fixes to test_pdb to 2.7 branch | Georg Brandl | 2012-05-06 | 1 | -2/+5 |
|
|
* | fix windows test failure - issue13183 | Senthil Kumaran | 2012-05-01 | 1 | -1/+1 |
|
|
* | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s... | Senthil Kumaran | 2012-05-01 | 1 | -1/+57 |
|
|
* | Implemented suggested improvements for pdb test by Éric Araujo | Jason R. Coombs | 2011-12-09 | 1 | -18/+19 |
|
|
* | PDB now will properly escape backslashes in the names of modules it executes.... | Jason R. Coombs | 2011-11-17 | 1 | -0/+27 |
|
|
* | Merged revisions 86861 via svnmerge from | Senthil Kumaran | 2010-11-29 | 1 | -0/+110 |
|
|
* | Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv... | Georg Brandl | 2010-08-01 | 1 | -0/+42 |
|
|
* | Revert r83267, as it breaks a few doctests and generally leads to ugly trunca... | Georg Brandl | 2010-07-30 | 1 | -27/+0 |
|
|
* | #7539: use _saferepr() for printing exceptions from pdb. | Georg Brandl | 2010-07-30 | 1 | -0/+27 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -3/+0 |
|
|
* | Make the pdb displayhook compatible with the standard displayhook: do not pri... | Georg Brandl | 2009-09-16 | 1 | -1/+33 |
|
|
* | Remove some more boilerplate from the actual tests in test_pdb. | Georg Brandl | 2009-09-16 | 1 | -27/+34 |
|
|
* | #5142: add module skipping feature to pdb. | Georg Brandl | 2009-05-05 | 1 | -0/+99 |
|
|