summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #108 - Test and improve format autodetectionClaude Paroz2019-10-041-5/+21
* Refs #288 - Add string starting with '0' to xlsx round trip testClaude Paroz2019-10-041-2/+3
* Refs #304 - Test separator exportingClaude Paroz2019-10-041-0/+7
* Factorized exporting in all formats in testsClaude Paroz2019-10-041-33/+15
* Fixed #373 - Properly detect xlsx formatClaude Paroz2019-10-041-1/+11
* Refs #314 - Add datetime to xlsx round trip testClaude Paroz2019-10-041-2/+4
* Fixes #314 - Delegate type coercion to openpyxlClaude Paroz2019-10-041-0/+19
* Fixes #274 - Fix Databook.load() params orderingClaude Paroz2019-10-041-0/+6
* Reorganized test cases by formatClaude Paroz2019-10-031-518/+531
* Refs #273 - Replaced vendored markup lib by dependencyClaude Paroz2019-10-031-1/+2
* delete ;schopenhauerzhang2019-10-031-1/+1
* Added CSV stream testAnthony Monthe2019-06-271-1/+19
* Merge branch 'master' into bugfix/invalid-ascii-csvBruno Alla2019-03-021-0/+59
|\
| * Add Jira table exportMathias Loesch2019-01-231-0/+19
| * Fix: Circular reference detected error (#332)Bruno Soares2018-09-121-0/+17
| * reStructuredText (#336)Norman Hooper2018-09-121-0/+22
| * drop 2.6Kenneth Reitz2017-08-271-1/+0
| * Adding initial DataFrames SupportJason Myers2017-08-261-0/+1
* | Fix unicode encode errors on Python 2 -- Fixes #215Bruno Alla2017-05-021-4/+13
|/
* Replaced vendored openpyxl by a dependency (#221)Claude Paroz2017-02-201-0/+5
* Fix date and datetime export to JSON in Python versions with a json packageDylan Verheul2016-11-301-0/+23
* Add HTML format to the book_export test and fix the format to work properlyPaul Moss2016-03-181-0/+1
* Fixed __unicode__/__str__ for dataset with no headersTom Christie2016-02-251-0/+10
* PEP-8 standards followedtusharmakkar082016-02-221-90/+33
* 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
|\ \ \