<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/curses, branch benjamin-pyapi</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>Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.</title>
<updated>2016-12-28T08:16:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-28T08:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e'/>
<id>bdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e</id>
<content type='text'>
Based on patch by Tycho Andersen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Tycho Andersen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9770: curses.ascii predicates now work correctly with negative integers.</title>
<updated>2016-12-28T08:04:27+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-28T08:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=283de2b9c18e38c9a573526d6c398ade7dd6f8e9'/>
<id>283de2b9c18e38c9a573526d6c398ade7dd6f8e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27294: Numerical state in the repr for Tkinter event objects is now</title>
<updated>2016-06-18T19:08:11+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-06-18T19:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=514f9736a712923756cdd1d3a5e845bf3fdb0994'/>
<id>514f9736a712923756cdd1d3a5e845bf3fdb0994</id>
<content type='text'>
represented as a compination of known flags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
represented as a compination of known flags.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring in curses (#16782)</title>
<updated>2012-12-29T21:08:07+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2012-12-29T21:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d8298dcd2ea4cbac7ca2fab03f840cb1003a8b4'/>
<id>2d8298dcd2ea4cbac7ca2fab03f840cb1003a8b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring in curses (#16782)</title>
<updated>2012-12-29T21:07:50+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2012-12-29T21:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bac04e51ca37c07fde25c42554ad4570ab0ffdb2'/>
<id>bac04e51ca37c07fde25c42554ad4570ab0ffdb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Merge 3.2) Fix curses module for strict SysV implementation (without has_key function)</title>
<updated>2011-11-28T23:06:10+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-11-28T23:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5d7c9aba29ee73ce5708f97beb1371222cc5889e'/>
<id>5d7c9aba29ee73ce5708f97beb1371222cc5889e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix curses module for strict SysV implementation (without has_key function)</title>
<updated>2011-11-28T23:03:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-11-28T23:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b9bb1f4db36ce4867f2d76fe04344a6c1d059a90'/>
<id>b9bb1f4db36ce4867f2d76fe04344a6c1d059a90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.</title>
<updated>2011-07-28T15:39:08+00:00</updated>
<author>
<name>Senthil Kumaran</name>
<email>senthil@uthcode.com</email>
</author>
<published>2011-07-28T15:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a2250e61db26e6f03d035e8c16e5305e57714323'/>
<id>a2250e61db26e6f03d035e8c16e5305e57714323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.</title>
<updated>2011-07-28T14:32:49+00:00</updated>
<author>
<name>Senthil Kumaran</name>
<email>senthil@uthcode.com</email>
</author>
<published>2011-07-28T14:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7c9719cf74a4c5fc04a07b706d71302bdd8c04c5'/>
<id>7c9719cf74a4c5fc04a07b706d71302bdd8c04c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#6771: Move wrapper function into __init__ and eliminate wrapper module</title>
<updated>2011-06-19T00:21:09+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2011-06-19T00:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=afc9a5eaa144eb246e22a16a6539821859fc08f5'/>
<id>afc9a5eaa144eb246e22a16a6539821859fc08f5</id>
<content type='text'>
Andrew agreed in the issue that eliminating the module file made sense.
Wrapper has only been exposed as a function, and so there is no (easy)
way to access the wrapper module, which in any case only had the one
function in it.  Since __init__ already contains a couple wrapper
functions, it seems to make sense to just move wrapper there instead of
importing it from a single function module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Andrew agreed in the issue that eliminating the module file made sense.
Wrapper has only been exposed as a function, and so there is no (easy)
way to access the wrapper module, which in any case only had the one
function in it.  Since __init__ already contains a couple wrapper
functions, it seems to make sense to just move wrapper there instead of
importing it from a single function module.
</pre>
</div>
</content>
</entry>
</feed>
