<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/test_ownlib.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>Keep the loaded libraries alive as long as the 'ffi' object is kept alive.</title>
<updated>2012-10-09T09:18:59+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-10-09T09:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c2003913f5f2f2914338395ffe68fafab7cdd8ab'/>
<id>c2003913f5f2f2914338395ffe68fafab7cdd8ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hack hack hack</title>
<updated>2012-08-12T17:18:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-12T17:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=045b1df9f88e760608cc602b2a60641d346b1afa'/>
<id>045b1df9f88e760608cc602b2a60641d346b1afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bah.  Can't put the skip() in setup_method(), because test_ffi_backend</title>
<updated>2012-08-11T19:43:30+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-11T19:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c7c340ed03b0ea66fc3356c2f9cd358382f944a0'/>
<id>c7c340ed03b0ea66fc3356c2f9cd358382f944a0</id>
<content type='text'>
subclasses this class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subclasses this class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test and fix.</title>
<updated>2012-08-04T20:03:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-04T20:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=101492b870a8d495a76109bc5570e48722e8196e'/>
<id>101492b870a8d495a76109bc5570e48722e8196e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify code, after realizing that the front-end never calls</title>
<updated>2012-06-16T09:00:32+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-16T09:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ae059e10cf29bffd642632ddaa61dda1837fb3b4'/>
<id>ae059e10cf29bffd642632ddaa61dda1837fb3b4</id>
<content type='text'>
the backend's load_library() with None.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the backend's load_library() with None.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'ffi.rawload(None).errno', which was a hack that made sense at</title>
<updated>2012-06-15T17:46:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-15T17:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=69a400f6ceed5929da584c7a30adca849104b041'/>
<id>69a400f6ceed5929da584c7a30adca849104b041</id>
<content type='text'>
the time where it was 'ffi.C.errno', but no longer really does now.
Moreover, although errno is really coming from the C library, it's
strange to have it appear in this library object because we never
declared it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the time where it was 'ffi.C.errno', but no longer really does now.
Moreover, although errno is really coming from the C library, it's
strange to have it appear in this library object because we never
declared it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ffi.rawload() to ffi.dlopen().</title>
<updated>2012-06-14T14:32:50+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-14T14:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=6c9f8f748c0c32175eaf199ea8cacfac80dfd2cb'/>
<id>6c9f8f748c0c32175eaf199ea8cacfac80dfd2cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests.</title>
<updated>2012-06-12T14:29:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-12T14:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=214521ee68e3c4fb05b06924fd92975803a78645'/>
<id>214521ee68e3c4fb05b06924fd92975803a78645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the package from "ffi" to "cffi".</title>
<updated>2012-06-05T14:35:35+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-05T14:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=19ac7a222741f047bce4ca48de6946b9212b2b98'/>
<id>19ac7a222741f047bce4ca48de6946b9212b2b98</id>
<content type='text'>
Use local imports inside the package; anyway it has no
chance to work on Python &lt; 2.6 because pycparser doesn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use local imports inside the package; anyway it has no
chance to work on Python &lt; 2.6 because pycparser doesn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't want to investigate this</title>
<updated>2012-06-01T13:26:56+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-01T13:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8236f4ea6e13ccbd9bb0dbdc17f60e75b8e40b7a'/>
<id>8236f4ea6e13ccbd9bb0dbdc17f60e75b8e40b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
