summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_delegator.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23977: Tweak IDLE Delegator and its test.Terry Jan Reedy2016-05-161-10/+13
|
* Issue #18189: add test_delegator for Idle Delegator class.Terry Jan Reedy2013-06-301-0/+37
Also change private dict used as a set to a set.