<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/test_verify.py, branch enum-as-int</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>Implementation</title>
<updated>2013-02-08T15:35:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-08T15:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e20fb8ffb30d8202888f972c764df536fb739351'/>
<id>e20fb8ffb30d8202888f972c764df536fb739351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Passing None as an ``item *`` argument to a function.</title>
<updated>2013-02-08T09:10:09+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-08T09:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1a1b750adc73a99e291bb3a0c60d6a213057f1c8'/>
<id>1a1b750adc73a99e291bb3a0c60d6a213057f1c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Win32 fix</title>
<updated>2013-02-07T20:05:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-07T20:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=aa931269f9cfda2797729b1924d481f40901154a'/>
<id>aa931269f9cfda2797729b1924d481f40901154a</id>
<content type='text'>
* Don't depend on the order in which the two calls are made!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't depend on the order in which the two calls are made!
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 compat</title>
<updated>2013-02-07T19:03:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-07T19:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=daaa346810c882d28f3dd7bc99c7af20a73ee57e'/>
<id>daaa346810c882d28f3dd7bc99c7af20a73ee57e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extra tests</title>
<updated>2013-01-06T23:33:18+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-01-06T23:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=133e903de057d9225bbb56efc26a2c5e7b21c39c'/>
<id>133e903de057d9225bbb56efc26a2c5e7b21c39c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test and fix for issue #51: unlike what is documented, we can't pass a</title>
<updated>2013-01-06T23:19:39+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-01-06T23:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9cda71872c4bf0c9aecd89ff651e376cd387e7d7'/>
<id>9cda71872c4bf0c9aecd89ff651e376cd387e7d7</id>
<content type='text'>
list argument to a function expecting a "foo *" argument.  It doesn't
work on CPython (but works with vengine_gen or on PyPy).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
list argument to a function expecting a "foo *" argument.  It doesn't
work on CPython (but works with vengine_gen or on PyPy).
</pre>
</div>
</content>
</entry>
<entry>
<title>issue #46: don't pass -Werror on recent Macs</title>
<updated>2013-01-01T13:13:05+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-01-01T13:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0ac6837270a73d1e231e0936d57ca1eb81bf5a60'/>
<id>0ac6837270a73d1e231e0936d57ca1eb81bf5a60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try harder to run the tests even if PYTHONPATH was not set and cffi not</title>
<updated>2013-01-01T09:55:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-01-01T09:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=74ac632430ab940e8454fced1cb2ef289ada685a'/>
<id>74ac632430ab940e8454fced1cb2ef289ada685a</id>
<content type='text'>
installed.  Tested with a "python setup.py build_ext -i" as well as with
a fresh "python setup.py install".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
installed.  Tested with a "python setup.py build_ext -i" as well as with
a fresh "python setup.py install".
</pre>
</div>
</content>
</entry>
<entry>
<title>Document how to indirectly define callbacks using unsupported</title>
<updated>2012-12-14T20:49:55+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-12-14T20:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=317b93782d2074c9098185cbc63a76ef47845a67'/>
<id>317b93782d2074c9098185cbc63a76ef47845a67</id>
<content type='text'>
features
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
features
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept Python strings or random pointers for a "void *" function argument.</title>
<updated>2012-11-30T23:31:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-11-30T23:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c98a4c4ec33ffcae409d4568634f0d25676d3af7'/>
<id>c98a4c4ec33ffcae409d4568634f0d25676d3af7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
