[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10639 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list m

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10639, 10640 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10639, 10640, 10641 stage: test needed -> patch review ___ Python tracker ___ ___ Pyth

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10544 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10545 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-25 Thread Cheryl Sabella
Cheryl Sabella added the comment: This code in editor.py controls the text that is parsed for smart indenting: if not self.context_use_ps1: for context in self.num_context_lines: startat = max(lno - context, 1) startatindex = r

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch, patch pull_requests: +10543, 10544, 10545 stage: test needed -> patch review ___ Python tracker ___ _

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +10543, 10544 stage: test needed -> patch review ___ Python tracker ___ ___

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-24 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10543 stage: test needed -> patch review ___ Python tracker ___ ___ P

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: #35467 is about unwanted auto-pasting. -- versions: -Python 3.6 ___ Python tracker ___ ___ Pytho

[issue34055] IDLE Shell: check syntax before smart indent

2018-07-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: I did several more experiments to reproduce the reported problems and narrow down when they occur. (Where I say 3.6.3 below, I actually tested 2.7.15 and/or 3.5.4 and assume same behavior until fix for 3.6.4.) >>> a=1 >>> a 1 # no extra space >>> d={1:'a',