summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
* Archaic imports in place!Kenneth Reitz2010-09-253-9/+29
* Typo.Kenneth Reitz2010-09-251-1/+1
* Added tablib core docstring placeholder.Kenneth Reitz2010-09-251-13/+9
* Docstring updates.Kenneth Reitz2010-09-251-0/+1
* Module namespace change.Kenneth Reitz2010-09-251-1/+1
* Added format importers.Kenneth Reitz2010-09-255-0/+153
* Working on it.Kenneth Reitz2010-09-251-82/+56
* Added docstring.Kenneth Reitz2010-09-251-2/+3
* Corrected always-false condition.Kenneth Reitz2010-09-251-4/+1
* Longer varnames for pylint.Kenneth Reitz2010-09-251-4/+4
* Added methods to struct for pylint.Kenneth Reitz2010-09-251-0/+9
* Cleanup * imports. Kenneth Reitz2010-09-251-1/+7
* Moving that back.Kenneth Reitz2010-09-251-1/+1
* Added public method for pylint.Kenneth Reitz2010-09-251-0/+4
* Cleanups for pylint.Kenneth Reitz2010-09-251-6/+6
* General cleanups for pylint.Kenneth Reitz2010-09-251-9/+5
* Improved docstring.Kenneth Reitz2010-09-251-0/+3
* Added docstring.Kenneth Reitz2010-09-251-7/+3
* Version bump (v0.7.1)Kenneth Reitz2010-09-201-2/+2
* Reverted methods back to properties.Kenneth Reitz2010-09-201-23/+17
* Whoops.Kenneth Reitz2010-09-201-1/+1
* Version bump (v0.7.0).Kenneth Reitz2010-09-201-9/+21
* Changed export properties to methods.Kenneth Reitz2010-09-201-12/+4
* Moved from cStringIO to StringIO. More stable.Kenneth Reitz2010-09-201-7/+7
* Version bump (0.6.4).Kenneth Reitz2010-09-201-2/+2
* String decoding to avoid unicode collisions for XLS output.Kenneth Reitz2010-09-191-1/+1
* Inline docs.Kenneth Reitz2010-09-161-0/+1
* Removed useless is_string function.Kenneth Reitz2010-09-152-7/+2
* Version bump. v0.6.3.Kenneth Reitz2010-09-141-2/+2
* Extensively testing Kenneth Reitz2010-09-131-3/+9
* Added data.append(col=[]) support.Kenneth Reitz2010-09-131-12/+50
* Made Struct really powerful.Kenneth Reitz2010-09-131-1/+1
* mendKenneth Reitz2010-09-131-2/+2
* Added header property to prevent invalid headers being set.Kenneth Reitz2010-09-131-3/+18
* Fixed exception catch, Fixes Issue #5.Kenneth Reitz2010-09-131-1/+1
* Removed non-working unit-tests.Kenneth Reitz2010-09-1313-51/+0
* Cleaning up code a bit.Kenneth Reitz2010-09-131-1/+0
* Removed un-implimented junk from core.pyKenneth Reitz2010-09-131-37/+2
* Removed vendorized packages.Kenneth Reitz2010-09-1345-11532/+0
* Moving tabbed cli to future feature branch.Kenneth Reitz2010-09-131-85/+0
* Version bump (v0.6.1)Kenneth Reitz2010-09-131-2/+2
* Updates for push.Kenneth Reitz2010-09-121-7/+4
* Optimizations.Kenneth Reitz2010-09-114-23/+52
* Unvendorized packages.Kenneth Reitz2010-09-1152-13167/+0
* Merge branch 'feature/paged' into developKenneth Reitz2010-09-082-26/+93
|\
| * Added workbook feature for xls support.Kenneth Reitz2010-09-082-15/+49
| * Added base DataBook object. Kenneth Reitz2010-09-081-18/+51
* | Added name to corelib.Kenneth Reitz2010-09-081-0/+1
|/
* index and append methodsKenneth Reitz2010-08-302-10/+12
* Better xlwt handling.Kenneth Reitz2010-08-303-6/+2