<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi0/backend_tests.py, branch binary_enum</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>python 2.6 compat</title>
<updated>2017-03-13T13:05:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-13T13:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=955a0c9859db0997a4a2a18b04653c081b5e9f02'/>
<id>955a0c9859db0997a4a2a18b04653c081b5e9f02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue #255: comparing primitive cdatas</title>
<updated>2017-02-19T13:37:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-19T13:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d5ab65efdf707e608266590a2b8dacb35f1dbba4'/>
<id>d5ab65efdf707e608266590a2b8dacb35f1dbba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a warning that doesn't really make sense here, tweak tests</title>
<updated>2017-02-06T08:33:59+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-06T08:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0e4e34033dcbe9d4ff4070e5754fac392d79fff3'/>
<id>0e4e34033dcbe9d4ff4070e5754fac392d79fff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in coronafire/cffi/buffer_richcompare (pull request #76)</title>
<updated>2017-02-06T08:24:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>armin.rigo@gmail.com</email>
</author>
<published>2017-02-06T08:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2ad2c47b3b76da0d683cd5bb5c404ff7100b535b'/>
<id>2ad2c47b3b76da0d683cd5bb5c404ff7100b535b</id>
<content type='text'>
Add richcompare to buffer objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add richcompare to buffer objects
</pre>
</div>
</content>
</entry>
<entry>
<title>Make 'ffi.buffer' be the type of minibuffers returned by cffi, and</title>
<updated>2017-02-04T14:05:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-04T14:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b05cea94af19abfd675f4e4a46af338b6c329612'/>
<id>b05cea94af19abfd675f4e4a46af338b6c329612</id>
<content type='text'>
'ffi.buffer()' now calls the constructor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'ffi.buffer()' now calls the constructor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for buffer comparisons</title>
<updated>2017-02-03T02:03:08+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2017-02-03T02:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7527566a09ca05dd4a9e55b621964e52fbff27f9'/>
<id>7527566a09ca05dd4a9e55b621964e52fbff27f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert b84710ae130a again.  Ensure we get a warning for every opaque</title>
<updated>2016-10-20T08:19:50+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-10-20T08:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5ccd8ce1d20b26b7665f8d68aa29b31fd30a2c7f'/>
<id>5ccd8ce1d20b26b7665f8d68aa29b31fd30a2c7f</id>
<content type='text'>
enum, but then fall back to 'unsigned int'.  See documentation for
motivation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enum, but then fall back to 'unsigned int'.  See documentation for
motivation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #283: initializer for nested anonymous structs inside unions</title>
<updated>2016-09-05T21:55:48+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-05T21:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ea2c76897db97b5dab90e7e56720f15b1a154abf'/>
<id>ea2c76897db97b5dab90e7e56720f15b1a154abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #282: probable test and fix</title>
<updated>2016-09-03T18:04:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-03T18:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d114114c36d8ffdb73321b810c8732fefdf80604'/>
<id>d114114c36d8ffdb73321b810c8732fefdf80604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset 0087e2aec9ef</title>
<updated>2016-09-03T17:29:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-03T17:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3b4972b89c6f5efc62d90e2d5969c280e2bdd613'/>
<id>3b4972b89c6f5efc62d90e2d5969c280e2bdd613</id>
<content type='text'>
Un-kill the ctypes backend.  Issue #282 for a justification.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Un-kill the ctypes backend.  Issue #282 for a justification.
</pre>
</div>
</content>
</entry>
</feed>
