summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/stackviewer.py
Commit message (Expand)AuthorAgeFilesLines
* gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)Terry Jan Reedy2024-01-181-2/+2
* gh-66819: More IDLE htest updates(3) (#112683)Terry Jan Reedy2023-12-041-2/+2
* gh-79871: IDLE - Fix and test debugger module (#11451)Anthony Shaw2023-11-191-0/+2
* gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)Terry Jan Reedy2023-10-181-1/+1
* gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer (#10...Irit Katriel2023-06-081-32/+9
* gh-102778: revert changes to idlelib (#102825)Irit Katriel2023-03-191-15/+6
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-181-6/+15
* bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)Terry Jan Reedy2018-06-221-2/+2
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Terry Jan Reedy2018-06-191-0/+3
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-3/+8
* Issue #25507: Move 4 objects from pyshell to run and switch inports.Terry Jan Reedy2016-07-151-1/+1
* Refine geometry of idlelib htests (and a few other fix-ups).Terry Jan Reedy2016-07-101-3/+3
* Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-211-5/+5
* Issue #27156: Remove more unused idlelib code.Terry Jan Reedy2016-06-061-3/+0
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-3/+3
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-0/+151