Issue 31003: IDLE: Add tests for help sources on configdialog general tab
Created on 2017-07-24 07:27 by terry.reedy, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 2859 | merged | terry.reedy, 2017-07-25 07:26 | |
| PR 2906 | merged | terry.reedy, 2017-07-27 00:57 | |
| Messages (4) | |||
|---|---|---|---|
| msg299042 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-07-25 07:17 | |
Bugs discovered while testing for tests; fix in followup that also streamlines layout. Size vars are StringVars and write text strings that give invalid warning when read. Use IntVars and enforce minimum at least 1? Test what tk allows. Will IntVar reject non-digits? Helplist: up/down move selection indicator but do not change selection. Fix as with fontlist. Will not edit/delete what expect. |
|||
| msg299211 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-07-26 06:53 | |
PR ready for test and review. |
|||
| msg299281 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-07-27 00:54 | |
New changeset 2bc8f0e6867f59e5e8444b2bde99bb0fa3dbefc8 by Terry Jan Reedy in branch 'master': bpo-31003: IDLE - Add more tests for General tab (#2859) https://github.com/python/cpython/commit/2bc8f0e6867f59e5e8444b2bde99bb0fa3dbefc8 |
|||
| msg299284 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-07-27 01:41 | |
New changeset 0c4c65104c951c70f3a2a2fd1a45bdf6540f3a8e by Terry Jan Reedy in branch '3.6': [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906) https://github.com/python/cpython/commit/0c4c65104c951c70f3a2a2fd1a45bdf6540f3a8e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:49 | admin | set | github: 75186 |
| 2017-07-27 01:42:51 | terry.reedy | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2017-07-27 01:42:24 | terry.reedy | set | messages: - msg299269 |
| 2017-07-27 01:41:28 | terry.reedy | set | messages: + msg299284 |
| 2017-07-27 00:57:05 | terry.reedy | set | pull_requests: + pull_request2957 |
| 2017-07-27 00:54:42 | terry.reedy | set | messages: + msg299281 |
| 2017-07-26 22:26:13 | terry.reedy | set | messages: + msg299269 |
| 2017-07-26 06:53:25 | terry.reedy | set | nosy:
+ louielu, cheryl.sabella messages: + msg299211 |
| 2017-07-25 07:26:54 | terry.reedy | set | pull_requests: + pull_request2910 |
| 2017-07-25 07:17:50 | terry.reedy | set | messages: + msg299042 |
| 2017-07-24 08:05:37 | terry.reedy | link | issue30780 dependencies |
| 2017-07-24 07:27:37 | terry.reedy | create | |
