summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
...
* ughKenneth Reitz2011-05-12101-31/+8192
* Convert openpyxl to relative importsKenneth Reitz2011-05-1226-338/+337
* Merge pull request #9 from f4nt/tablibKenneth Reitz2011-05-1253-1/+7889
|\
| * a bunch of cleanup from my previous commitMark Rogers2011-05-123-29/+44
| * Merely a proof of concept, soon to be tidied upMark Rogers2011-05-1253-1/+7887
* | callable check fixKenneth Reitz2011-05-121-3/+3
* | compat moduleKenneth Reitz2011-05-124-19/+24
* | no more core25Kenneth Reitz2011-05-122-820/+2
* | Merge branch 'develop' into feature/compatKenneth Reitz2011-05-122-3/+123
|\ \ | |/
| * Python3 support for csv module. Kenneth Reitz2011-05-121-3/+15
| * integration of unicodecsv moduleKenneth Reitz2011-05-122-3/+111
* | initial compat moduleKenneth Reitz2011-05-112-12/+22
|/
* seperator => separatorKenneth Reitz2011-05-111-18/+18
* 3.2 compatibilityKenneth Reitz2011-03-231-2392/+2392
* 25 supportKenneth Reitz2011-03-231-72/+74
* fix imports for 2xKenneth Reitz2011-03-231-7/+7
* xls import fixKenneth Reitz2011-03-231-13/+11
* this isn't an appleKenneth Reitz2011-03-231-1/+1
* import magicKenneth Reitz2011-03-234-7/+954
* 2.5 compatible version checkingKenneth Reitz2011-03-236-16/+13
* Same codebase for 2.x and 3.x!Kenneth Reitz2011-03-233-5/+17
* autoload 3 modules if using 3Kenneth Reitz2011-03-232-2/+14
* python3 AND python2 packages.Kenneth Reitz2011-03-2384-11963/+20179
* xlwrt3 if python 3Kenneth Reitz2011-03-231-1/+1
* 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