<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/idlelib/idle_test, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/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://git.baserock.org/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-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://git.baserock.org/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-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://git.baserock.org/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-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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>bpo-30780: Add IDLE configdialog tests (#3592)</title>
<updated>2020-01-27T22:15:56+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2020-01-27T22:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dd023ad1619b6f1ab313986e8953eea32c18f50c'/>
<id>dd023ad1619b6f1ab313986e8953eea32c18f50c</id>
<content type='text'>
Expose dialog buttons to test code and complete their test coverage.
Complete test coverage for highlights and keys tabs.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose dialog buttons to test code and complete their test coverage.
Complete test coverage for highlights and keys tabs.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)</title>
<updated>2020-01-25T09:00:54+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2020-01-25T09:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0d9fa8c5e30aff71b6d5e8b2673396622f33270'/>
<id>d0d9fa8c5e30aff71b6d5e8b2673396622f33270</id>
<content type='text'>

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39050: The Help button in IDLE's config menu works again (GH-17611)</title>
<updated>2020-01-23T03:54:30+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2020-01-23T03:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2e43b64c94e49f7133b9c26e84c9519935c49063'/>
<id>2e43b64c94e49f7133b9c26e84c9519935c49063</id>
<content type='text'>
Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)</title>
<updated>2020-01-21T10:11:26+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2020-01-21T10:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ec64640a2c5236d7a5d5470d759172a3d93eab0b'/>
<id>ec64640a2c5236d7a5d5470d759172a3d93eab0b</id>
<content type='text'>
Fix comments and add tests for editor newline_and_indent_event method.
Remove unused None default for function parameter of pyparse find_good_parse_start method
and code triggered by that default.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix comments and add tests for editor newline_and_indent_event method.
Remove unused None default for function parameter of pyparse find_good_parse_start method
and code triggered by that default.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title> bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines  (GH-17366)</title>
<updated>2019-11-24T21:29:29+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-11-24T21:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6bf644ec82f14cceae68278dc35bafb00875efae'/>
<id>6bf644ec82f14cceae68278dc35bafb00875efae</id>
<content type='text'>
Extra newlines are removed at the end of non-shell files. If the file only has newlines after stripping other trailing whitespace, all are removed, as is done by patchcheck.py.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extra newlines are removed at the end of non-shell files. If the file only has newlines after stripping other trailing whitespace, all are removed, as is done by patchcheck.py.</pre>
</div>
</content>
</entry>
</feed>
