<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_cursesmodule.c, branch v3.6.7</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>correct the typos (GH-4950) (#4951)</title>
<updated>2017-12-21T05:43:11+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-12-21T05:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=020668b8e15c472e51110e20bb3df0672437db1e'/>
<id>020668b8e15c472e51110e20bb3df0672437db1e</id>
<content type='text'>
(cherry picked from commit 83cb778b4a3f856f2243b0f0d36fefb5c44b388f)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 83cb778b4a3f856f2243b0f0d36fefb5c44b388f)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4221)</title>
<updated>2017-11-01T19:23:46+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-11-01T19:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aad7ac10af6ed40fc21b842e04be0b04b2915d4a'/>
<id>aad7ac10af6ed40fc21b842e04be0b04b2915d4a</id>
<content type='text'>
(cherry picked from commit 4f469c096628af730b17798d0ebfd8925bfde836)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 4f469c096628af730b17798d0ebfd8925bfde836)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (GH-3826) (#4218)</title>
<updated>2017-11-01T14:38:35+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-11-01T14:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1f81ea85e8e20347ec396001e5b869d36fe38398'/>
<id>1f81ea85e8e20347ec396001e5b869d36fe38398</id>
<content type='text'>
Skip a test for unget_wch()/get_wch() on OpenBSD since they are broken
in ncurses 5.7.
(cherry picked from commit 7e68790f3db75a893d5dd336e6201a63bc70212b)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip a test for unget_wch()/get_wch() on OpenBSD since they are broken
in ncurses 5.7.
(cherry picked from commit 7e68790f3db75a893d5dd336e6201a63bc70212b)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)</title>
<updated>2017-11-01T13:11:12+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-11-01T13:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2be9a31213e93e26a71150efaef1a975f8b9afec'/>
<id>2be9a31213e93e26a71150efaef1a975f8b9afec</id>
<content type='text'>
(cherry picked from commit 894ebd065e02debf20c0657d26020ecc42b7534f)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 894ebd065e02debf20c0657d26020ecc42b7534f)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212)</title>
<updated>2017-11-01T12:35:41+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-11-01T12:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ff6ae4de3874f4922a5883f08bb661c93834b060'/>
<id>ff6ae4de3874f4922a5883f08bb661c93834b060</id>
<content type='text'>
Modify the code to use ncurses is_pad() instead of checking WINDOW
_flags field.  If your platform does not provide the is_pad(), the
existing way that checks the field will be enabled.

Note: This change does not drop support for platforms where do not
have both WINDOW _flags field and is_pad().
(cherry picked from commit 8bc7d63560024681dce9f40445f2877b2987e92c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify the code to use ncurses is_pad() instead of checking WINDOW
_flags field.  If your platform does not provide the is_pad(), the
existing way that checks the field will be enabled.

Note: This change does not drop support for platforms where do not
have both WINDOW _flags field and is_pad().
(cherry picked from commit 8bc7d63560024681dce9f40445f2877b2987e92c)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)</title>
<updated>2017-10-31T12:33:09+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2017-10-31T12:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5db32085e7e4d6be9a34d0a64ecf477eca224f15'/>
<id>5db32085e7e4d6be9a34d0a64ecf477eca224f15</id>
<content type='text'>
(cherry picked from commit baac01e629d90f63dfde6b5cc433f4bc65c5feeb)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit baac01e629d90f63dfde6b5cc433f4bc65c5feeb)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462)</title>
<updated>2017-06-28T06:27:35+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-06-28T06:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0834905d9b61291b1fc5e05a1ffbc69de9c9379f'/>
<id>0834905d9b61291b1fc5e05a1ffbc69de9c9379f</id>
<content type='text'>
Based on patch by Victor Stinner.

Add private C API function _PyUnicode_AsUnicode() which is similar to
PyUnicode_AsUnicode(), but checks for null characters..
(cherry picked from commit f7eae0adfcd4c50034281b2c69f461b43b68db84)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Victor Stinner.

Add private C API function _PyUnicode_AsUnicode() which is similar to
PyUnicode_AsUnicode(), but checks for null characters..
(cherry picked from commit f7eae0adfcd4c50034281b2c69f461b43b68db84)
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443)</title>
<updated>2017-06-27T18:08:58+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-06-27T18:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0edffa3073b551ffeca34952529e7b292f1bd350'/>
<id>0edffa3073b551ffeca34952529e7b292f1bd350</id>
<content type='text'>
Raise a ValueError if the second argument is NULL and the wchar_t\*
string contains null characters..
(cherry picked from commit e613e6add5f07ff6aad5802924596b631b707d2a)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raise a ValueError if the second argument is NULL and the wchar_t\*
string contains null characters..
(cherry picked from commit e613e6add5f07ff6aad5802924596b631b707d2a)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29176: Fix name of the _curses.window class (#52) (#532)</title>
<updated>2017-03-08T16:19:57+00:00</updated>
<author>
<name>Mariatta</name>
<email>Mariatta@users.noreply.github.com</email>
</author>
<published>2017-03-08T16:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7253aded71df8d4bf8684fc78d11c596079211b3'/>
<id>7253aded71df8d4bf8684fc78d11c596079211b3</id>
<content type='text'>
Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).
(cherry picked from commit 61e2bc74dfab1ceee332d3f480dcf86c478c87c5)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).
(cherry picked from commit 61e2bc74dfab1ceee332d3f480dcf86c478c87c5)</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28549: Fixed segfault in curses's addch() with ncurses6.</title>
<updated>2016-10-30T20:53:09+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-30T20:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a0d9c685d0c3f817c5a7143098ce1a89380ee514'/>
<id>a0d9c685d0c3f817c5a7143098ce1a89380ee514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
