[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-08-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: All three goals done. Most or all of the 7% not covered is the part of the file I did not touch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python

[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-08-04 Thread miss-islington
miss-islington added the comment: New changeset 4969192f99046bc0f6453185082c00f7a6e132ec by Miss Islington (bot) in branch '3.7': bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) https://github.com/python/cpython/commit/4969192f99046bc0f6453185082c00f7a6e132ec

[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-08-04 Thread miss-islington
miss-islington added the comment: New changeset 5349f8cd784220fc6599830c56d3f0614de2b8cb by Miss Islington (bot) in branch '3.8': bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) https://github.com/python/cpython/commit/5349f8cd784220fc6599830c56d3f0614de2b8cb

[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-08-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +14864 pull_request: https://github.com/python/cpython/pull/15124 ___ Python tracker ___

[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-08-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +14863 pull_request: https://github.com/python/cpython/pull/15123 ___ Python tracker ___

[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-08-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 1213123005d9f94bb5027c0a5256ea4d3e97b61d by Terry Jan Reedy in branch 'master': bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) https://github.com/python/cpython/commit/1213123005d9f94bb5027c0a5256ea4d3e97b61d --

[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-08-04 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +14861 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/15121 ___ Python tracker

[issue36419] IDLE autocomplete: refactor and polish code and tests

2019-03-24 Thread Terry J. Reedy
New submission from Terry J. Reedy : Followup to #30348. 1. Merge try_open_completions_event and _open_completions_later. The latter is only used in the former. Adjust tests to match. 2. The following in test_open_completions tests >>> "something self.text.insert('1.0', '"t')