summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespaceKenneth Reitz2011-06-051-1/+2
* Tidied up a bit, renamed _odf to _ods like it should have been. Bold not work...Mark Rogers2011-05-141-0/+2
* Merge pull request #9 from f4nt/tablibKenneth Reitz2011-05-121-0/+2
|\
| * a bunch of cleanup from my previous commitMark Rogers2011-05-121-0/+2
* | html outKenneth Reitz2011-05-121-7/+8
|/
* Merge branch 'bug/csv-unicode' into developKenneth Reitz2011-05-121-0/+12
|\
| * Python3 support for csv module. Kenneth Reitz2011-05-121-1/+7
* | move csv-unicode branch to bug/csv-unicodeKenneth Reitz2011-05-121-7/+0
|/
* added csv/unicode testKenneth Reitz2011-05-121-0/+7
* 2.5 compatible version checkingKenneth Reitz2011-03-231-1/+1
* autoload 3 modules if using 3Kenneth Reitz2011-03-231-1/+7
* testing whitespace cleanupKenneth Reitz2011-03-231-1/+12
* added formatter testsKenneth Reitz2011-03-231-0/+11
* Fix #24, add support of spaces in CSV files.Igor Davydenko2011-03-011-0/+13
* *shutter* making everyone else happyKenneth Reitz2011-02-171-303/+303
* Support for sorting. Unit-tested.Luca Beltrame2011-01-111-0/+15
* Import path fix.Kenneth Reitz2010-11-211-1/+2
* Support for HTML (export only). Unit-tested. Depends on the "markup.py"Luca Beltrame2010-11-211-0/+23
* trailing whitespaeKenneth Reitz2010-11-171-13/+13