aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/idle_test/test_squeezer.py
Commit message (Expand)AuthorAge
* bpo-43981: Fix reference leaks in test_squeezer (GH-25758)Pablo Galindo2021-04-30
* bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)Tal Einat2021-04-28
* bpo-43013: Fix old tkinter module names in idlelib (GH-24326)Terry Jan Reedy2021-01-25
* bpo-40443: Remove unused imports in idlelib (GH-19801)Victor Stinner2020-04-29
* bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)Tal Einat2019-08-25
* bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585)Tal Einat2019-01-17
* bpo-35730: Disable IDLE test_reload assertion. (GH-11543)Terry Jan Reedy2019-01-13
* bpo-35196: Optimize Squeezer's write() interception (GH-10454)Tal Einat2019-01-13
* bpo-35208: Fix IDLE Squeezer line counting (GH-10449)Tal Einat2018-12-24
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Tal Einat2018-09-25