summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Collapse)AuthorAgeFilesLines
* New import/export interface with dataset and databook `import_` and `export` ↵import_exportIuri de Silvio2015-04-051-0/+25
| | | | | | methods and overloaded `import_set` and `import_book` functions.
* 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 unicode error in html output
| * Fix UnicodeError in HTML outputJim Dalton2012-05-101-1/+1
| | | | | | | | | | | | | | | | * Alter `test_unicode_append` so that actual unicode characters outside the ASCII bytestring range are tested. * Make sure output of `render` in markup.py is unicode * Add wrapper around output of `export_set` in _html.py so that unicode characters are output.
* | Merge pull request #110 from djrobstep/developKenneth Reitz2014-01-081-0/+2
|\ \ | | | | | | Fix for a broken YAML test and tsv autodetection
| * | 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 comment
| * | | 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
|\ \ | | | | | | Improve Python 3 compatibility
| * | 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
| | | …why?
* Fixing magic number in testMike Waldner2011-08-101-1/+1
|
* Throwing InvalidDimensions when append_col with header is called but only ↵Mike Waldner2011-08-101-3/+63
| | | | | | headers exists Related #33
* 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
|\ \ | |/ |/| | | develop
| * Added XLS import supportGreg Thornton2011-07-141-0/+25
| |
* | Created get_col method with tests and tutorial.rst updateMark Walling2011-07-111-0/+16
|/ | | | Useful when you have multiple columns with the same header
* 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
| | | | | | | | | | | | Also added tests! Fix for kennethreitz#26
* | yayKenneth Reitz2011-06-301-1/+1
|/
* test cleanupsKenneth Reitz2011-06-211-14/+8
|
* Major API ChangesKenneth Reitz2011-06-211-15/+15
| | | Related #21
* whitespaceKenneth Reitz2011-06-051-1/+2
|
* Tidied up a bit, renamed _odf to _ods like it should have been. Bold not ↵Mark Rogers2011-05-141-0/+2
| | | | working yet :(
* Merge pull request #9 from f4nt/tablibKenneth Reitz2011-05-121-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | --- I thought I was going to wait til later to do this, but once I got started I couldnt stop myself I guess. I believe this fixes the row limit issues that I mentioned earlier by adding XLSX support. Ive tested it up to 75k rows. Believe the tests and setup.py should be squared away properly as well. Im a bit concerned about the pane freezing stuff, as thats completely undocumented in openpyxl. Truth be told, I barely even know what that functionality does. I hate spreadsheets :) Anyways, let me know if you want any changes or anything made. Dont have to worry about hurting my feelings or anything! Conflicts: tablib/core25.py test_tablib.py
| * 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
|\ | | | | | | | | | | | | Closes #7 Conflicts: test_tablib.py
| * Python3 support for csv module. Kenneth Reitz2011-05-121-1/+7
| | | | | | Refs #7
* | move csv-unicode branch to bug/csv-unicodeKenneth Reitz2011-05-121-7/+0
|/ | | refs #7
* 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
|