summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/dynoption.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-66819: More IDLE htest updates(4) (#112686)Terry Jan Reedy2023-12-041-0/+2
| | | | Mostly double spacing before 'if __name__...'.
* IDLE: Simplify DynOptionsMenu __init__code (#101371)JosephSBoyle2023-02-281-14/+11
| | | | | | Refactor DynOptionMenu's initializer to not copy kwargs dict and use subscripting; improve its htest. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-0/+1
|
* Refine geometry of idlelib htests (and a few other fix-ups).Terry Jan Reedy2016-07-101-2/+2
|
* Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-211-2/+2
| | | | | Fix code and tests that fail with this restriction. Fix htests to not create a second and redundant root and mainloop.
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-0/+57