summaryrefslogtreecommitdiff
path: root/tablib/formats/_yaml.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #110 from djrobstep/developKenneth Reitz2014-01-081-2/+2
|\ | | | | Fix for a broken YAML test and tsv autodetection
| * Changed yaml dumping to use safe_dump, for consistency with loading.Robert Lechte2013-08-281-2/+2
| |
* | safe_load is not working for bookJames Patrick Robinson Jr2013-08-281-1/+1
|/ | | | | yaml.safe_load() was not working for import_book, changed it to use yaml.load() instead.
* Fix typos.Bruce Mitchener2012-06-081-1/+1
|
* Fix #50 - Catch YAML ScannerErrorJan Brauer2012-01-291-1/+2
|
* Add detect function in _xls. Update yaml, csv, and tsv detection functions ↵VanL2012-01-061-2/+2
| | | | to catch other errors when faced with invalid input.
* use yaml safe_load (thanks @toastdriven)Kenneth Reitz2011-11-021-3/+3
|
* Turn off OrderedDict for yaml.Kenneth Reitz2011-05-221-3/+4
| | | Fixes #12.
* this isn't an appleKenneth Reitz2011-03-231-1/+1
|
* 2.5 compatible version checkingKenneth Reitz2011-03-231-1/+1
|
* autoload 3 modules if using 3Kenneth Reitz2011-03-231-1/+7
|
* *shutter* making everyone else happyKenneth Reitz2011-02-171-26/+26
|
* Removed external dependencies, but utilize them if Kenneth Reitz2010-10-061-2/+2
| | | available.
* Fallback on vendorized yaml.Kenneth Reitz2010-10-061-1/+5
|
* Auto-detectors operational.Kenneth Reitz2010-09-251-1/+12
|
* Adding docstrings for pylint coverage.Kenneth Reitz2010-09-251-0/+5
|
* Elegant databook importers.Kenneth Reitz2010-09-251-5/+4
|
* YAML input support.Kenneth Reitz2010-09-251-1/+1
|
* Updated elegant imports for instance properties.Kenneth Reitz2010-09-251-5/+3
| | | Data wipes.
* Archaic imports in place!Kenneth Reitz2010-09-251-1/+14
|
* Added format importers.Kenneth Reitz2010-09-251-0/+27