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