summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
* DataBook().load function params errorcls19912017-10-241-1/+1
* Handle raised exceptions while setting the value on the cellCristiano Lopes2017-09-111-3/+5
* Delegate type coercion to openpyxlCristiano Lopes2017-09-111-12/+8
* v0.11.3v0.11.3Kenneth Reitz2016-02-161-2/+2
* v0.11.2v0.11.2Kenneth Reitz2016-02-161-2/+2
* Fix export only formatsTimo Furrer2016-02-151-2/+3
* frzn_col_idx not definedClaudio Mike Hofer2016-02-081-3/+4
* v0.11.1, fix packaging errorv0.11.1Kenneth Reitz2016-02-071-2/+2
* v0.11.0Kenneth Reitz2016-02-071-4/+4
* smarter detect_format functionKenneth Reitz2016-02-072-42/+27
* fix __unicode__Kenneth Reitz2016-02-071-3/+6
* Fix for transpose().transpose() with duplicate keysKenneth Reitz2016-02-071-3/+3
* Merge pull request #206 from kontza/developKenneth Reitz2016-02-071-24/+24
|\
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-2/+2
| * Two 'raise AttributeError' converted to Python 3 -friendly format.Rumpu-Jussi2015-10-271-20/+20
* | Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2016-02-071-2/+6
|\ \
| * \ 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
* | | | cleanupKenneth Reitz2016-02-072-2/+3
* | | | Merge branch 'develop' into import_exportKenneth Reitz2016-02-0725-137/+3813
|\ \ \ \
| * | | | /s/unique/remove_duplicatesKenneth Reitz2016-02-071-6/+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
| |/ /
* | | New import/export interface with dataset and databook `import_` and `export` ...import_exportIuri de Silvio2015-04-053-31/+96
|/ /
* | v0.10.0Kenneth Reitz2014-05-271-4/+4