<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing, branch release-1.2</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>fix python 3.x compatibility for test_zdist</title>
<updated>2015-08-20T08:24:31+00:00</updated>
<author>
<name>Felix Yan</name>
<email>felixonmars@gmail.com</email>
</author>
<published>2015-08-20T08:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=931258a53042680b526e28b3fc0224e61582e51d'/>
<id>931258a53042680b526e28b3fc0224e61582e51d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows test fix</title>
<updated>2015-08-19T14:03:43+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-08-19T14:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d56ae6d82ec523278a99577d6f4ffb67f4cee4de'/>
<id>d56ae6d82ec523278a99577d6f4ffb67f4cee4de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>From https://github.com/pyca/cryptography/pull/2156: add the pre_run()</title>
<updated>2015-08-01T14:07:28+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-08-01T14:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c8d920c34838d7e5eb3f89795b4d0885b9f1c73e'/>
<id>c8d920c34838d7e5eb3f89795b4d0885b9f1c73e</id>
<content type='text'>
hook that is called just before writing C code.  Limited to
setuptools-based setup.py files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hook that is called just before writing C code.  Limited to
setuptools-based setup.py files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support "\" escapes in a #define</title>
<updated>2015-07-30T15:05:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-30T15:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7fec8108df0d434bcf998c280d7d90d04df1b0b0'/>
<id>7fec8108df0d434bcf998c280d7d90d04df1b0b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle line continuations in the "//" comments</title>
<updated>2015-07-30T14:49:22+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-30T14:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4535619b759c5dfc75ad9c9eca54144864272479'/>
<id>4535619b759c5dfc75ad9c9eca54144864272479</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #214: parse function declarations like "int foo(void_t);" where</title>
<updated>2015-07-30T08:33:45+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-30T08:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b4f671208bbf4aa40f17062337e013743b949b83'/>
<id>b4f671208bbf4aa40f17062337e013743b949b83</id>
<content type='text'>
void_t is typedefed to void.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
void_t is typedefed to void.
</pre>
</div>
</content>
</entry>
<entry>
<title>In non-C++ mode, we need a warning to be turned into an error</title>
<updated>2015-07-09T18:08:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-09T18:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f0b93bacb0f1a97da4e6dab510aa81416927ff87'/>
<id>f0b93bacb0f1a97da4e6dab510aa81416927ff87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 compatibility</title>
<updated>2015-07-06T17:11:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-06T17:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=6d58638783b2b91a620aaefc07f7636bb5730fdc'/>
<id>6d58638783b2b91a620aaefc07f7636bb5730fdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly protect against variables that end up resolving at address NULL,</title>
<updated>2015-07-06T17:09:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-06T17:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8f9b5abf94bc1fadf222006b920bb05afb00fb81'/>
<id>8f9b5abf94bc1fadf222006b920bb05afb00fb81</id>
<content type='text'>
which can occur in random cases like test_macro_var_callback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which can occur in random cases like test_macro_var_callback
</pre>
</div>
</content>
</entry>
<entry>
<title>Port the new_allocator() work from pypy</title>
<updated>2015-07-06T15:16:16+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-06T15:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b0ceca16659c83570e6027ddb8308fd056232486'/>
<id>b0ceca16659c83570e6027ddb8308fd056232486</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
