aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/idle_test/htest.py
Commit message (Expand)AuthorAge
* gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113...Ronald Oussoren2024-01-06
* gh-66819: More IDLE htest updates(4) (#112686)Terry Jan Reedy2023-12-04
* gh-66819: More IDLE htest updates(3) (#112683)Terry Jan Reedy2023-12-03
* gh-66819: More IDLE htest updates(2) (#112642)Terry Jan Reedy2023-12-03
* gh-66819: More IDLE htest updates (#112574)Terry Jan Reedy2023-12-01
* IDLE: fix config_key htest (#112545)Terry Jan Reedy2023-11-30
* bpo-46591: Make About IDLE doc link label clickable (GH-30251)Wes2022-02-01
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-06
* bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)Tal Einat2019-08-04
* bpo-37628: Fix IDLE config sample sizes (#14958)Tal Einat2019-07-27
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-23
* bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)Terry Jan Reedy2019-06-18
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-17
* IDLE: Fix typos in docs and comments (GH-13749)Xtreak2019-06-03
* bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330)Cheryl Sabella2018-12-27
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-05
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Tal Einat2018-09-25
* bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...Tal Einat2018-08-05
* bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)Terry Jan Reedy2018-06-27
* bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)Terry Jan Reedy2018-06-23
* bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser....Cheryl Sabella2017-09-23
* bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#...csabella2017-06-29
* Issue #27620: Make htest box respond to <Return> and <Escape>.Terry Jan Reedy2016-07-27
* Issue #27620: Escape key closes Query box as cancelled.Terry Jan Reedy2016-07-25
* Issue #27477: Convert IDLE search dialogs to using ttk widgets.Terry Jan Reedy2016-07-10
* Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-08
* Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-03
* Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-26
* Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-21
* Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.Terry Jan Reedy2016-06-12
* Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-10
* Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.Terry Jan Reedy2016-06-08
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-28
* Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.Terry Jan Reedy2016-01-27
* Issue #25507: move test-specific imports to test function (idlelib.IOBinding).Terry Jan Reedy2015-10-30
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-13
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-20
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-22
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-19
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-17
* Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-01
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-29
* Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-27
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-25
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-24
* Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-19
* Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-15
* whitespaceTerry Jan Reedy2014-05-11
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-11