summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Expand)AuthorAgeFilesLines
* smarter detect_format functionKenneth Reitz2016-02-071-5/+5
* Fix for transpose().transpose() with duplicate keysKenneth Reitz2016-02-071-1/+9
* Merge branch 'develop' into import_exportKenneth Reitz2016-02-071-13/+241
|\
| * /s/unique/remove_duplicatesKenneth Reitz2016-02-071-5/+5
| * Merge pull request #182 from cherepski/developKenneth Reitz2016-02-071-0/+19
| |\
| | * Adding ability to unique all rows in a dataset.Kevin Cherepski2015-02-041-0/+19
| * | Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into developKenneth Reitz2016-02-071-0/+20
| |\ \
| | * | adding support for creating subset of a dataset.rabinnankhwa2014-08-301-0/+20
| | |/
| * | python 3.2 is terribleKenneth Reitz2016-02-071-1/+1
| * | fixed stuipid testKenneth Reitz2016-02-071-13/+1
| * | Merge branch 'develop' of https://github.com/papisz/tablib into developKenneth Reitz2016-02-071-0/+24
| |\ \
| | * | CSV custom delimiter supportpapisz2014-04-091-0/+24
| * | | Added LaTeX table export formatMathias Loesch2015-06-041-0/+62
| * | | Fixes Row slicing. Fixes #184.Thomas Roten2015-03-281-0/+13
| | |/ | |/|
| * | Adding DBF support.James Douglass2014-08-211-0/+102
* | | New import/export interface with dataset and databook `import_` and `export` ...import_exportIuri de Silvio2015-04-051-0/+25
|/ /
* | allow csv fields to have multiple linesBrad Pitcher2014-05-011-0/+16
* | load json to dict to workaround random dictionary hashesBrad Pitcher2014-04-301-2/+3
* | Fix DeprecationWarnings: assertEquals -> assertEqualIuri de Silvio2014-04-191-3/+3
* | Fix test_unicode_appendfix/unicode_appendIuri de Silvio2014-04-191-3/+7
|/
* Maintain dataset title after sort.Iuri de Silvio2014-01-111-1/+2
* Merge pull request #63 from jsdalton/fix_unicode_error_in_html_outputKenneth Reitz2014-01-081-1/+1
|\
| * Fix UnicodeError in HTML outputJim Dalton2012-05-101-1/+1
* | Merge pull request #110 from djrobstep/developKenneth Reitz2014-01-081-0/+2
|\ \
| * | Fixed tsv auto format detection.Robert Lechte2013-08-281-0/+2
* | | Merge pull request #116 from kachick/fix-tsv-typoKenneth Reitz2014-01-081-2/+2
|\ \ \
| * | | Fix some typos in TSV test commentKenichi Kamiya2013-08-311-2/+2
| |/ /
* | | Remove wrong/unused importBrianna Laugher2013-04-101-1/+0
|/ /
* | Merge pull request #68 from msabramo/python3Kenneth Reitz2012-11-151-1/+1
|\ \
| * | Changes for Python 3 compatibility, including vendorizing xlrd3Marc Abramowitz2012-05-151-1/+1
| |/
* | another try at committingAaron Levin2012-08-011-2/+3
* | Fix typos.Bruce Mitchener2012-06-081-2/+2
|/
* Databook.add_sheet test for not Dataset subclass added.Kuba Janoszek2012-03-131-0/+11
* Databook.add_sheet accepts Dataset subclassesKuba Janoszek2012-03-131-0/+15
* Fix #50 - Catch YAML ScannerErrorJan Brauer2012-01-291-0/+2
* Render table in Markdown format on unicode(dataset). Closes #41.Alexander Artemenko2011-10-161-0/+16
* really need to use testing branches..Kenneth Reitz2011-08-151-25/+1
* tuples didn't have index method in the past.Kenneth Reitz2011-08-151-3/+3
* Fixing magic number in testMike Waldner2011-08-101-1/+1
* Throwing InvalidDimensions when append_col with header is called but only hea...Mike Waldner2011-08-101-3/+63
* Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into developKenneth Reitz2011-08-081-0/+20
|\
| * Replace None with empty string before creating tdMike Waldner2011-08-071-0/+20
* | Merge branch 'feature/xls-import' of https://github.com/xdissent/tablib into ...Kenneth Reitz2011-07-141-0/+25
|\ \ | |/ |/|
| * Added XLS import supportGreg Thornton2011-07-141-0/+25
* | Created get_col method with tests and tutorial.rst updateMark Walling2011-07-111-0/+16
|/
* Merge branch 'unicodeheaders' of https://github.com/mwalling/tablib into developKenneth Reitz2011-07-041-0/+42
|\
| * Added support for detecting unicode column headersMark Walling2011-07-011-0/+42
* | yayKenneth Reitz2011-06-301-1/+1
|/
* test cleanupsKenneth Reitz2011-06-211-14/+8
* Major API ChangesKenneth Reitz2011-06-211-15/+15