| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ugh | Kenneth Reitz | 2011-05-12 | 101 | -31/+8192 | |
| * | Convert openpyxl to relative imports | Kenneth Reitz | 2011-05-12 | 26 | -338/+337 | |
| * | Merge pull request #9 from f4nt/tablib | Kenneth Reitz | 2011-05-12 | 53 | -1/+7889 | |
| |\ | ||||||
| | * | a bunch of cleanup from my previous commit | Mark Rogers | 2011-05-12 | 3 | -29/+44 | |
| | * | Merely a proof of concept, soon to be tidied up | Mark Rogers | 2011-05-12 | 53 | -1/+7887 | |
| * | | callable check fix | Kenneth Reitz | 2011-05-12 | 1 | -3/+3 | |
| * | | compat module | Kenneth Reitz | 2011-05-12 | 4 | -19/+24 | |
| * | | no more core25 | Kenneth Reitz | 2011-05-12 | 2 | -820/+2 | |
| * | | Merge branch 'develop' into feature/compat | Kenneth Reitz | 2011-05-12 | 2 | -3/+123 | |
| |\ \ | |/ | ||||||
| | * | Python3 support for csv module. | Kenneth Reitz | 2011-05-12 | 1 | -3/+15 | |
| | * | integration of unicodecsv module | Kenneth Reitz | 2011-05-12 | 2 | -3/+111 | |
| * | | initial compat module | Kenneth Reitz | 2011-05-11 | 2 | -12/+22 | |
| |/ | ||||||
| * | seperator => separator | Kenneth Reitz | 2011-05-11 | 1 | -18/+18 | |
| * | 3.2 compatibility | Kenneth Reitz | 2011-03-23 | 1 | -2392/+2392 | |
| * | 25 support | Kenneth Reitz | 2011-03-23 | 1 | -72/+74 | |
| * | fix imports for 2x | Kenneth Reitz | 2011-03-23 | 1 | -7/+7 | |
| * | xls import fix | Kenneth Reitz | 2011-03-23 | 1 | -13/+11 | |
| * | this isn't an apple | Kenneth Reitz | 2011-03-23 | 1 | -1/+1 | |
| * | import magic | Kenneth Reitz | 2011-03-23 | 4 | -7/+954 | |
| * | 2.5 compatible version checking | Kenneth Reitz | 2011-03-23 | 6 | -16/+13 | |
| * | Same codebase for 2.x and 3.x! | Kenneth Reitz | 2011-03-23 | 3 | -5/+17 | |
| * | autoload 3 modules if using 3 | Kenneth Reitz | 2011-03-23 | 2 | -2/+14 | |
| * | python3 AND python2 packages. | Kenneth Reitz | 2011-03-23 | 84 | -11963/+20179 | |
| * | xlwrt3 if python 3 | Kenneth Reitz | 2011-03-23 | 1 | -1/+1 | |
| * | check python version | Kenneth Reitz | 2011-03-23 | 1 | -3/+10 | |
| * | xlwt3 package | Kenneth Reitz | 2011-03-23 | 18 | -0/+11308 | |
| * | cyaml fixes | Kenneth Reitz | 2011-03-23 | 1 | -13/+16 | |
| * | BytesIO in xls for 3.x | Kenneth Reitz | 2011-03-23 | 1 | -3/+3 | |
| * | markup changes for 3.x | Kenneth Reitz | 2011-03-23 | 1 | -5/+5 | |
| * | xlwrt cleanups | Kenneth Reitz | 2011-03-23 | 4 | -12/+17 | |
| * | 2to3! | Kenneth Reitz | 2011-03-23 | 9 | -183/+184 | |
| * | add xlwt 3.x | Kenneth Reitz | 2011-03-23 | 32 | -12164/+11947 | |
| * | remove 2.x xlwt | Kenneth Reitz | 2011-03-23 | 33 | -1844/+0 | |
| * | 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 | |
| * | tablib.helpers is not longer needed :cake: | Kenneth Reitz | 2011-03-23 | 1 | -38/+0 | |
| * | Merge https://github.com/mwhooker/tablib into develop | Kenneth Reitz | 2011-03-22 | 1 | -0/+1 | |
| |\ | ||||||
| | * | fixes issue #38: python 2.5 support | Matthew Hooker | 2011-03-22 | 1 | -0/+1 | |
| * | | Merge https://github.com/playpauseandstop/tablib into developfeature/xls-width | Kenneth Reitz | 2011-03-01 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Fix #24, add support of spaces in CSV files. | Igor Davydenko | 2011-03-01 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | 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 | |
| * | Added AnyJSON to json format system | Kenneth Reitz | 2011-02-17 | 1 | -13/+7 | |
