1. 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 10 years ago
  2. c04d468 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. by Antoine Pitrou · 10 years ago
  3. 8820c23 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. by Guido van Rossum · 11 years ago
  4. 6e22055 pdb: modernize find_function() and add tests for it. by Georg Brandl · 11 years ago
  5. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  6. 9529fbf Issue #17177: Stop using imp in a bunch of tests by Brett Cannon · 11 years ago
  7. f0efea0 Issue #17463: Fix test discovery for test_pdb.py by Andrew Svetlov · 11 years ago
  8. f0eb7ad Merge: skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  9. 96bc043 Skip pdb test for #13120 if threading is not available. by Andrew Svetlov · 12 years ago
  10. 1dfb5c1 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  11. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  12. b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 12 years ago
  13. 67880cc Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) by Martin v. Löwis · 12 years ago
  14. bf6c195 fix closes issue13183 - windows test failure by Senthil Kumaran · 12 years ago
  15. cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  16. b613a3d Disable test_13183 temporarily on Windows for 3.3a3 release. by Georg Brandl · 12 years ago
  17. 4bde9ca test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are cleaned up. by Georg Brandl · 12 years ago
  18. 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  19. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  20. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  21. 34748cd Fix test suite to not activate new sigint behavior in pdb. by Georg Brandl · 14 years ago
  22. 6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. by Senthil Kumaran · 14 years ago
  23. 994ad6c Fix ResourceWarning from subprocess pipe. by Brian Curtin · 14 years ago
  24. a8fbc6a Import test_pdb with its full name, so that running python -m test.test_pdb succeeds. by Georg Brandl · 14 years ago
  25. e1e8df1 Fix pdb test failures on the buildbots. by Georg Brandl · 14 years ago
  26. 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
  27. cdf66a9 Test that "source" with nonexisting things works as expected. by Georg Brandl · 14 years ago
  28. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  29. 0d08962 Several enhancements to pdb and its test suite. by Georg Brandl · 14 years ago
  30. 6cccb86 #7964 followup: add test case to ensure issue remains fixed. by Georg Brandl · 14 years ago
  31. 7410dd1 #809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands. by Georg Brandl · 14 years ago
  32. 3f94089 #5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame. by Georg Brandl · 14 years ago
  33. 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
  34. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  35. 9fa2e02 Merged revisions 74838-74839 via svnmerge from by Georg Brandl · 15 years ago
  36. 243ad66 Merged revisions 72322 via svnmerge from by Georg Brandl · 15 years ago