<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/cffi/ffiplatform.py, branch split-verify</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>Python 3.</title>
<updated>2012-11-30T22:06:00+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-11-30T22:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1c21e65dd986d7ebc3c7c92665a55bfe6f3b0a1f'/>
<id>1c21e65dd986d7ebc3c7c92665a55bfe6f3b0a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We need to take all **kwds and stick them into the hash too.</title>
<updated>2012-11-30T18:43:48+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-11-30T18:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=028481ce249188a07980e043d5eaeedf5e51ba5b'/>
<id>028481ce249188a07980e043d5eaeedf5e51ba5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>90% of a fix for issue #40.</title>
<updated>2012-11-19T16:21:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-11-19T16:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3576f4a8ad73d41314f9517667698f858eb803f4'/>
<id>3576f4a8ad73d41314f9517667698f858eb803f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use os.chdir().  Instead, give the tmpdir as options</title>
<updated>2012-09-17T19:11:26+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-09-17T19:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d3834ce225fdd1091386f2d3b4105b540f982d32'/>
<id>d3834ce225fdd1091386f2d3b4105b540f982d32</id>
<content type='text'>
to distutils, which seems to work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to distutils, which seems to work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for "sources=[..]" in verify(), as per Daniel Holth's suggestion</title>
<updated>2012-08-18T09:59:50+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-18T09:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7edcee52da19657c2513a7c46729d66841973602'/>
<id>7edcee52da19657c2513a7c46729d66841973602</id>
<content type='text'>
(issue #17).  Test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(issue #17).  Test.
</pre>
</div>
</content>
</entry>
<entry>
<title>An attempt to port cffi to python3.</title>
<updated>2012-07-28T22:37:32+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2012-07-28T22:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8c6993a25cbb848160d3a74654c3c51fe6197ea6'/>
<id>8c6993a25cbb848160d3a74654c3c51fe6197ea6</id>
<content type='text'>
Most tests are passing, yeah!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most tests are passing, yeah!
</pre>
</div>
</content>
</entry>
<entry>
<title>Bah, no os.path.samefile() on Windows</title>
<updated>2012-07-27T01:30:35+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-27T01:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3ea0adf1b241af3c1368bb029fa0257982a11b84'/>
<id>3ea0adf1b241af3c1368bb029fa0257982a11b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes.  It's a bit hacking-until-it-works, but well, it seems to work :-/</title>
<updated>2012-07-16T07:44:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-16T07:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b4c18220aeb739cb4798cd1d8da1e435906d016d'/>
<id>b4c18220aeb739cb4798cd1d8da1e435906d016d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add and document some control over the temporary directory.</title>
<updated>2012-07-16T07:30:17+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-16T07:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=41f4889769926a1a83e036f4ef748c42ad9c5695'/>
<id>41f4889769926a1a83e036f4ef748c42ad9c5695</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Final fixes.</title>
<updated>2012-07-15T12:45:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-15T12:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2847dec3e3213fefbc3f6e326941d5cc72c553cc'/>
<id>2847dec3e3213fefbc3f6e326941d5cc72c553cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
