summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_editor.py
Commit message (Expand)AuthorAgeFilesLines
* gh-113269: IDLE - Fix test_editor hang (macOS) (#113271)Terry Jan Reedy2023-12-191-1/+1
* gh-104972: Ensure that line attributes in tokens in the tokenize module are c...Pablo Galindo Salgado2023-05-261-2/+2
* gh-104825: Remove implicit newline in the line attribute in tokens emitted in...Pablo Galindo Salgado2023-05-241-2/+2
* gh-104719: IDLE - test existence of all tokenize references. (#104767)Terry Jan Reedy2023-05-241-3/+33
* gh-84623: Remove unused imports in idlelib (#94143)Victor Stinner2022-06-221-1/+0
* bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)Tal Einat2021-04-281-8/+0
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Terry Jan Reedy2020-05-291-10/+36
* bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)Cheryl Sabella2020-01-211-0/+99
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Serhiy Storchaka2019-10-041-12/+0
* bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)Tal Einat2019-07-111-0/+61
* bpo-33855: Minimally test all IDLE modules. (GH-7689)Terry Jan Reedy2018-06-151-4/+36
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-2/+0
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-1/+1
* Issue #23672: Allow Idle to edit and run files with astral chars in name.Terry Jan Reedy2015-08-061-0/+16