summaryrefslogtreecommitdiffstats
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/+12
* Issue #23821: Fixed test_pdb failure under -O.Serhiy Storchaka2015-04-011-11/+15
* Issue #22390: Remove files created by testsVictor Stinner2014-10-051-0/+1
* Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de G...Antoine Pitrou2014-08-121-0/+2
* Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier ...Guido van Rossum2013-11-211-0/+305
* pdb: modernize find_function() and add tests for it.Georg Brandl2013-10-131-0/+30
* 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-101-3/+6
* Issue #17177: Stop using imp in a bunch of testsBrett Cannon2013-06-151-2/+2
* Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
* Merge: skip pdb test for #13120 if threading is not available.Andrew Svetlov2012-12-051-0/+3
|\
| * Skip pdb test for #13120 if threading is not available.Andrew Svetlov2012-12-051-0/+3
* | Merge issue #13120: Allow to call pdb.set_trace() from thread.Andrew Svetlov2012-12-041-0/+27
|\ \ | |/
| * Issue #13120: Allow to call pdb.set_trace() from thread.Andrew Svetlov2012-12-041-0/+27
| * #13183: backport fixes to test_pdb to 3.2 branchGeorg Brandl2012-05-061-2/+5
* | Issue #13183: Revert 0b53b70a40a0 (reenable test on windows)Martin v. Löwis2012-05-021-2/+1
* | fix closes issue13183 - windows test failureSenthil Kumaran2012-05-021-1/+1
|\ \ | |/
| * fix windows test failure - issue13183Senthil Kumaran2012-05-021-1/+1
* | Disable test_13183 temporarily on Windows for 3.3a3 release.v3.3.0a3Georg Brandl2012-05-011-1/+2
* | test_pdb: fix failure of test_issue13183 in debug mode, and make sure files a...Georg Brandl2012-05-011-2/+5
* | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-011-0/+51
|\ \ | |/
| * issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-011-0/+51
* | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+3
|/
* Fix test suite to not activate new sigint behavior in pdb.Georg Brandl2010-12-041-11/+12
* Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.Senthil Kumaran2010-11-291-2/+16
* Fix ResourceWarning from subprocess pipe.Brian Curtin2010-11-051-0/+1
* Import test_pdb with its full name, so that running python -m test.test_pdb s...Georg Brandl2010-07-311-8/+8
* Fix pdb test failures on the buildbots.Georg Brandl2010-07-311-3/+3
* Show the traceback line numbers as well as the current line numbers if an exc...Georg Brandl2010-07-301-0/+62
* Test that "source" with nonexisting things works as expected.Georg Brandl2010-07-301-0/+3
* Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.Georg Brandl2010-07-301-0/+99
* Several enhancements to pdb and its test suite.Georg Brandl2010-07-301-78/+203
* #7964 followup: add test case to ensure issue remains fixed.Georg Brandl2010-07-301-0/+24
* #809887: improve pdb feedback for breakpoint-related actions. Also add a fun...Georg Brandl2010-07-301-2/+80
* #5294: Fix the behavior of pdb "continue" command when called in the top-leve...Georg Brandl2010-07-301-0/+42
* #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i...Georg Brandl2010-07-301-2/+45
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-3/+0
* Merged revisions 74838-74839 via svnmerge fromGeorg Brandl2009-09-161-26/+62
* Merged revisions 72322 via svnmerge fromGeorg Brandl2009-05-051-0/+99