<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/cffi, branch define-integer-constant</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>Refactor copy&amp;paste of raise dup constant into method</title>
<updated>2014-04-03T11:10:52+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-03T11:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e5a5d1f88d668e7c46f088e7c9810189bd954bea'/>
<id>e5a5d1f88d668e7c46f088e7c9810189bd954bea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"010" is not valid oct in python3. Fix it.</title>
<updated>2014-04-03T10:59:29+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-03T10:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0281e02caa4ba4fd1a656783233154ca4e9f89ba'/>
<id>0281e02caa4ba4fd1a656783233154ca4e9f89ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle define constant by "#define DOT 0x1FF"</title>
<updated>2014-04-02T09:20:36+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-02T09:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8e032289bf02907c13051538eec9cf7e579f4b3a'/>
<id>8e032289bf02907c13051538eec9cf7e579f4b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>Two "decrefs" that are very theoretically missing (but it's not like</title>
<updated>2014-03-01T19:16:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-03-01T19:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=067f25f29f990feb266e48d69e4398d027bbe13f'/>
<id>067f25f29f990feb266e48d69e4398d027bbe13f</id>
<content type='text'>
you can actually free the object or win a lot)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
you can actually free the object or win a lot)
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade the version number.  (One test in test_version is known to fail)</title>
<updated>2014-02-28T09:51:24+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-02-28T09:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9129ec2c0387b27761403a12f90f3e1c99456603'/>
<id>9129ec2c0387b27761403a12f90f3e1c99456603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
