summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/util.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] gh-84623: Remove unused imports in stdlib (GH-94313)Miss Islington (bot)2022-06-271-1/+0
| | | | | | | | | GH-93773 Backport only for 2 idlelib files. Cherrypicked from 259dd71c32a42708a2800c72898e2664a33fda9c (cherry picked from commit bc8d81a8febd26e7d02e26f46532aeb7ecbd55be) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Terry Jan Reedy2022-02-131-0/+22
Also add .pyi to the python extensions in the "File-open" and "File-save" dialogues. Add util.py to contain objects that are used in multiple idlelib modules and have no dependencies on any of them. Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 50cf4991c49e19f917305dd7b9c71085c11edddb) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>