summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change stacking method names.Kenneth Reitz2010-11-171-2/+3
* Remove unneded importLuca Beltrame2010-11-151-1/+0
* Support for row and column stacking. Unit-tested.Luca Beltrame2010-11-151-0/+38
* Merge branch 'transpose' into developKenneth Reitz2010-11-111-0/+13
|\
| * Support for Dataset transposition. Unit-tested.Luca Beltrame2010-11-111-0/+13
* | Spacing fixes.Kenneth Reitz2010-11-091-4/+6
|/
* Updated Callable Columns support.Kenneth Reitz2010-11-041-22/+7
* Support for TSV-files. Unit-tested.Luca Beltrame2010-10-191-0/+44
* Updates.Kenneth Reitz2010-10-101-1/+1
* Added tablib.import_set() and tested accordingly.Kenneth Reitz2010-10-011-1/+0
* Format Auto-detection in place.Kenneth Reitz2010-10-011-0/+15
* Auto-detectors operational.Kenneth Reitz2010-10-011-2/+35
* Hmmm....Kenneth Reitz2010-10-011-0/+5
* added ability to append new column passing a callable as the value that will ...Josh Ourisman2010-10-011-0/+7
* Tests elegant book imports. Kenneth Reitz2010-09-251-5/+35
* Updated tests for set imports. Kenneth Reitz2010-09-251-20/+22
* Typos.Kenneth Reitz2010-09-251-1/+2
* Added dataset wipe. Kenneth Reitz2010-09-251-2/+2
* Added dataset wipe. Kenneth Reitz2010-09-251-0/+15
* Archaic imports in place!Kenneth Reitz2010-09-251-0/+10
* Updated tests.Kenneth Reitz2010-09-251-1/+40
* Updated tests for reverted methods.Kenneth Reitz2010-09-201-5/+5
* Changed export properties to methods.Kenneth Reitz2010-09-201-5/+5
* Chmox.Kenneth Reitz2010-09-201-0/+0
* String decoding to avoid unicode collisions for XLS output.Kenneth Reitz2010-09-191-6/+14
* Removed unneeded tuple_check.Kenneth Reitz2010-09-191-5/+0
* PEP257.Kenneth Reitz2010-09-191-13/+18
* PEP8.Kenneth Reitz2010-09-191-0/+11
* Added test for csv exportLuke Lee2010-09-191-2/+19
* Improved del testLuke Lee2010-09-191-0/+8
* Added tests del functionalityLuke Lee2010-09-191-0/+14
* Added docstringsLuke Lee2010-09-191-5/+3