[issue30674] IDLE: add docstrings to grep.py

2017-06-27 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue30674] IDLE: add docstrings to grep.py

2017-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 39e501a2913eff047f7a644e2b20eb4278f97d50 by terryjreedy in branch '3.6': [3.6] bpo-30674: IDLE: add docstrings to grep.py (GH-2213) (#2434) https://github.com/python/cpython/commit/39e501a2913eff047f7a644e2b20eb4278f97d50 --

[issue30674] IDLE: add docstrings to grep.py

2017-06-27 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2482 ___ Python tracker ___ ___

[issue30674] IDLE: add docstrings to grep.py

2017-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 65474b9d7a230943d4d3f1d7d51f77bb141240f0 by terryjreedy (csabella) in branch 'master': bpo-30674: IDLE: add docstrings to grep.py (#2213) https://github.com/python/cpython/commit/65474b9d7a230943d4d3f1d7d51f77bb141240f0 --

[issue30674] IDLE: add docstrings to grep.py

2017-06-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks, Terry. It seems that it *is* the hidden placement algorithm and I just never noticed it before. I opened a bunch of terminal windows and they opened top left, bottom left, top right, bottom right, then continuing to follow a pattern. IDLE did the

[issue30674] IDLE: add docstrings to grep.py

2017-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since all three search boxes call the same open, they use the same hidden placement algorithm. On Windows, the last position when closed is re-used for the next open for the duration of the IDLE session. When IDLE is closed and reopened, the initial

[issue30674] IDLE: add docstrings to grep.py

2017-06-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks. It seems like my windows pop-up all over the place. It's probably a Ubuntu thing. I was used to looking at help_about and textview, which cascade over the current window (I think because of self.geometry) and that's what prompted my initial

[issue30674] IDLE: add docstrings to grep.py

2017-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Are you two using different Linux distributions with different graphics managers? Could tk act different on different distributions? -- ___ Python tracker

[issue30674] IDLE: add docstrings to grep.py

2017-06-16 Thread Louie Lu
Louie Lu added the comment: On Linux, it stick to the top-right of the IDLE, that says I can't reproduce the bump-out at the bottom :( -- nosy: +louielu ___ Python tracker

[issue30674] IDLE: add docstrings to grep.py

2017-06-16 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> commit review versions: +Python 3.6 ___ Python tracker ___

[issue30674] IDLE: add docstrings to grep.py

2017-06-16 Thread Terry J. Reedy
New submission from Terry J. Reedy: On PR 2213, Cheryl said "One other question -- when I run this, the dialog box always opens way on the bottom of my screen. Has anyone requested a change to this before? Or would it be worth mentioning on idle-dev?" Louie sees top left on Mac, I see same

[issue30674] IDLE: add docstrings to grep.py

2017-06-15 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2257 ___ Python tracker ___ ___

[issue30674] IDLE: add docstrings to grep.py

2017-06-15 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- assignee: terry.reedy components: IDLE nosy: csabella, terry.reedy priority: normal severity: normal status: open title: IDLE: add docstrings to grep.py type: enhancement versions: Python 3.7 ___