| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | col not key | Kenneth Reitz | 2011-03-23 | 1 | -1/+1 | |
| * | do some internal validation for adding formatters | Kenneth Reitz | 2011-03-23 | 1 | -8/+17 | |
| * | formatter execution in place upon export | Kenneth Reitz | 2011-03-23 | 1 | -4/+17 | |
| * | added Dataset.add_formatter | Kenneth Reitz | 2011-03-23 | 1 | -0/+26 | |
| * | added __docformat__ | Kenneth Reitz | 2011-02-21 | 1 | -0/+1 | |
| * | Small doc updates | Kenneth Reitz | 2011-02-18 | 1 | -1/+1 | |
| * | Version Bump (v0.9.4) | Kenneth Reitz | 2011-02-18 | 1 | -2/+2 | |
| * | Added OrderedDict support. | Kenneth Reitz | 2011-02-18 | 1 | -2/+11 | |
| * | Docstring update | Kenneth Reitz | 2011-02-18 | 1 | -4/+4 | |
| * | that makes more sense | Kenneth Reitz | 2011-02-18 | 1 | -1/+3 | |
| * | wtf? is that even valid? | Kenneth Reitz | 2011-02-18 | 1 | -1/+1 | |
| * | *shutter* making everyone else happy | Kenneth Reitz | 2011-02-17 | 1 | -470/+470 | |
| * | Python 2.5 doesn't support @property.setter | Benjamin Wohlwend | 2011-02-14 | 1 | -9/+9 | |
| * | More dynamic __slots__ | Kenneth Reitz | 2011-02-03 | 1 | -7/+2 | |
| * | sorting update. | Kenneth Reitz | 2011-01-31 | 1 | -4/+7 | |
| * | Sorting update for headerless datasets. | Kenneth Reitz | 2011-01-31 | 1 | -7/+23 | |
| * | Merge branch 'feature/sorting' into release/0.9.3 | Kenneth Reitz | 2011-01-31 | 1 | -0/+20 | |
| |\ | ||||||
| | * | Support for sorting. Unit-tested. | Luca Beltrame | 2011-01-11 | 1 | -0/+20 | |
| * | | Prepping for new release (0.9.3) | Kenneth Reitz | 2011-01-31 | 1 | -2/+2 | |
| |/ | ||||||
| * | New Year! | Kenneth Reitz | 2011-01-10 | 1 | -2/+2 | |
| * | Merge branch 'feature/html_out' into develop | Kenneth Reitz | 2010-11-21 | 1 | -0/+8 | |
| |\ | ||||||
| | * | Support for HTML (export only). Unit-tested. Depends on the "markup.py" | Luca Beltrame | 2010-11-21 | 1 | -0/+8 | |
| * | | Fix the stupid mistake. | Luca Beltrame | 2010-11-21 | 1 | -1/+0 | |
| * | | Fix Databook data leaks. | Luca Beltrame | 2010-11-21 | 1 | -2/+7 | |
| |/ | ||||||
| * | Version bump (v0.9.2) | Kenneth Reitz | 2010-11-17 | 1 | -2/+2 | |
| * | Column stacking only requires headers if headers exist. | Kenneth Reitz | 2010-11-17 | 1 | -9/+13 | |
| * | Change stacking method names. | Kenneth Reitz | 2010-11-17 | 1 | -5/+5 | |
| * | Merge branch 'stacking' into feature/stacking | Kenneth Reitz | 2010-11-17 | 1 | -0/+53 | |
| |\ | ||||||
| | * | Support for row and column stacking. Unit-tested. | Luca Beltrame | 2010-11-15 | 1 | -0/+53 | |
| * | | Formating. | Kenneth Reitz | 2010-11-17 | 1 | -0/+1 | |
| * | | Subtle format fixes. | Kenneth Reitz | 2010-11-17 | 1 | -6/+4 | |
| * | | Support for pickling/unpickling Row objects. Makes Datasets pickleable. | Luca Beltrame | 2010-11-17 | 1 | -0/+13 | |
| * | | Whitespace | Luca Beltrame | 2010-11-17 | 1 | -65/+65 | |
| |/ | ||||||
| * | Support for Dataset transposition. Unit-tested. | Luca Beltrame | 2010-11-11 | 1 | -1/+29 | |
| * | Optimized set intersection for tag checking. | Kenneth Reitz | 2010-11-05 | 1 | -6/+3 | |
| * | Version bump (v0.9.1). | Kenneth Reitz | 2010-11-04 | 1 | -2/+2 | |
| * | Minor bug was causing reference shadowing. | Kenneth Reitz | 2010-11-04 | 1 | -1/+1 | |
| * | Typo. | Kenneth Reitz | 2010-11-04 | 1 | -1/+1 | |
| * | No append documentation necessary. | Kenneth Reitz | 2010-11-04 | 1 | -28/+20 | |
| * | Version bump. | Kenneth Reitz | 2010-11-04 | 1 | -2/+2 | |
| * | Callable Columns again :) | Kenneth Reitz | 2010-11-04 | 1 | -5/+10 | |
| * | Added new required headers for adding columns. | Kenneth Reitz | 2010-11-04 | 1 | -6/+9 | |
| * | Cleanups. | Kenneth Reitz | 2010-11-04 | 1 | -4/+3 | |
| * | Keepin' it DRY. | Kenneth Reitz | 2010-11-04 | 1 | -20/+3 | |
| * | whitespace fix. | Kenneth Reitz | 2010-11-04 | 1 | -2/+1 | |
| * | Added new Row class and Dataset.filter(). | Kenneth Reitz | 2010-11-04 | 1 | -11/+15 | |
| * | Ugh.... | Kenneth Reitz | 2010-11-04 | 1 | -16/+91 | |
| * | Support for TSV-files. Unit-tested. | Luca Beltrame | 2010-10-19 | 1 | -0/+14 | |
| * | Documentation update. | Kenneth Reitz | 2010-10-10 | 1 | -2/+6 | |
| * | Added seamless deletion of columns. | Kenneth Reitz | 2010-10-10 | 1 | -5/+17 | |
