<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/idlelib, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-40443: Remove unused imports in idlelib (GH-19801)</title>
<updated>2020-04-30T01:28:51+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-04-30T01:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=6900f16d2207ca4fc252fa9d778ca0b13a3c95e0'/>
<id>6900f16d2207ca4fc252fa9d778ca0b13a3c95e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38439: Add 256px IDLE icon (GH-17473)</title>
<updated>2020-04-22T07:21:44+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-04-22T07:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=3a69f3caeeaea57048ed3bc3051e16854b9a4cd6'/>
<id>3a69f3caeeaea57048ed3bc3051e16854b9a4cd6</id>
<content type='text'>
Icon author: Andrew Clover, bpo-1490384
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Icon author: Andrew Clover, bpo-1490384
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)</title>
<updated>2020-04-04T03:05:58+00:00</updated>
<author>
<name>Tal Einat</name>
<email>taleinat+github@gmail.com</email>
</author>
<published>2020-04-04T03:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=52013e5b6d5ca32eef5a3d65ecdf7db89cefc2fd'/>
<id>52013e5b6d5ca32eef5a3d65ecdf7db89cefc2fd</id>
<content type='text'>
Inspect.signature failed on the test case because its isinstance call raised.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inspect.signature failed on the test case because its isinstance call raised.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)</title>
<updated>2020-03-28T16:51:21+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2020-03-28T16:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120'/>
<id>34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120</id>
<content type='text'>
Change 0/1 assignments to 'executing', 'canceled', 'reading', 'endoffile'.
These are not used outside of pyshell. Other bools already use False/True.
Add comment about int needed for Windows call.
Remove self.more, unused in idlelib and code.InteractiveInterpreter.
The latter uses 'more' as a local.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change 0/1 assignments to 'executing', 'canceled', 'reading', 'endoffile'.
These are not used outside of pyshell. Other bools already use False/True.
Add comment about int needed for Windows call.
Remove self.more, unused in idlelib and code.InteractiveInterpreter.
The latter uses 'more' as a local.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)</title>
<updated>2020-03-09T20:51:20+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2020-03-09T20:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=363fab83b8a0e6d924c7a7c577feec6a2812bb8c'/>
<id>363fab83b8a0e6d924c7a7c577feec6a2812bb8c</id>
<content type='text'>
Replace tkinter tkSimpleDialog.askinteger with a standard IDLE query dialog.
The new box checks for positivity before returning.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace tkinter tkSimpleDialog.askinteger with a standard IDLE query dialog.
The new box checks for positivity before returning.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27115: Move IDLE Query error blanking (GH-18868)</title>
<updated>2020-03-09T05:38:07+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2020-03-09T05:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=e53a3932cb01683b0fa8a7448ca25a2e658c39e6'/>
<id>e53a3932cb01683b0fa8a7448ca25a2e658c39e6</id>
<content type='text'>
Move required blanking of error text to non-overridden entry_ok().
(Omit news item.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move required blanking of error text to non-overridden entry_ok().
(Omit news item.)</pre>
</div>
</content>
</entry>
<entry>
<title> bpo-39885: IDLE context menu clears selection  (#18859)</title>
<updated>2020-03-08T19:30:04+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2020-03-08T19:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09'/>
<id>4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09</id>
<content type='text'>
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)</title>
<updated>2020-03-08T18:32:42+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2020-03-08T18:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=2522db11df102be3baf25ce9e816ebe8ffdb7fcc'/>
<id>2522db11df102be3baf25ce9e816ebe8ffdb7fcc</id>
<content type='text'>
It appears standard that moving the text insert cursor away from a selection clears the
selection.  Clearing prevents accidental deletion of a possibly off-screen bit of text.
The update is for Ln and Col on the status bar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears standard that moving the text insert cursor away from a selection clears the
selection.  Clearing prevents accidental deletion of a possibly off-screen bit of text.
The update is for Ln and Col on the status bar.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)</title>
<updated>2020-02-28T18:22:55+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2020-02-28T18:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c705fd1e89ccb8f6d414ec817b4616546147d877'/>
<id>c705fd1e89ccb8f6d414ec817b4616546147d877</id>
<content type='text'>
Previously, the button-up part of selecting with a mouse was treated as a click
that meant 'jump' to this line, which modified the context and undid the selection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the button-up part of selecting with a mouse was treated as a click
that meant 'jump' to this line, which modified the context and undid the selection</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)</title>
<updated>2020-02-18T02:47:52+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2020-02-18T02:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=ffda25f6b825f3dee493b6f0746266a4dd6989f0'/>
<id>ffda25f6b825f3dee493b6f0746266a4dd6989f0</id>
<content type='text'>
Test when find_good_parse_start should return 0.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test when find_good_parse_start should return 0.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</pre>
</div>
</content>
</entry>
</feed>
