summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
...
* check python versionKenneth Reitz2011-03-231-3/+10
* xlwt3 packageKenneth Reitz2011-03-2318-0/+11308
* cyaml fixesKenneth Reitz2011-03-231-13/+16
* BytesIO in xls for 3.xKenneth Reitz2011-03-231-3/+3
* markup changes for 3.xKenneth Reitz2011-03-231-5/+5
* xlwrt cleanupsKenneth Reitz2011-03-234-12/+17
* 2to3!Kenneth Reitz2011-03-239-183/+184
* add xlwt 3.xKenneth Reitz2011-03-2332-12164/+11947
* remove 2.x xlwtKenneth Reitz2011-03-2333-1844/+0
* 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
* tablib.helpers is not longer needed :cake:Kenneth Reitz2011-03-231-38/+0
* Merge https://github.com/mwhooker/tablib into developKenneth Reitz2011-03-221-0/+1
|\
| * fixes issue #38: python 2.5 supportMatthew Hooker2011-03-221-0/+1
* | Merge https://github.com/playpauseandstop/tablib into developfeature/xls-widthKenneth Reitz2011-03-011-1/+1
|\ \
| * | Fix #24, add support of spaces in CSV files.Igor Davydenko2011-03-011-1/+1
| |/
* | 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
* Added AnyJSON to json format systemKenneth Reitz2011-02-171-13/+7
* Added AnyJSONKenneth Reitz2011-02-171-0/+117
* Remove vendorized SimpleJSONKenneth Reitz2011-02-1726-5082/+0
* this should work betterKenneth Reitz2011-02-171-1/+1
* 8tabstop? really?Kenneth Reitz2011-02-171-41/+41
* wow, that was uglyKenneth Reitz2011-02-171-41/+41
* *shutter* making everyone else happyKenneth Reitz2011-02-179-676/+676
* 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
* Export HTML for Databooks.Kenneth Reitz2010-11-211-0/+16
* whitespace fixKenneth Reitz2010-11-211-3/+3
* small changes to html outputKenneth Reitz2010-11-211-3/+2
* Merge branch 'feature/html_out' into developKenneth Reitz2010-11-214-1/+532
|\
| * Import path fix.Kenneth Reitz2010-11-211-1/+1
| * Support for HTML (export only). Unit-tested. Depends on the "markup.py"Luca Beltrame2010-11-214-1/+532
* | 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