<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tablib.git/tablib, branch feature/apache</title>
<subtitle>github.com: kennethreitz/tablib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/'/>
<entry>
<title>version bump (v0.9.8)!</title>
<updated>2011-05-22T19:33:40+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T19:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=3edb45bac77af1b82fe92286525ae971c4ddc243'/>
<id>3edb45bac77af1b82fe92286525ae971c4ddc243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.x bytesio fix</title>
<updated>2011-05-22T19:29:11+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T19:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=29d626fa1fe2c6d52d4db96f49d417654e9fb91f'/>
<id>29d626fa1fe2c6d52d4db96f49d417654e9fb91f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BytesIO</title>
<updated>2011-05-22T19:22:22+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T19:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=1f22fc73211da0e828ad546701bc3cf9bf0bc4ea'/>
<id>1f22fc73211da0e828ad546701bc3cf9bf0bc4ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python3 ods fix</title>
<updated>2011-05-22T19:13:48+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T19:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=8631f60f8d56f897fd6616baba7543d21cb65e73'/>
<id>8631f60f8d56f897fd6616baba7543d21cb65e73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BytesIO</title>
<updated>2011-05-22T19:13:40+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T19:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=65873b611289fe917b6d62c5aacbe7b70878a373'/>
<id>65873b611289fe917b6d62c5aacbe7b70878a373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>csv compatibility</title>
<updated>2011-05-22T19:06:52+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T19:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=56e44bd45cf3f2e03a81faa212cfd71cc9451028'/>
<id>56e44bd45cf3f2e03a81faa212cfd71cc9451028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14 from f4nt/tablib</title>
<updated>2011-05-22T18:07:17+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T18:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=87e65fd3e77f21efc9efc4ab367611702fcd3cfe'/>
<id>87e65fd3e77f21efc9efc4ab367611702fcd3cfe</id>
<content type='text'>
---

This should provide basic support for OpenDocument spreadsheets. I didnt have py2.7 installed to test with in tox, but 2.5, 2.6, and py3k passed all tests with tox for me. Lemme know if you see any issues I may have glossed over.

Conflicts:
	tablib/compat.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---

This should provide basic support for OpenDocument spreadsheets. I didnt have py2.7 installed to test with in tox, but 2.5, 2.6, and py3k passed all tests with tox for me. Lemme know if you see any issues I may have glossed over.

Conflicts:
	tablib/compat.py
</pre>
</div>
</content>
</entry>
<entry>
<title>pass</title>
<updated>2011-05-22T18:04:47+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-05-22T18:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=ffbc3b122d7db7740d070112aec023cbbf663f4e'/>
<id>ffbc3b122d7db7740d070112aec023cbbf663f4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ods support</title>
<updated>2011-05-18T21:12:42+00:00</updated>
<author>
<name>Mark Rogers</name>
<email>f4nt@f4ntasmic.com</email>
</author>
<published>2011-05-18T21:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=cceb41af98afe11ef04e1c9b187e70af293c94d0'/>
<id>cceb41af98afe11ef04e1c9b187e70af293c94d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bolding still doesn't work :(</title>
<updated>2011-05-15T14:00:47+00:00</updated>
<author>
<name>Mark Rogers</name>
<email>f4nt@f4ntasmic.com</email>
</author>
<published>2011-05-15T14:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=eed6df45e0f497f6e79551be272f1e3a5fac6fc4'/>
<id>eed6df45e0f497f6e79551be272f1e3a5fac6fc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
