<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tablib.git, branch v0.11.2</title>
<subtitle>github.com: kennethreitz/tablib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/'/>
<entry>
<title>v0.11.2</title>
<updated>2016-02-16T13:27:59+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-16T13:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=f6e757d569401cd52e10e7933943798574447601'/>
<id>f6e757d569401cd52e10e7933943798574447601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix export only formats</title>
<updated>2016-02-16T03:29:46+00:00</updated>
<author>
<name>Timo Furrer</name>
<email>tuxtimo@gmail.com</email>
</author>
<published>2016-02-16T03:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=d99db57d75bc6a694e4eb2376d80aabbdcfbfca6'/>
<id>d99db57d75bc6a694e4eb2376d80aabbdcfbfca6</id>
<content type='text'>
Formats like LaTeX could have never been exported because
`setattr(cls, set_%s % fmt.title, fmt.import_set)` always failed
for export-only formats and with that the exception was caught in the
outer try/except and the format tuple was set to (None, None) with
`cls._formats[fmt.title] = (None, None)`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Formats like LaTeX could have never been exported because
`setattr(cls, set_%s % fmt.title, fmt.import_set)` always failed
for export-only formats and with that the exception was caught in the
outer try/except and the format tuple was set to (None, None) with
`cls._formats[fmt.title] = (None, None)`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #216 from cmhofer/develop</title>
<updated>2016-02-08T23:27:39+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-08T23:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=2299c00883a8f6feacc38aef2975d52f4aa477d7'/>
<id>2299c00883a8f6feacc38aef2975d52f4aa477d7</id>
<content type='text'>
Error: frzn_col_idx not defined</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Error: frzn_col_idx not defined</pre>
</div>
</content>
</entry>
<entry>
<title>frzn_col_idx not defined</title>
<updated>2016-02-08T16:30:33+00:00</updated>
<author>
<name>Claudio Mike Hofer</name>
<email>cmhofer@gmail.com</email>
</author>
<published>2016-02-08T16:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=5ba6f5d91a151a4376521c93afdf2cefdb213e0c'/>
<id>5ba6f5d91a151a4376521c93afdf2cefdb213e0c</id>
<content type='text'>
As in #53 already solved. Freeze panes set to A2 again.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As in #53 already solved. Freeze panes set to A2 again.</pre>
</div>
</content>
</entry>
<entry>
<title>v0.11.1, fix packaging error</title>
<updated>2016-02-07T18:46:03+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-07T18:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=bbdf5f11ab0c77e0b8907c593cdd73e287c2948d'/>
<id>bbdf5f11ab0c77e0b8907c593cdd73e287c2948d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.rst</title>
<updated>2016-02-07T16:00:14+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-07T16:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=851ba25702e0b78d9653caa543af215f3702e10b'/>
<id>851ba25702e0b78d9653caa543af215f3702e10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs cleanup</title>
<updated>2016-02-07T15:56:29+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-07T15:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=039272b2744178cdc60f05cb994f5eafdb548ad2'/>
<id>039272b2744178cdc60f05cb994f5eafdb548ad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.11.0</title>
<updated>2016-02-07T15:53:25+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-07T15:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=d6a7832e6097d13b1d7d12b9fb3f1e1a09420f7e'/>
<id>d6a7832e6097d13b1d7d12b9fb3f1e1a09420f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>smarter detect_format function</title>
<updated>2016-02-07T15:43:38+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-07T15:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=e51c4faec7113e82afb933fea734adb5939d7df7'/>
<id>e51c4faec7113e82afb933fea734adb5939d7df7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated history</title>
<updated>2016-02-07T15:43:19+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-07T15:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tablib.git/commit/?id=f7fc3244ee19d5e56bb9ed45f7fda7f1d576d358'/>
<id>f7fc3244ee19d5e56bb9ed45f7fda7f1d576d358</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
