<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/py_curses.h, branch fix-namedexpr-comment</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-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251)</title>
<updated>2018-05-10T08:27:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-05-10T08:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b00854caa080cec613496d3a5e1b0891c9ff83e6'/>
<id>b00854caa080cec613496d3a5e1b0891c9ff83e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32593: Drop FreeBSD 9 and older support (#5232)</title>
<updated>2018-01-22T17:32:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2018-01-22T17:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=13ff24582c99dfb439b1af7295b401415e7eb05b'/>
<id>13ff24582c99dfb439b1af7295b401415e7eb05b</id>
<content type='text'>
Drop support of FreeBSD 9 and older.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop support of FreeBSD 9 and older.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)</title>
<updated>2017-11-01T12:05:26+00:00</updated>
<author>
<name>Masayuki Yamamoto</name>
<email>ma3yuki.8mamo10@gmail.com</email>
</author>
<published>2017-11-01T12:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8bc7d63560024681dce9f40445f2877b2987e92c'/>
<id>8bc7d63560024681dce9f40445f2877b2987e92c</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().
</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().
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31891: Fix building the curses module on NetBSD. (#4165)</title>
<updated>2017-10-31T11:56:44+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-10-31T11:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=baac01e629d90f63dfde6b5cc433f4bc65c5feeb'/>
<id>baac01e629d90f63dfde6b5cc433f4bc65c5feeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever</title>
<updated>2017-01-23T08:23:58+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-23T08:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d1302c01544317267345970f351a015626b54f61'/>
<id>d1302c01544317267345970f351a015626b54f61</id>
<content type='text'>
possible but Coccinelle couldn't find opportunity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
possible but Coccinelle couldn't find opportunity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25923: Added the const qualifier to static constant arrays.</title>
<updated>2015-12-25T17:53:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-12-25T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d06e8445587d9b4d0bf79bdb08ab4743b780249'/>
<id>2d06e8445587d9b4d0bf79bdb08ab4743b780249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12567: The curses module uses Unicode functions for Unicode arguments</title>
<updated>2011-11-25T21:10:02+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-11-25T21:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0fdfceb782424dcddca848357736f24ef40c91be'/>
<id>0fdfceb782424dcddca848357736f24ef40c91be</id>
<content type='text'>
when it is linked to the ncurses library. It encodes also Unicode strings to
the locale encoding instead of UTF-8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when it is linked to the ncurses library. It encodes also Unicode strings to
the locale encoding instead of UTF-8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 74693 via svnmerge from</title>
<updated>2009-09-06T21:24:55+00:00</updated>
<author>
<name>Mark Dickinson</name>
<email>dickinsm@gmail.com</email>
</author>
<published>2009-09-06T21:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5ea7d64b155ef720506ae4fcbeeb2819c20e869c'/>
<id>5ea7d64b155ef720506ae4fcbeeb2819c20e869c</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74693 | mark.dickinson | 2009-09-06 22:21:05 +0100 (Sun, 06 Sep 2009) | 2 lines

  Issue #6848:  Fix curses module build failure on OS X 10.6.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74693 | mark.dickinson | 2009-09-06 22:21:05 +0100 (Sun, 06 Sep 2009) | 2 lines

  Issue #6848:  Fix curses module build failure on OS X 10.6.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>add a replacement API for PyCObject, PyCapsule #5630</title>
<updated>2009-05-05T22:31:58+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2009-05-05T22:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b173f7853e4e3a4215a661d98174291e379cf6fb'/>
<id>b173f7853e4e3a4215a661d98174291e379cf6fb</id>
<content type='text'>
All stdlib modules with C-APIs now use this.

Patch by Larry Hastings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All stdlib modules with C-APIs now use this.

Patch by Larry Hastings
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed PyString to PyBytes</title>
<updated>2008-05-26T13:28:38+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2008-05-26T13:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=72b710a59617ebe6dd1c41613d2c7eb81702efd9'/>
<id>72b710a59617ebe6dd1c41613d2c7eb81702efd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
