<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/cffi/verifier.py, branch split-verify</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>FFIBuilder implementation.</title>
<updated>2013-10-05T21:11:19+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2013-10-05T21:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d9c27af3a8d5d6fb8573992c0c2b0f39c70b113f'/>
<id>d9c27af3a8d5d6fb8573992c0c2b0f39c70b113f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix (motivated by a pypy without cpyext): if we're using vengine_gen.py,</title>
<updated>2013-05-20T11:52:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-05-20T11:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c35ea16e63ff7037cd5140a4cd7037b428676134'/>
<id>c35ea16e63ff7037cd5140a4cd7037b428676134</id>
<content type='text'>
then we should not use imp.find_module() to locate our compiled module,
because it's actually not a CPython C API module at all.  Instead, just
walk sys.path in that case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
then we should not use imp.find_module() to locate our compiled module,
because it's actually not a CPython C API module at all.  Instead, just
walk sys.path in that case.
</pre>
</div>
</content>
</entry>
<entry>
<title>More careful, even if it looks more brittle in theory</title>
<updated>2013-02-28T08:13:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-28T08:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=874df15146c7da66da8814e5b31e28e41da3272b'/>
<id>874df15146c7da66da8814e5b31e28e41da3272b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>That could have been simpler</title>
<updated>2013-02-23T12:49:52+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2013-02-23T12:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=fe2a910bd1bb2270e8b4f5a60deab8313f65109d'/>
<id>fe2a910bd1bb2270e8b4f5a60deab8313f65109d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill the _d added in Python 2 debug builds</title>
<updated>2013-02-23T12:29:56+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2013-02-23T12:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=57b8bd681f14db2e618cef5d972c1a3262cf046e'/>
<id>57b8bd681f14db2e618cef5d972c1a3262cf046e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix when running on pypy without cpyext.</title>
<updated>2013-02-07T22:22:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-07T22:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=862848ecf8b2adf79d1a54fb1ec2a3a8de1deb10'/>
<id>862848ecf8b2adf79d1a54fb1ec2a3a8de1deb10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.</title>
<updated>2013-01-07T15:25:29+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-01-07T15:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d7ce8762a986ba80db597c9425f630b9805eb7ec'/>
<id>d7ce8762a986ba80db597c9425f630b9805eb7ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We need to take all **kwds and stick them into the hash too.</title>
<updated>2012-11-30T18:43:48+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-11-30T18:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=028481ce249188a07980e043d5eaeedf5e51ba5b'/>
<id>028481ce249188a07980e043d5eaeedf5e51ba5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>90% of a fix for issue #40.</title>
<updated>2012-11-19T16:21:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-11-19T16:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3576f4a8ad73d41314f9517667698f858eb803f4'/>
<id>3576f4a8ad73d41314f9517667698f858eb803f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix (thanks Hakan Ardo)</title>
<updated>2012-09-27T17:01:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-09-27T17:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d138f8c2107fa03c7be83cfa1803db5f1f6d75f9'/>
<id>d138f8c2107fa03c7be83cfa1803db5f1f6d75f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
