<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tablib.git/tablib/formats/_yaml.py, branch python2</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>use safe load</title>
<updated>2017-06-13T16:29:55+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-06-13T16:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=69abfc3ada5d754cb152119c0b4777043657cb6e'/>
<id>69abfc3ada5d754cb152119c0b4777043657cb6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced vendored pyyaml by a dependency (#278)</title>
<updated>2017-02-20T22:41:38+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-02-20T22:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=44e9e24fec35bf7697e22aaa94feccdad23e5b79'/>
<id>44e9e24fec35bf7697e22aaa94feccdad23e5b79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted back yaml3 for ci failure</title>
<updated>2016-02-22T11:35:06+00:00</updated>
<author>
<name>tusharmakkar08</name>
<email>tusharmakkar08@gmail.com</email>
</author>
<published>2016-02-22T11:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=77a9e2579551a870f31ece088f0d34c5171ef687'/>
<id>77a9e2579551a870f31ece088f0d34c5171ef687</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 #110 from djrobstep/develop</title>
<updated>2014-01-08T19:44:30+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2014-01-08T19:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=939b0af551aabc345568d7b439fa97684604ae48'/>
<id>939b0af551aabc345568d7b439fa97684604ae48</id>
<content type='text'>
Fix for a broken YAML test and tsv autodetection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for a broken YAML test and tsv autodetection</pre>
</div>
</content>
</entry>
<entry>
<title>safe_load is not working for book</title>
<updated>2013-08-28T15:24:56+00:00</updated>
<author>
<name>James Patrick Robinson Jr</name>
<email>jamesprobinsonjr@gmail.com</email>
</author>
<published>2013-08-28T15:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=d8f0a018ae752bb1d2b7fba2d803ab29ed19a43a'/>
<id>d8f0a018ae752bb1d2b7fba2d803ab29ed19a43a</id>
<content type='text'>
yaml.safe_load() was not working for import_book,
changed it to use yaml.load() instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
yaml.safe_load() was not working for import_book,
changed it to use yaml.load() instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed yaml dumping to use safe_dump, for consistency with loading.</title>
<updated>2013-08-27T13:58:30+00:00</updated>
<author>
<name>Robert Lechte</name>
<email>robertlechte@gmail.com</email>
</author>
<published>2013-08-27T13:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=1b035f97744e38f2bfd7654df91dfd464ec92b4c'/>
<id>1b035f97744e38f2bfd7654df91dfd464ec92b4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2012-06-08T07:10:43+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2012-06-08T07:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=7c0507bcce3399ba7f4b81e1dbd9c7d36e144a4f'/>
<id>7c0507bcce3399ba7f4b81e1dbd9c7d36e144a4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #50 - Catch YAML ScannerError</title>
<updated>2012-01-29T16:18:30+00:00</updated>
<author>
<name>Jan Brauer</name>
<email>jan@jimdo.com</email>
</author>
<published>2012-01-29T16:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=14bd964fb11fb45af394212541a4314ab1fa384a'/>
<id>14bd964fb11fb45af394212541a4314ab1fa384a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add detect function in _xls. Update yaml, csv, and tsv detection functions to catch other errors when faced with invalid input.</title>
<updated>2012-01-06T00:12:06+00:00</updated>
<author>
<name>VanL</name>
<email>van.lindberg@gmail.com</email>
</author>
<published>2012-01-06T00:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=9c65515e7a7d466be2168c65ea5a88a40cd3f248'/>
<id>9c65515e7a7d466be2168c65ea5a88a40cd3f248</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use yaml safe_load (thanks @toastdriven)</title>
<updated>2011-11-02T05:35:59+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-11-02T05:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=42e40ed0ab4859995264abb7ee3ba338b5e0371b'/>
<id>42e40ed0ab4859995264abb7ee3ba338b5e0371b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
