Issue 34189: Add simple tests for new Tk widget options (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/78370
classification
Title: | Add simple tests for new Tk widget options | ||
---|---|---|---|
Type: | enhancement | Stage: | resolved |
Components: | Tests, Tkinter | Versions: | Python 3.8, Python 3.7, Python 3.6, Python 2.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | serhiy.storchaka | Nosy List: | ZackerySpytz, serhiy.storchaka |
Priority: | normal | Keywords: | patch |
Created on 2018-07-22 16:07 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 8396 | merged | serhiy.storchaka,2018-07-22 16:10 | |
PR 8397 | merged | serhiy.storchaka,2018-07-22 17:40 | |
PR 8398 | merged | serhiy.storchaka,2018-07-22 18:52 | |
PR 8399 | merged | serhiy.storchaka,2018-07-22 18:52 | |
PR 8400 | merged | serhiy.storchaka,2018-07-22 18:52 | |
PR 8419 | merged | serhiy.storchaka,2018-07-23 19:03 |
Messages (9) | ||
---|---|---|
msg322149 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-22 16:07 |
The following PR adds simple tests for Tk widget options added in Tk 8.6.5. TIP 441: Add -justify Configuration Option to the listbox Widget https://core.tcl.tk/tips/doc/trunk/tip/441.md TIP 437: Tk panedwindow options for proxy window https://core.tcl.tk/tips/doc/trunk/tip/437.md | ||
msg322153 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-22 16:50 |
New changeset e271ca78e37a502b3dc1036f824aa3999efcd56b by Serhiy Storchaka in branch 'master': bpo-34189: Add simple tests for new Tk widget options. (GH-8396) https://github.com/python/cpython/commit/e271ca78e37a502b3dc1036f824aa3999efcd56b | ||
msg322157 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-22 18:41 |
New changeset c75c1e0e8aeb720ac3fcfab119b70cabba4e8235 by Serhiy Storchaka in branch 'master': bpo-34189: Fix checking for bugfix Tcl version. (GH-8397) https://github.com/python/cpython/commit/c75c1e0e8aeb720ac3fcfab119b70cabba4e8235 | ||
msg322158 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-22 19:14 |
New changeset c7b91d95d8890a4bafefa797f194a1ae3f0f0abb by Serhiy Storchaka in branch '3.7': [3.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8398) https://github.com/python/cpython/commit/c7b91d95d8890a4bafefa797f194a1ae3f0f0abb | ||
msg322159 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-22 19:14 |
New changeset 0ff174643437f34c50c8625462b5419b1a643b57 by Serhiy Storchaka in branch '3.6': [3.6] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8399) https://github.com/python/cpython/commit/0ff174643437f34c50c8625462b5419b1a643b57 | ||
msg322160 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-22 19:15 |
New changeset 46cb5fd706563673663e676bb70f46a73f4edc89 by Serhiy Storchaka in branch '2.7': [2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8400) https://github.com/python/cpython/commit/46cb5fd706563673663e676bb70f46a73f4edc89 | ||
msg322238 - (view) | Author: Zackery Spytz (ZackerySpytz) * ![]() |
Date: 2018-07-23 18:08 |
It appears that a file was backported to 2.7 by accident. | ||
msg322247 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-23 19:05 |
Good point Zackery! | ||
msg322249 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-23 19:32 |
New changeset fbcb6fae6233efbde1f6bb9fe51e33baec4767b8 by Serhiy Storchaka in branch '2.7': bpo-34189: Remove a file backported by accident. (GH-8419) https://github.com/python/cpython/commit/fbcb6fae6233efbde1f6bb9fe51e33baec4767b8 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:03 | admin | set | github: 78370 |
2018-07-23 19:32:13 | serhiy.storchaka | set | messages: + |
2018-07-23 19:05:00 | serhiy.storchaka | set | messages: + |
2018-07-23 19:03:42 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest7945> |
2018-07-23 18:08:32 | ZackerySpytz | set | nosy: + ZackerySpytzmessages: + |
2018-07-22 19:15:54 | serhiy.storchaka | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2018-07-22 19:15:18 | serhiy.storchaka | set | messages: + |
2018-07-22 19:14:47 | serhiy.storchaka | set | messages: + |
2018-07-22 19:14:18 | serhiy.storchaka | set | messages: + |
2018-07-22 18:52:27 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest7927> |
2018-07-22 18:52:22 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest7926> |
2018-07-22 18:52:15 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest7925> |
2018-07-22 18:41:50 | serhiy.storchaka | set | messages: + |
2018-07-22 17:40:53 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest7924> |
2018-07-22 16:50:19 | serhiy.storchaka | set | messages: + |
2018-07-22 16:10:08 | serhiy.storchaka | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest7923> |
2018-07-22 16:07:53 | serhiy.storchaka | create |