summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_stackviewer.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer ↵Irit Katriel2023-06-081-10/+4
| | | | (#103339)
* gh-102778: revert changes to idlelib (#102825)Irit Katriel2023-03-191-2/+1
|
* gh-102778: Add sys.last_exc, deprecate sys.last_type, ↵Irit Katriel2023-03-181-1/+2
| | | | sys.last_value,sys.last_traceback (#102779)
* bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)Terry Jan Reedy2018-06-221-9/+20
| | | Increases coverage by 44%.
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Terry Jan Reedy2018-06-191-0/+36
Part 3 of 3, continuing PR #7689. This covers 14 idlelib modules and their tests, rpc to zoomheight except for run (already done) and tooltip (being done separately).