<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/demo/_curses.py, branch py.code</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>Move the demos from _cffi1/ back in the demo/ directory.  Add the</title>
<updated>2015-04-26T14:47:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-04-26T14:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=079752fd845e3a18f254e8b8025452a7f4a2dd82'/>
<id>079752fd845e3a18f254e8b8025452a7f4a2dd82</id>
<content type='text'>
cffi-1.0 version of the _curses demo too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cffi-1.0 version of the _curses demo too.
</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>Fix demos</title>
<updated>2012-08-03T14:26:24+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-03T14:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=af0a44740951e8561a8dce5c8a2cd24b26ff6448'/>
<id>af0a44740951e8561a8dce5c8a2cd24b26ff6448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn off a warning: on my machine at least, keyname() is documented</title>
<updated>2012-07-28T11:13:28+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-28T11:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ef4ee43d426a04bd9f51dbd8b6e137e9c88227f4'/>
<id>ef4ee43d426a04bd9f51dbd8b6e137e9c88227f4</id>
<content type='text'>
as returning a "char *" but really returns a "const char *".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as returning a "char *" but really returns a "const char *".
</pre>
</div>
</content>
</entry>
<entry>
<title>Bah.  Fix the demos for the updated way of 'ffi.new()'.</title>
<updated>2012-07-28T11:03:38+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-28T11:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7371d496bcd6c2803822ced2c99a182202e9ff26'/>
<id>7371d496bcd6c2803822ced2c99a182202e9ff26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix.</title>
<updated>2012-06-27T08:27:44+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-27T08:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ac6df6bcc8fa5ac4a77706631afc4f6ea14a2258'/>
<id>ac6df6bcc8fa5ac4a77706631afc4f6ea14a2258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the demos (None =&gt; ffi.NULL)</title>
<updated>2012-06-26T09:14:55+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-26T09:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f176eb9100525091e1cb268d9277ac9c236b58bb'/>
<id>f176eb9100525091e1cb268d9277ac9c236b58bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A partial implementation of '_curses', done in one hour :-)</title>
<updated>2012-06-17T17:03:52+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-17T17:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=10e9cb6e9ff8f446c429c53cd6e17ce18e46ebd2'/>
<id>10e9cb6e9ff8f446c429c53cd6e17ce18e46ebd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
