summaryrefslogtreecommitdiff
path: root/tablib/core.py
Commit message (Expand)AuthorAgeFilesLines
...
* Docs update.Kenneth Reitz2010-10-101-2/+2
* Added column insertion. Kenneth Reitz2010-10-081-82/+166
* Doc upgrades.Kenneth Reitz2010-10-071-8/+9
* Version bump (v0.8.5)Kenneth Reitz2010-10-061-2/+2
* Heavy documentation update.Kenneth Reitz2010-10-051-4/+106
* version bump v0.8.4Kenneth Reitz2010-10-041-2/+2
* Version Bump (v0.8.3)Kenneth Reitz2010-10-041-2/+2
* Merge branch 'master' into developKenneth Reitz2010-10-041-2/+27
|\
| * Typo.Kenneth Reitz2010-10-041-14/+17
| * Separator append and insert support.Kenneth Reitz2010-10-041-1/+46
* | Added tablib.import_set() and tested accordingly.Kenneth Reitz2010-10-011-0/+13
* | Auto-detectors operational.Kenneth Reitz2010-10-011-0/+10
* | added ability to append new column passing a callable as the value that will ...Josh Ourisman2010-10-011-0/+9
* | changing syntax of checking for row and col values in append(); slightly more...Josh Ourisman2010-10-011-2/+2
|/
* Packaging fix.Kenneth Reitz2010-09-281-2/+2
* Version Bump (to v0.8.0)Kenneth Reitz2010-09-251-2/+2
* Format import cleanups.Kenneth Reitz2010-09-251-1/+1
* Adding docstrings for pylint coverage.Kenneth Reitz2010-09-251-1/+1
* Removed useless imports. Kenneth Reitz2010-09-251-7/+0
* Book wiper.Kenneth Reitz2010-09-251-1/+4
* Elegant imports in place!Kenneth Reitz2010-09-251-4/+12
* Added dataset wipe. Kenneth Reitz2010-09-251-0/+6
* 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
* Working on it.Kenneth Reitz2010-09-251-82/+56
* Corrected always-false condition.Kenneth Reitz2010-09-251-4/+1
* Longer varnames for pylint.Kenneth Reitz2010-09-251-4/+4
* Moving that back.Kenneth Reitz2010-09-251-1/+1
* Cleanups for pylint.Kenneth Reitz2010-09-251-6/+6
* General cleanups for pylint.Kenneth Reitz2010-09-251-9/+5
* 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
* Removed useless is_string function.Kenneth Reitz2010-09-151-1/+1
* 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
* 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
* Cleaning up code a bit.Kenneth Reitz2010-09-131-1/+0
* Removed un-implimented junk from core.pyKenneth Reitz2010-09-131-37/+2