1. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  2. 34748cd Fix test suite to not activate new sigint behavior in pdb. by Georg Brandl · 14 years ago
  3. 6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. by Senthil Kumaran · 14 years ago
  4. 994ad6c Fix ResourceWarning from subprocess pipe. by Brian Curtin · 14 years ago
  5. a8fbc6a Import test_pdb with its full name, so that running python -m test.test_pdb succeeds. by Georg Brandl · 14 years ago
  6. e1e8df1 Fix pdb test failures on the buildbots. by Georg Brandl · 14 years ago
  7. 0a9c3e9 Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list". by Georg Brandl · 14 years ago
  8. cdf66a9 Test that "source" with nonexisting things works as expected. by Georg Brandl · 14 years ago
  9. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  10. 0d08962 Several enhancements to pdb and its test suite. by Georg Brandl · 14 years ago
  11. 6cccb86 #7964 followup: add test case to ensure issue remains fixed. by Georg Brandl · 14 years ago
  12. 7410dd1 #809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands. by Georg Brandl · 14 years ago
  13. 3f94089 #5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame. by Georg Brandl · 14 years ago
  14. 46b9afc #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed. Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb. by Georg Brandl · 14 years ago
  15. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  16. 9fa2e02 Merged revisions 74838-74839 via svnmerge from by Georg Brandl · 15 years ago
  17. 243ad66 Merged revisions 72322 via svnmerge from by Georg Brandl · 15 years ago