Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IDLE: Add util and stub example comments (#113222) | Terry Jan Reedy | 2023-12-17 | 1 | -3/+3 |
| | |||||
* | gh-66819: More IDLE htest updates(4) (#112686) | Terry Jan Reedy | 2023-12-04 | 1 | -0/+1 |
| | | | | Mostly double spacing before 'if __name__...'. | ||||
* | gh-84623: Remove unused imports in stdlib (#93773) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
| | |||||
* | bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) | Alex Waygood | 2022-02-13 | 1 | -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> |