<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/idlelib, branch bind-socket</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-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)</title>
<updated>2019-03-27T06:02:28+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-03-27T06:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=da0847048aa7f934573fa449cea8643def056aa5'/>
<id>da0847048aa7f934573fa449cea8643def056aa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36429: Fix starting IDLE with pyshell (#12548)</title>
<updated>2019-03-26T23:58:19+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-03-26T23:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=6a258c88906a7e8acde455ee2acb78b6f315ea0b'/>
<id>6a258c88906a7e8acde455ee2acb78b6f315ea0b</id>
<content type='text'>
Add idlelib.pyshell alias at top; remove pyshell alias at bottom.
Remove obsolete __name__=='__main__' command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add idlelib.pyshell alias at top; remove pyshell alias at bottom.
Remove obsolete __name__=='__main__' command.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)</title>
<updated>2019-03-24T23:33:12+00:00</updated>
<author>
<name>Louie Lu</name>
<email>git@louie.lu</email>
</author>
<published>2019-03-24T23:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=113d735e2091427f9623097d2a222dd99b16b568'/>
<id>113d735e2091427f9623097d2a222dd99b16b568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36405: IDLE - Restore __main__ and add tests (#12518)</title>
<updated>2019-03-24T21:12:28+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-03-24T21:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0fe4513d9a5510ae91c0da7eb0433f79a6d4dda9'/>
<id>0fe4513d9a5510ae91c0da7eb0433f79a6d4dda9</id>
<content type='text'>
Fix error in commit 2b75155 noticed by Serhiy Storchaka.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix error in commit 2b75155 noticed by Serhiy Storchaka.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)</title>
<updated>2019-03-23T11:33:42+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2019-03-23T11:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=d60f658fc0278f3fcdadec8ddcab35b8ae03e1d1'/>
<id>d60f658fc0278f3fcdadec8ddcab35b8ae03e1d1</id>
<content type='text'>
* Add tests for grep findfiles.
* Move findfiles to module function.
* Change findfiles to use os.walk.

Based on a patch by Al Sweigart.





</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add tests for grep findfiles.
* Move findfiles to module function.
* Change findfiles to use os.walk.

Based on a patch by Al Sweigart.





</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36405: Use dict unpacking in idlelib (#12507)</title>
<updated>2019-03-23T07:50:15+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-03-23T07:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=2b75155590eb42d25e474b776ee9fdcc4b3dc840'/>
<id>2b75155590eb42d25e474b776ee9fdcc4b3dc840</id>
<content type='text'>
Remove now unneeded imports.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove now unneeded imports.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)</title>
<updated>2019-03-22T22:23:41+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-03-22T22:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c1419578a18d787393c7ccee149e7c1fff17a99e'/>
<id>c1419578a18d787393c7ccee149e7c1fff17a99e</id>
<content type='text'>
This param was only used once and changed the return type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This param was only used once and changed the return type.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-23216: IDLE: Add docstrings to search modules (GH-12141)</title>
<updated>2019-03-16T23:29:33+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2019-03-16T23:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0bb5e75cf8bc9b197ffb91cba6f30543ed502708'/>
<id>0bb5e75cf8bc9b197ffb91cba6f30543ed502708</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36176: Fix IDLE autocomplete &amp; calltip popup colors. (#12262)</title>
<updated>2019-03-11T00:18:40+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-03-11T00:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=491ef53c1548c2b593d3c35d1e7bf25ccb443019'/>
<id>491ef53c1548c2b593d3c35d1e7bf25ccb443019</id>
<content type='text'>
Prevent conflicts with Linux dark themes
(and slightly darken calltip background).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent conflicts with Linux dark themes
(and slightly darken calltip background).</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34162: Add entries for idlelib/NEWS.txt (#12232)</title>
<updated>2019-03-08T08:04:32+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-03-08T08:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8a1bab92915dd5c88832706c56af2f5611181d50'/>
<id>8a1bab92915dd5c88832706c56af2f5611181d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
