<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/demo, branch parse_constant_plus</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>Document a more "real" implementation :-)</title>
<updated>2013-05-05T12:55:56+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-05-05T12:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=fa60a76b995610d793e59683b817251b944d7776'/>
<id>fa60a76b995610d793e59683b817251b944d7776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a warning.</title>
<updated>2013-03-29T22:42:34+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-03-29T22:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=62ca2067fc6b14a8087e4d54c74453bef4d61d64'/>
<id>62ca2067fc6b14a8087e4d54c74453bef4d61d64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement enough extra bits to make pypy REPL and Twisted trial happy.</title>
<updated>2012-10-08T14:58:12+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2012-10-08T14:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5028d7d597f8036b2e0d2828930c53a0095d2fd2'/>
<id>5028d7d597f8036b2e0d2828930c53a0095d2fd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying out a "fast csv" module that compiles specialized versions</title>
<updated>2012-09-22T19:50:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-09-22T19:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=42b970f5cf60781d3b41916bb99b958c6bac53d8'/>
<id>42b970f5cf60781d3b41916bb99b958c6bac53d8</id>
<content type='text'>
of the parsing function...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the parsing function...
</pre>
</div>
</content>
</entry>
<entry>
<title>Split (roughly) the code and the test.  Use the 'p' prefix for</title>
<updated>2012-08-31T14:38:02+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-31T14:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0012e14bf32e5351ccc2734e946824aacfc535b6'/>
<id>0012e14bf32e5351ccc2734e946824aacfc535b6</id>
<content type='text'>
object descriptors (_P_ython) instead of 'i'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
object descriptors (_P_ython) instead of 'i'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete the example.</title>
<updated>2012-08-31T13:40:53+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-31T13:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3fcda41f21dd0058888e876ee9e895f7cc47f6f6'/>
<id>3fcda41f21dd0058888e876ee9e895f7cc47f6f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ask for the length of the list from C code, too.</title>
<updated>2012-08-31T13:24:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-31T13:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d0c0983ee4edbf24487858f620d7b63444817157'/>
<id>d0c0983ee4edbf24487858f620d7b63444817157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Two demos of how CFFI can be used to write your own C functions</title>
<updated>2012-08-31T13:20:56+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-31T13:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f9c6e6c45bd7893b8b078edabe29843f1706b41b'/>
<id>f9c6e6c45bd7893b8b078edabe29843f1706b41b</id>
<content type='text'>
using whatever API is most suitable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using whatever API is most suitable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Name this demo module.</title>
<updated>2012-08-13T16:09:14+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-13T16:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=07430474a6a3c51110d5605ba722cc93b4bfdb3c'/>
<id>07430474a6a3c51110d5605ba722cc93b4bfdb3c</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 syntax in this one demo.</title>
<updated>2012-08-12T19:51:02+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-12T19:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5ab3d71cdb990d75adc4060b29ffee87c996a2e7'/>
<id>5ab3d71cdb990d75adc4060b29ffee87c996a2e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
