summaryrefslogtreecommitdiff
path: root/tablib/core.py
Commit message (Expand)AuthorAgeFilesLines
* DataBook().load function params errorcls19912017-10-241-1/+1
* 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
* 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-071-41/+26
* fix __unicode__Kenneth Reitz2016-02-071-3/+6
* Fix for transpose().transpose() with duplicate keysKenneth Reitz2016-02-071-3/+3
* cleanupKenneth Reitz2016-02-071-0/+1
* Merge branch 'develop' into import_exportKenneth Reitz2016-02-071-11/+87
|\
| * /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
| * | | Merge branch 'develop' of https://github.com/papisz/tablib into developKenneth Reitz2016-02-071-0/+2
| |\ \ \
| | * | | CSV custom delimiter supportpapisz2014-04-091-0/+2
| * | | | Merge branch 'latex-export' of https://github.com/mloesch/tablib into developKenneth Reitz2016-02-071-0/+10
| |\ \ \ \
| | * | | | Added LaTeX table export formatMathias Loesch2015-06-041-0/+10
| * | | | | Small documentation fix in Dataset classDaniel Harms2015-11-101-1/+1
| |/ / / /
| * | | | 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-211-0/+23
* | | New import/export interface with dataset and databook `import_` and `export` ...import_exportIuri de Silvio2015-04-051-14/+78
|/ /
* | v0.10.0Kenneth Reitz2014-05-271-4/+4
|/
* Maintain dataset title after sort.Iuri de Silvio2014-01-111-2/+2
* Merge pull request #76 from djv/developKenneth Reitz2014-01-081-0/+2
|\
| * xls and xlsx import supportDaniel Velkov2012-06-011-0/+2
* | 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
| |/ /
* | | Add pass to json property.Olle Lundberg2013-11-111-0/+1
|/ /
* | Merge pull request #68 from msabramo/python3Kenneth Reitz2012-11-151-6/+8
|\ \ | |/ |/|
| * Changes for Python 3 compatibility, including vendorizing xlrd3Marc Abramowitz2012-05-151-6/+8
* | Generic method import_book (similar to import_set) to import data into Databo...xando2012-05-161-0/+13
|/
* Databook.add_sheet accepts Dataset subclassesKuba Janoszek2012-03-131-1/+1
* ref #48. makes Dataset more like a duck with extend()mellort2012-01-281-0/+8
* Render table in Markdown format on unicode(dataset). Closes #41.Alexander Artemenko2011-10-161-0/+17
* really need to use testing branches..Kenneth Reitz2011-08-151-1/+1
* a column w/ no length could workKenneth Reitz2011-08-111-6/+9
* Throwing InvalidDimensions when append_col with header is called but only hea...Mike Waldner2011-08-101-0/+6
* Merge branch 'append_col_docs' of https://github.com/mawaldne/tablib into dev...Kenneth Reitz2011-08-091-24/+28
|\
| * Adding documentation changes for append_colMike Waldner2011-08-091-24/+28
* | Merge branch 'fix_pickle_bug_2' of https://github.com/cswegger/tablib into de...Kenneth Reitz2011-07-141-2/+9
|\ \