<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git, branch reusable-enum-values</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>ffi.include update _int_constant and prevent duplicated const decl</title>
<updated>2014-04-02T03:45:29+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-02T03:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=58f87aa85b0381e91c6b1d8b194b3a71f1f0a14a'/>
<id>58f87aa85b0381e91c6b1d8b194b3a71f1f0a14a</id>
<content type='text'>
Duplicated declaration of constants even in enum name is not
valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Duplicated declaration of constants even in enum name is not
valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for enum which refer to previously defined enum value</title>
<updated>2014-04-01T11:31:00+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-01T11:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c8f68e82fd06d667e36389ee1c8e9b3fdfbe49d2'/>
<id>c8f68e82fd06d667e36389ee1c8e9b3fdfbe49d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make int constant available in the following declaration.</title>
<updated>2014-04-01T09:25:17+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-01T09:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1fcac53ef32402b46df01b63b9f63d00eb28bc3a'/>
<id>1fcac53ef32402b46df01b63b9f63d00eb28bc3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update exception args instead of use print on re-raise FFIError</title>
<updated>2014-04-01T00:29:44+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-01T00:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2f41bb37db732a54ebb7d556d14a70f5d909fff7'/>
<id>2f41bb37db732a54ebb7d556d14a70f5d909fff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move try ... except outside of a for loop</title>
<updated>2014-04-01T00:16:38+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-01T00:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=55203e5cc4c52a8144b1b054b2b1dcf8eaa919fc'/>
<id>55203e5cc4c52a8144b1b054b2b1dcf8eaa919fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write out buggy line when exception during _internal_parse</title>
<updated>2014-03-31T13:10:33+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-03-31T13:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=fc8afdcea16c4cfb8b400d569eb52d8220e0b85e'/>
<id>fc8afdcea16c4cfb8b400d569eb52d8220e0b85e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Lisandro Dalcin, part of issue 141)</title>
<updated>2014-03-19T09:14:37+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-03-19T09:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5c310a4c17c5ea64fb8ec06232730b72aa437f03'/>
<id>5c310a4c17c5ea64fb8ec06232730b72aa437f03</id>
<content type='text'>
Check for "__thread" by asking distutils specifically for the same
compiler as the one it will use later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for "__thread" by asking distutils specifically for the same
compiler as the one it will use later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the word 'Note' to make it sound less ominous</title>
<updated>2014-03-15T06:53:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-03-15T06:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0952058970483b12647e45c7b50bb65eb33a5b4f'/>
<id>0952058970483b12647e45c7b50bb65eb33a5b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We're not at 0.9 yet :-)  Only 0.8.2.</title>
<updated>2014-03-07T07:05:13+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-03-07T07:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9ca8bc58d9431087a569fd026393ea1b48ff4384'/>
<id>9ca8bc58d9431087a569fd026393ea1b48ff4384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip the sinf test on windows</title>
<updated>2014-03-07T06:48:28+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-03-07T06:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5e77026a2d4224ab94b7fc0ed37b9823d34a9a60'/>
<id>5e77026a2d4224ab94b7fc0ed37b9823d34a9a60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
