summaryrefslogtreecommitdiff
path: root/tablib/core.py
Commit message (Expand)AuthorAgeFilesLines
...
* col not keyKenneth Reitz2011-03-231-1/+1
* do some internal validation for adding formattersKenneth Reitz2011-03-231-8/+17
* formatter execution in place upon exportKenneth Reitz2011-03-231-4/+17
* added Dataset.add_formatterKenneth Reitz2011-03-231-0/+26
* added __docformat__ Kenneth Reitz2011-02-211-0/+1
* Small doc updatesKenneth Reitz2011-02-181-1/+1
* Version Bump (v0.9.4)Kenneth Reitz2011-02-181-2/+2
* Added OrderedDict support.Kenneth Reitz2011-02-181-2/+11
* Docstring updateKenneth Reitz2011-02-181-4/+4
* that makes more senseKenneth Reitz2011-02-181-1/+3
* wtf? is that even valid?Kenneth Reitz2011-02-181-1/+1
* *shutter* making everyone else happyKenneth Reitz2011-02-171-470/+470
* Python 2.5 doesn't support @property.setterBenjamin Wohlwend2011-02-141-9/+9
* More dynamic __slots__Kenneth Reitz2011-02-031-7/+2
* sorting update.Kenneth Reitz2011-01-311-4/+7
* Sorting update for headerless datasets.Kenneth Reitz2011-01-311-7/+23
* Merge branch 'feature/sorting' into release/0.9.3Kenneth Reitz2011-01-311-0/+20
|\
| * Support for sorting. Unit-tested.Luca Beltrame2011-01-111-0/+20
* | Prepping for new release (0.9.3)Kenneth Reitz2011-01-311-2/+2
|/
* New Year!Kenneth Reitz2011-01-101-2/+2
* Merge branch 'feature/html_out' into developKenneth Reitz2010-11-211-0/+8
|\
| * Support for HTML (export only). Unit-tested. Depends on the "markup.py"Luca Beltrame2010-11-211-0/+8
* | Fix the stupid mistake.Luca Beltrame2010-11-211-1/+0
* | Fix Databook data leaks.Luca Beltrame2010-11-211-2/+7
|/
* Version bump (v0.9.2)Kenneth Reitz2010-11-171-2/+2
* Column stacking only requires headers if headers exist.Kenneth Reitz2010-11-171-9/+13
* Change stacking method names.Kenneth Reitz2010-11-171-5/+5
* Merge branch 'stacking' into feature/stackingKenneth Reitz2010-11-171-0/+53
|\
| * Support for row and column stacking. Unit-tested.Luca Beltrame2010-11-151-0/+53
* | Formating.Kenneth Reitz2010-11-171-0/+1
* | Subtle format fixes.Kenneth Reitz2010-11-171-6/+4
* | Support for pickling/unpickling Row objects. Makes Datasets pickleable.Luca Beltrame2010-11-171-0/+13
* | WhitespaceLuca Beltrame2010-11-171-65/+65
|/
* Support for Dataset transposition. Unit-tested.Luca Beltrame2010-11-111-1/+29
* Optimized set intersection for tag checking.Kenneth Reitz2010-11-051-6/+3
* Version bump (v0.9.1).Kenneth Reitz2010-11-041-2/+2
* Minor bug was causing reference shadowing.Kenneth Reitz2010-11-041-1/+1
* Typo.Kenneth Reitz2010-11-041-1/+1
* No append documentation necessary.Kenneth Reitz2010-11-041-28/+20
* Version bump.Kenneth Reitz2010-11-041-2/+2
* Callable Columns again :)Kenneth Reitz2010-11-041-5/+10
* Added new required headers for adding columns. Kenneth Reitz2010-11-041-6/+9
* Cleanups.Kenneth Reitz2010-11-041-4/+3
* Keepin' it DRY.Kenneth Reitz2010-11-041-20/+3
* whitespace fix.Kenneth Reitz2010-11-041-2/+1
* Added new Row class and Dataset.filter().Kenneth Reitz2010-11-041-11/+15
* Ugh....Kenneth Reitz2010-11-041-16/+91
* Support for TSV-files. Unit-tested.Luca Beltrame2010-10-191-0/+14
* Documentation update. Kenneth Reitz2010-10-101-2/+6
* Added seamless deletion of columns. Kenneth Reitz2010-10-101-5/+17