Commit graph

4 commits

Author SHA1 Message Date
Miss Islington (bot)
fbaf00ee57
[3.11] IDLE: Add util and stub example comments (GH-113222) (#113224)
(cherry picked from commit cde1335485)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2023-12-17 01:20:36 +00:00
Miss Islington (bot)
5ada3e5e91
[3.11] gh-66819: More IDLE htest updates(4) (GH-112686) (#112689)
Mostly double spacing before 'if __name__...'.
(cherry picked from commit e5b0db0315)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2023-12-04 01:59:19 -05:00
Terry Jan Reedy
bc8d81a8fe
[3.11] gh-84623: Remove unused imports in stdlib (#94313)
#93773

Backport only for 2 idlelib files.
Cherrypicked from  259dd71c32
2022-06-26 23:54:10 -04:00
Alex Waygood
50cf4991c4
bpo-45447: Add syntax highlighting for .pyi files in IDLE (GH-28950)
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>
2022-02-12 19:04:48 -05:00