[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
miss-islington added the comment: New changeset 849a37a2b640af14cfb004cdbced01983b0d9d2b by Miss Islington (bot) in branch '3.7': bpo-37627: Add acknowledgment (GH-14883) https://github.com/python/cpython/commit/849a37a2b640af14cfb004cdbced01983b0d9d2b -- __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
miss-islington added the comment: New changeset 52ee929957871da3d2622ab16887a1a03e6e08bf by Miss Islington (bot) in branch '3.8': bpo-37627: Add acknowledgment (GH-14883) https://github.com/python/cpython/commit/52ee929957871da3d2622ab16887a1a03e6e08bf -- __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +14676 pull_request: https://github.com/python/cpython/pull/14895 ___ Python tracker ___ __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +14675 pull_request: https://github.com/python/cpython/pull/14894 ___ Python tracker ___ __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4214f1ec3b3c73badd639229eff81eb5e57b82ec by Terry Jan Reedy in branch 'master': bpo-37627: Add acknowledgment (#14883) https://github.com/python/cpython/commit/4214f1ec3b3c73badd639229eff81eb5e57b82ec -- __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
miss-islington added the comment: New changeset 9325f4091b66f3a9cc85681435367671d335e3e7 by Miss Islington (bot) in branch '3.8': bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870) https://github.com/python/cpython/commit/9325f4091b66f3a9cc85681435367671d335e3e7 -

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +14674 pull_request: https://github.com/python/cpython/pull/14893 ___ Python tracker ___ __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
miss-islington added the comment: New changeset d9086f2324264e93155dd81f4484975215e38f00 by Miss Islington (bot) in branch '3.7': bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870) https://github.com/python/cpython/commit/d9086f2324264e93155dd81f4484975215e38f00 -

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +14668 pull_request: https://github.com/python/cpython/pull/14883 ___ Python tracker ___ __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 35b87e6001bd991f625abe305951c77ddeb9a9c5 by Terry Jan Reedy (Ngalim Siregar) in branch 'master': bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870) https://github.com/python/cpython/commit/35b87e6001bd991f625abe305951c77

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +14666 pull_request: https://github.com/python/cpython/pull/14881 ___ Python tracker ___ __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +14667 pull_request: https://github.com/python/cpython/pull/14882 ___ Python tracker ___ __

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-20 Thread Ngalim Siregar
Change by Ngalim Siregar : -- keywords: +patch pull_requests: +14659 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14870 ___ Python tracker ___ _

[issue37627] Minor improvements to IDLE's "Run Customized"

2019-07-19 Thread Raymond Hettinger
New submission from Raymond Hettinger : Today, I did some user testing for the 3.8 beta when teaching the argparse module. The new "Run Customized" option needs two usability tweaks. 1) Move the menu option up by one so that the regular F5 "run" is last -- learners we having a hard time fin