<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_testcapimodule.c, branch v3.2b1</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>Merge branches/pep-0384.</title>
<updated>2010-12-03T20:14:31+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2010-12-03T20:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4d0d471a8031de90a2b1ce99c4ac4780e60b3bc9'/>
<id>4d0d471a8031de90a2b1ce99c4ac4780e60b3bc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10359: Remove ";" after function definition, invalid in ISO C</title>
<updated>2010-11-09T09:32:19+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-11-09T09:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3e2b7171bf29f80c06805e60741b5b813376294e'/>
<id>3e2b7171bf29f80c06805e60741b5b813376294e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10185: use Py_hash_t instead of long</title>
<updated>2010-10-23T19:42:38+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-10-23T19:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=29aad0005dd56634363dabd74cf6708c9a255b43'/>
<id>29aad0005dd56634363dabd74cf6708c9a255b43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*</title>
<updated>2010-10-07T01:02:42+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-10-07T01:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=beb4135b8c81e1dbbb841ecd7355ab5a09a3edd2'/>
<id>beb4135b8c81e1dbbb841ecd7355ab5a09a3edd2</id>
<content type='text'>
All unicode functions uses PyObject* except PyUnicode_AsWideChar(). Fix the
prototype for the new function PyUnicode_AsWideCharString().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All unicode functions uses PyObject* except PyUnicode_AsWideChar(). Fix the
prototype for the new function PyUnicode_AsWideCharString().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8670: Rename testcapi unicode test methods</title>
<updated>2010-10-02T11:49:31+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-10-02T11:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=46c7b3b28332b5b0f5fcfede416966786d33b92f'/>
<id>46c7b3b28332b5b0f5fcfede416966786d33b92f</id>
<content type='text'>
 * test_aswidechar() =&gt; unicode_aswidechar()
 * test_aswidecharstring() =&gt; unicode_aswidecharstring()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * test_aswidechar() =&gt; unicode_aswidechar()
 * test_aswidecharstring() =&gt; unicode_aswidecharstring()
</pre>
</div>
</content>
</entry>
<entry>
<title>Oops, revert unwanted _testcapi changes of r85174</title>
<updated>2010-10-02T11:46:20+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-10-02T11:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ea3f305a25fc9a1f5824b0a0ad4ea3f17c896b21'/>
<id>ea3f305a25fc9a1f5824b0a0ad4ea3f17c896b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t</title>
<updated>2010-10-02T11:25:35+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-10-02T11:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=749261e241849834a5cfc70808260a534e50875f'/>
<id>749261e241849834a5cfc70808260a534e50875f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character</title>
<updated>2010-10-02T11:03:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-10-02T11:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1c24bd02520a647415de5c220834d7bec265a8d0'/>
<id>1c24bd02520a647415de5c220834d7bec265a8d0</id>
<content type='text'>
And write unit tests for PyUnicode_AsWideChar() and PyUnicode_AsWideCharString().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And write unit tests for PyUnicode_AsWideChar() and PyUnicode_AsWideCharString().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on</title>
<updated>2010-09-11T00:54:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-09-11T00:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1205f2774e00d38d3229a3a2742c2fcbc767bdde'/>
<id>1205f2774e00d38d3229a3a2742c2fcbc767bdde</id>
<content type='text'>
a non-ASCII byte in the format string.

Document also the encoding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a non-ASCII byte in the format string.

Document also the encoding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use</title>
<updated>2010-06-25T00:02:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-06-25T00:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25e8ec47244b405083b5fe7b353560666cabff44'/>
<id>25e8ec47244b405083b5fe7b353560666cabff44</id>
<content type='text'>
"w*" format instead. Add tests for "w*" format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"w*" format instead. Add tests for "w*" format.
</pre>
</div>
</content>
</entry>
</feed>
