summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Misc. PEP8 whitespace celeanupLuke Lee2010-09-191-6/+5
* Attempt at merging upstream develop branchLuke Lee2010-09-191-8/+57
|\
| * Extensively testing Kenneth Reitz2010-09-131-8/+55
* | Fixed typo in test from previous commitLuke Lee2010-09-131-0/+1
* | Added extra row to base data setLuke Lee2010-09-131-7/+12
* | Added test for slicing data elementsLuke Lee2010-09-131-1/+15
* | Refactored creation of data set into setUpLuke Lee2010-09-131-14/+11
* | Added simple test for slicing by headersLuke Lee2010-09-131-0/+19
* | Adding docstringsLuke Lee2010-09-131-2/+10
* | Misc. pep8 cleanups including spaces after ',' and blank line organizationLuke Lee2010-09-131-8/+6
|/
* Testing fixtures for fixed bugs.Kenneth Reitz2010-09-131-2/+17
* Added simple unit-testing structure.Kenneth Reitz2010-09-131-0/+25