summaryrefslogtreecommitdiff
path: root/tablib/core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix also __slots__ to ensure proper unpicklingLuca Beltrame2011-07-141-1/+1
| * | Fix pickling (again). Unit tests still pass.Luca Beltrame2011-07-141-1/+8
* | | Created get_col method with tests and tutorial.rst updateMark Walling2011-07-111-1/+6
|/ /
* | Merge branch 'unicodeheaders' of https://github.com/mwalling/tablib into developKenneth Reitz2011-07-041-3/+3
|\ \
| * | Added support for detecting unicode column headersMark Walling2011-07-011-3/+3
| |/
* | Updated some docstrings in core.pyMark Walling2011-06-301-2/+13
|/
* dynamic columns bugfix for @mwalling :)Kenneth Reitz2011-06-301-6/+4
* v0.9.10 (packaging fix)v0.9.10Kenneth Reitz2011-06-231-2/+2
* 0.9.9Kenneth Reitz2011-06-211-2/+2
* lpop/rpopKenneth Reitz2011-06-211-1/+16
* add row popKenneth Reitz2011-06-211-0/+9
* Major API ChangesKenneth Reitz2011-06-211-110/+198
* style fixesKenneth Reitz2011-06-211-4/+3
* Turn off OrderedDict for yaml.Kenneth Reitz2011-05-221-5/+16
* version bump (v0.9.8)!Kenneth Reitz2011-05-221-2/+2
* Merge pull request #14 from f4nt/tablibKenneth Reitz2011-05-221-0/+12
|\
| * Bolding still doesn't work :(Mark Rogers2011-05-151-3/+3
| * Tidied up a bit, renamed _odf to _ods like it should have been. Bold not work...Mark Rogers2011-05-141-1/+1
| * proof of concept works. Onto styling and tidyingMark Rogers2011-05-141-0/+12
* | passKenneth Reitz2011-05-221-0/+1
* | docs on xlsxKenneth Reitz2011-05-131-2/+6
|/
* version bumpKenneth Reitz2011-05-131-2/+2
* Merge pull request #9 from f4nt/tablibKenneth Reitz2011-05-121-0/+13
|\
| * a bunch of cleanup from my previous commitMark Rogers2011-05-121-0/+9
| * Merely a proof of concept, soon to be tidied upMark Rogers2011-05-121-0/+4
* | callable check fixKenneth Reitz2011-05-121-3/+3
* | compat moduleKenneth Reitz2011-05-121-5/+3
|/
* seperator => separatorKenneth Reitz2011-05-111-18/+18