<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c/minibuffer.h, branch python3.11.0b4</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>Apply the same patch as everyone else</title>
<updated>2017-09-27T06:23:56+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-09-27T06:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3610bf92d139d427aeb506f7ec3da29113753d3a'/>
<id>3610bf92d139d427aeb506f7ec3da29113753d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of deprecated Python C API functions</title>
<updated>2017-09-20T06:55:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-09-20T06:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2c4421e92e56d499d5a3f333cf2d90080bdf7589'/>
<id>2c4421e92e56d499d5a3f333cf2d90080bdf7589</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>doc fix</title>
<updated>2017-02-05T07:25:41+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-05T07:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=353aca433740eb90508cf646dcd0e09fc56b7b80'/>
<id>353aca433740eb90508cf646dcd0e09fc56b7b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the richcompare function in minibuffer</title>
<updated>2017-02-05T01:59:59+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2017-02-05T01:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d005405f433e4ef9e4a12412c83421b78e3cff68'/>
<id>d005405f433e4ef9e4a12412c83421b78e3cff68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 tp_richcompare from 3.5 bytearray to minibuffer (ffi.buffer)</title>
<updated>2017-02-03T02:01:35+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2017-02-03T02:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=29bc937de1f219f1bf2e26d2e5b88e64d7bae9b5'/>
<id>29bc937de1f219f1bf2e26d2e5b88e64d7bae9b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ah, on http://bugs.python.org/issue21778 I got the answer as to what</title>
<updated>2014-06-16T15:15:43+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-06-16T15:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5ede874ad0ab213a0794dcc151b71bf559587a45'/>
<id>5ede874ad0ab213a0794dcc151b71bf559587a45</id>
<content type='text'>
the expected way to call this is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the expected way to call this is.
</pre>
</div>
</content>
</entry>
<entry>
<title>Force the "strides" to be non-NULL.  With a NULL strides, CPython &gt;= 3.3</title>
<updated>2014-06-16T13:41:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-06-16T13:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=72e60a15d3638f90bb13810533e991a2f0ca656d'/>
<id>72e60a15d3638f90bb13810533e991a2f0ca656d</id>
<content type='text'>
seems to segfault when doing "mymemoryview[:5] = ffi.buffer(..)".  I
have no clue how we're supposed to use this messy interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
seems to segfault when doing "mymemoryview[:5] = ffi.buffer(..)".  I
have no clue how we're supposed to use this messy interface.
</pre>
</div>
</content>
</entry>
</feed>
