<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi0, branch static-callback</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>py3k compat</title>
<updated>2015-12-07T17:19:00+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-12-07T17:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f470f443a621025b589a2b15df6729aff199e537'/>
<id>f470f443a621025b589a2b15df6729aff199e537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hg merge default</title>
<updated>2015-11-23T15:11:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-23T15:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4f76ae1395509642cd37bd663d1df82cc2f66ca8'/>
<id>4f76ae1395509642cd37bd663d1df82cc2f66ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue #233: ffi.init_once()</title>
<updated>2015-11-23T10:48:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-23T10:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=32315361c7b4921d42eb2e38b66e83352a2a8e2d'/>
<id>32315361c7b4921d42eb2e38b66e83352a2a8e2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write one error message directly to stderr instead of sys.stderr.  This</title>
<updated>2015-11-18T11:28:44+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T11:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d995bf5eda3cd8dae5c86206ee44f4ccd77d70bb'/>
<id>d995bf5eda3cd8dae5c86206ee44f4ccd77d70bb</id>
<content type='text'>
lets us avoid taking the GIL, which might crash in case the Python
interpreter is not initialized at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lets us avoid taking the GIL, which might crash in case the Python
interpreter is not initialized at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cparser</title>
<updated>2015-11-18T08:28:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T08:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b1cf6818bdbfe16776a811bcad318f5f8608ed8f'/>
<id>b1cf6818bdbfe16776a811bcad318f5f8608ed8f</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>2015-11-17T09:36:39+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-17T09:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0fd4bedc8d46a8c1bb3cf23f271c91808d123ab6'/>
<id>0fd4bedc8d46a8c1bb3cf23f271c91808d123ab6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parsing CFFI_CALL_PYTHON in the cdef</title>
<updated>2015-11-12T15:39:37+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-12T15:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1218c24b71551b43531f825577b0b04eca1c64e9'/>
<id>1218c24b71551b43531f825577b0b04eca1c64e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Give a warning instead of crashing; in this way we can call the next</title>
<updated>2015-11-06T17:36:05+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-06T17:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=122246b285717ccd5c5b6d4fe2b9bda2a113a2ea'/>
<id>122246b285717ccd5c5b6d4fe2b9bda2a113a2ea</id>
<content type='text'>
release 1.3.1 as planned and give some advance warning to users relying
on this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
release 1.3.1 as planned and give some advance warning to users relying
on this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Complain more readily about opaque enums, by refusing to guess which</title>
<updated>2015-11-05T08:09:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-05T08:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2b3fb4586766c85f205f6a6f89b4431ae1fda213'/>
<id>2b3fb4586766c85f205f6a6f89b4431ae1fda213</id>
<content type='text'>
integer type (unsigned/signed, int/long) it is meant to be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
integer type (unsigned/signed, int/long) it is meant to be.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow different formattings of the underlying "%p"</title>
<updated>2015-11-03T08:00:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-03T08:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c535100d921b7e92482d1dfaceba6413f52a81b6'/>
<id>c535100d921b7e92482d1dfaceba6413f52a81b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
