Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 1 | -0/+9 |
| | | | | Original patch by Tal Einat. | ||||
* | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
| | | | | Patch by Févry Thibault. | ||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -18/+47 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Issue #21477: Update htest docstring and remove extraneous differences between | Terry Jan Reedy | 2014-06-01 | 1 | -9/+18 |
| | | | | 2.7 and 3.4. Original patch by Saimadhav Heblikar. | ||||
* | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. | Terry Jan Reedy | 2014-05-29 | 1 | -8/+57 |
| | | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar. | ||||
* | Issue #21477: Add htests for Search and Replace dialogs. | Terry Jan Reedy | 2014-05-27 | 1 | -6/+20 |
| | | | | Patch by Saimadhav Heblikar. | ||||
* | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 1 | -36/+73 |
| | | | | Patch by Saimadhav Heblikar. 2.7 version will follow. | ||||
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 1 | -23/+191 |
| | | | | Patch by Saimadhav Heblikar | ||||
* | Issue #21477: idle htests - lower case function names, other cleanups. | Terry Jan Reedy | 2014-05-19 | 1 | -20/+19 |
| | |||||
* | Issue #18104: revise docstrings, remove obsolete comments. | Terry Jan Reedy | 2014-05-16 | 1 | -29/+32 |
| | |||||
* | whitespace | Terry Jan Reedy | 2014-05-12 | 1 | -1/+0 |
| | |||||
* | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin | Terry Jan Reedy | 2014-05-12 | 1 | -0/+91 |
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. |