summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle_test/htest.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27620: Make htest box respond to <Return> and <Escape>.Terry Jan Reedy2016-07-271-6/+12
* Issue #27620: Escape key closes Query box as cancelled.Terry Jan Reedy2016-07-251-3/+3
* Issue #27477: Convert IDLE search dialogs to using ttk widgets.Terry Jan Reedy2016-07-101-0/+7
* Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-081-13/+17
* Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-031-2/+3
* Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-261-12/+11
* Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-211-1/+2
* Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.Terry Jan Reedy2016-06-121-2/+0
* Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-101-1/+2
* Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.Terry Jan Reedy2016-06-081-2/+2
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-33/+33
* Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.Terry Jan Reedy2016-01-271-0/+3
* Issue #25507: move test-specific imports to test function (idlelib.IOBinding).Terry Jan Reedy2015-10-301-3/+5
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-131-10/+2
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-201-7/+7
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-221-0/+9
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-171-18/+47
* Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+18
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-291-8/+57
* Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-271-6/+20
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-251-36/+73
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-23/+191
* Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-191-20/+19
* Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-151-29/+32
* whitespaceTerry Jan Reedy2014-05-111-1/+0
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-111-0/+91