Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) | Terry Jan Reedy | 2018-06-20 | 1 | -24/+36 |
| | | | | The revised file compiles, runs, and tests OK. idle_test/README.txt explains how to use it to create new IDLE test files. | ||||
* | bpo-25588: Document autotest in idle_test/README.txt. (#4000) | Terry Jan Reedy | 2017-10-15 | 1 | -1/+10 |
| | | | Follow-up to Victor's patch that enabled autotest to run in IDLE's Shell. | ||||
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -1/+1 |
| | |||||
* | bpo-30934: Document coverage details for idlelib tests (#2711) | terryjreedy | 2017-07-16 | 1 | -0/+56 |
| | | | | | * Add section to idlelib/idle-test/README.txt. * Include check that branches are taken both ways. * Exclude IDLE-specific code that does not run during unit tests. | ||||
* | IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. | Terry Jan Reedy | 2016-06-04 | 1 | -2/+2 |
| | |||||
* | Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. | Terry Jan Reedy | 2016-06-04 | 1 | -0/+6 |
| | | | | The update_idletasks solution was provided by Serhiy Storchaka. | ||||
* | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-04 | 1 | -12/+16 |
| | |||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -2/+1 |
| | |||||
* | Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. | Terry Jan Reedy | 2016-05-16 | 1 | -53/+62 |
| | | | | Uppercase 'GUI', remove 2.7 references and reflow text. | ||||
* | Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. | Terry Jan Reedy | 2015-05-16 | 1 | -50/+78 |
| | |||||
* | Issue #18492: Allow all resources when tests are not run by regrtest.py. | Zachary Ware | 2014-06-02 | 1 | -16/+21 |
| | | | | This changeset also includes cleanup allowed by this behavior change. | ||||
* | Issue #20567: Delete class attribute gui widgets in idle tests. | Terry Jan Reedy | 2014-02-27 | 1 | -3/+5 |
| | | | | Code patch by Serhiy Storchaka | ||||
* | #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
| | |||||
* | Update gui section of idle test README. | Terry Jan Reedy | 2013-07-28 | 1 | -4/+12 |
| | |||||
* | Issue #18103: Update README.txt and test_idle to describe and run gui tests. | Terry Jan Reedy | 2013-06-29 | 1 | -28/+65 |
| | |||||
* | Issue #15392: Do not run tests if threading/_thread not available. Otherwise | Terry Jan Reedy | 2013-05-29 | 1 | -0/+63 |
touchup test_idle. Rename README.txt. |