summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #186 from hdzierz/developKenneth Reitz2016-02-071-2/+6
|\
| * Added a mechanism to avoid datetime.datetime issues when serializing dataHelge2015-03-021-2/+6
* | Merge pull request #182 from cherepski/developKenneth Reitz2016-02-071-0/+7
|\ \
| * | Adding ability to unique all rows in a dataset.Kevin Cherepski2015-02-041-0/+7
| |/
* | Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into developKenneth Reitz2016-02-071-8/+42
|\ \
| * | filter row and column valuesrabinnankhwa2014-08-311-0/+4
| * | adding support for creating subset of a dataset.rabinnankhwa2014-08-301-0/+36
| * | used get method of dictionary instead of exception handlingrabinnankhwa2014-08-301-8/+2
| * | __getslice__ method of Row classcorrectedrabinnankhwa2014-08-301-1/+1
* | | fixed stuipid testKenneth Reitz2016-02-071-2/+2
* | | Merge branch 'develop' of https://github.com/papisz/tablib into developKenneth Reitz2016-02-073-49/+22
|\ \ \
| * | | CSV custom delimiter supportpapisz2014-04-093-49/+22
* | | | Merge branch 'latex-export' of https://github.com/mloesch/tablib into developKenneth Reitz2016-02-073-1/+146
|\ \ \ \
| * | | | Added LaTeX table export formatMathias Loesch2015-06-043-1/+146
* | | | | Merge pull request #204 from dallagi/notabsKenneth Reitz2016-01-271-26/+26
|\ \ \ \ \
| * | | | | Replaced tabs with whitespacesMarco Dalla G2015-10-071-26/+26
| |/ / / /
* | | | | Merge pull request #209 from jdharms/developKenneth Reitz2016-01-271-1/+1
|\ \ \ \ \
| * | | | | Small documentation fix in Dataset classDaniel Harms2015-11-101-1/+1
| |/ / / /
* | | | | Fix XLSX importWes2015-11-091-2/+2
|/ / / /
* | | | Fixed a compatibility bug for Python 3 by adding xrange toThomas Anthony2015-05-262-1/+3
* | | | Fixes Row slicing. Fixes #184.Thomas Roten2015-03-281-1/+1
| |_|/ |/| |
* | | Fix JSON import exampleAlex Marandon2014-10-031-1/+1
* | | Cleaning up DBF documentationJames Douglass2014-09-051-4/+5
| |/ |/|
* | Adding DBF support.James Douglass2014-08-2118-1/+3424
* | Merge pull request #154 from fusionbox/freeze-panesIuri de Silvio2014-06-261-3/+1
|\ \
| * | Only freeze the headers row, not the headers columnsGavin Wahl2014-06-161-3/+1
* | | Update the vendored unicodecsv to fix None handlingGavin Wahl2014-06-241-51/+143
|/ /
* | v0.10.0Kenneth Reitz2014-05-271-4/+4
* | allow csv fields to have multiple linesBrad Pitcher2014-05-011-2/+2
* | Fix test_unicode_appendfix/unicode_appendIuri de Silvio2014-04-192-4/+8
|/
* Use InvalidFileException to fix the testEduard Carreras2014-01-231-1/+1
* Maintain dataset title after sort.Iuri de Silvio2014-01-111-2/+2
* don't use ExcelWriter with databookThomas Coopman2014-01-111-2/+1
* Merge pull request #63 from jsdalton/fix_unicode_error_in_html_outputKenneth Reitz2014-01-082-7/+10
|\
| * Make sure codecs module loaded for all versions of PythonJim Dalton2012-05-101-1/+1
| * Fix UnicodeError in HTML outputJim Dalton2012-05-102-7/+10
* | Merge pull request #76 from djv/developKenneth Reitz2014-01-083-0/+67
|\ \
| * | xls and xlsx import supportDaniel Velkov2012-06-013-0/+67
* | | Merge pull request #110 from djrobstep/developKenneth Reitz2014-01-082-3/+3
|\ \ \
| * | | Fixed tsv auto format detection.Robert Lechte2013-08-281-1/+1
| * | | Changed yaml dumping to use safe_dump, for consistency with loading.Robert Lechte2013-08-281-2/+2
* | | | Merge pull request #111 from dec0dedab0de/developKenneth Reitz2014-01-082-3/+3
|\ \ \ \
| * | | | safe_load is not working for bookJames Patrick Robinson Jr2013-08-281-1/+1
| * | | | changed split('\r\n') to splitlines()James Patrick Robinson Jr2013-08-271-2/+2
| |/ / /
* | | | Merge pull request #119 from iurisilvio/empty_sheetKenneth Reitz2014-01-081-0/+1
|\ \ \ \
| * | | | Remove XLSX empty sheet on export_bookIuri de Silvio2013-09-161-0/+1
| |/ / /
* | | | Merge pull request #131 from fusionbox/quotesKenneth Reitz2014-01-081-4/+4
|\ \ \ \
| * | | | remove extraneous quote marksGavin Wahl2013-11-131-4/+4
| |/ / /
* | | | Merge pull request #129 from lexual/dataset_typo_fixKenneth Reitz2014-01-081-2/+2
|\ \ \ \
| * | | | fix misspelling. hundres -> hundreds.lexual2013-11-081-2/+2
| |/ / /