summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
* version bumpKenneth Reitz2011-05-131-2/+2
* fallback on from xml.etree.ElementTree for pypyKenneth Reitz2011-05-131-1/+6
* no vendored testsKenneth Reitz2011-05-1372-4793/+0
* success!!Kenneth Reitz2011-05-132-8/+14
* less compat reliance Kenneth Reitz2011-05-132-3/+1
* Finally! :sparkles:Python 3:sparkles: port of openpyxlKenneth Reitz2011-05-1329-1651/+1657
* additional compat mappingsKenneth Reitz2011-05-121-0/+14
* 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
|/