[issue27115] IDLE goto should use query.Query subclass

2020-03-09 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue27115] IDLE goto should use query.Query subclass

2020-03-09 Thread miss-islington
miss-islington added the comment: New changeset f8345358bcdd276eb470778daf05d343da9f1290 by Miss Islington (bot) in branch '3.7': bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) https://github.com/python/cpython/commit/f8345358bcdd276eb470778daf05d343da9f1290 -- _

[issue27115] IDLE goto should use query.Query subclass

2020-03-09 Thread miss-islington
miss-islington added the comment: New changeset cadfe52a006abb46ea0948c6ae2e006064b4a091 by Miss Islington (bot) in branch '3.8': bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) https://github.com/python/cpython/commit/cadfe52a006abb46ea0948c6ae2e006064b4a091 -- _

[issue27115] IDLE goto should use query.Query subclass

2020-03-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +18243 pull_request: https://github.com/python/cpython/pull/18886 ___ Python tracker ___ __

[issue27115] IDLE goto should use query.Query subclass

2020-03-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +18244 pull_request: https://github.com/python/cpython/pull/18887 ___ Python tracker ___ __

[issue27115] IDLE goto should use query.Query subclass

2020-03-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 363fab83b8a0e6d924c7a7c577feec6a2812bb8c by Terry Jan Reedy in branch 'master': bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) https://github.com/python/cpython/commit/363fab83b8a0e6d924c7a7c577feec6a2812bb8c -- ___

[issue27115] IDLE goto should use query.Query subclass

2020-03-09 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +18229 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/18871 ___ Python tracker ___ ___

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- dependencies: -Finish IDLE Query dialog appearance and behavior. stage: patch review -> test needed ___ Python tracker ___ __

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread miss-islington
miss-islington added the comment: New changeset f3f0c7a108cd2a5071592e77e2f4b14ca35d4fcc by Miss Islington (bot) in branch '3.8': bpo-27115: Move IDLE Query error blanking (GH-18868) https://github.com/python/cpython/commit/f3f0c7a108cd2a5071592e77e2f4b14ca35d4fcc -- __

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread miss-islington
miss-islington added the comment: New changeset 9d5ed8355d4cb73ab13fa6094c9ab57798dff3be by Miss Islington (bot) in branch '3.7': bpo-27115: Move IDLE Query error blanking (GH-18868) https://github.com/python/cpython/commit/9d5ed8355d4cb73ab13fa6094c9ab57798dff3be -- __

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18227 pull_request: https://github.com/python/cpython/pull/18869 ___ Python tracker _

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset e53a3932cb01683b0fa8a7448ca25a2e658c39e6 by Terry Jan Reedy in branch 'master': bpo-27115: Move IDLE Query error blanking (GH-18868) https://github.com/python/cpython/commit/e53a3932cb01683b0fa8a7448ca25a2e658c39e6 --

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +18228 pull_request: https://github.com/python/cpython/pull/18870 ___ Python tracker ___ __

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +18226 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/18868 ___ Python tracker __

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: The related issue is #39852. Since its PR-18801 fixed the status issue, I am returning this to the box replacement issue. -- ___ Python tracker ___

[issue27115] IDLE goto should use query.Query subclass

2020-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since PR-18801 fixed the status issue, I am returning this to the box replacement issue. -- title: IDLE goto should always update status bar line & column -> IDLE goto should use query.Query subclass ___ Python tr