History log of /external/python/cpython2/Lib/idlelib/idle_test/htest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a944ac3c7e34d583b01d150fa26b42477d7724c3 27-Jan-2016 Terry Jan Reedy <tjreedy@udel.edu> Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.
Augment htest to include all major IOBinding functions.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
faaf16b8ed273bb974ea18183ef17f078e0d3944 30-Oct-2015 Terry Jan Reedy <tjreedy@udel.edu> Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e 14-Oct-2015 Terry Jan Reedy <tjreedy@udel.edu> Issue #24782: Finish converting the Configure Extension dialog into a new
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
70e763c0d8f0dc00ca8bf190b299a9b61717a235 21-Sep-2015 Terry Jan Reedy <tjreedy@udel.edu> Issue #16893: Replace help.txt with idle.html for Idle doc display.
The new idlelib/idle.html is copied from Doc/build/html/idle.html.
It looks better than help.txt and will better document Idle as released.
The tkinter html viewer that works for this file was written by Rose Roseman.
The new code is in idlelib/help.py, a new file for help menu classes.
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
7a16207ce129f3068c97b51bcdc0614199af60d5 23-Oct-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #3068: Add Idle extension configuration dialog to Options menu.
Original patch by Tal Einat.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
cf834769e4f2c3b14c93091334f2334284c9d8c0 17-Oct-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
htests to add # htest # marker for coveragepy and stop tcl errors.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
f74805b2cba86a8235506bcde3f2b68aaa730d71 01-Jun-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21477: Update htest docstring and remove extraneous differences between
2.7 and 3.4. Original patch by Saimadhav Heblikar.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
76916e8404923b1c81217bfeb71df8d7f4f772c8 29-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
d0d4f2d0c653c94396ee1e7dc2b80d7debc80e9e 27-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21477: Add htests for Search and Replace dialogs.
Patch by Saimadhav Heblikar.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
985ef280545912b1a76d1980c27a33e0ee7eaf0a 27-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21477: Idle htest: modify run; add more tests.
Patch by Saimadhav Heblikar. 2.7 backport of 90829, d7eea8f608c2.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
62012fc719818b6087b01c93fcc1cd0d2b4d8932 25-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Patch by Saimadhav Heblikar
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
4345846161e60b660a2b263469e30ef5ec7f91c1 19-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21477: idle htests - lower case function names, other cleanups.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
fb371afaace72ccccd59cf6167d504e17d54731d 16-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #18104: revise docstrings, remove obsolete comments.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
c5945966aee2fb3ddd96d7521b245cdb9968afcb 12-May-2014 Terry Jan Reedy <tjreedy@udel.edu> whitespace
/external/python/cpython2/Lib/idlelib/idle_test/htest.py
00b0bd55b4d615740e06ac4d445221a176da30f3 12-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
consolidating and improving human-validated tests of Idle. Change other files
as needed to work with htest. Running the module as __main__ runs all tests.
/external/python/cpython2/Lib/idlelib/idle_test/htest.py