| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | additional compat mappings | Kenneth Reitz | 2011-05-12 | 1 | -0/+14 | |
| | | | ||||||
| * | | 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 | 57 | -5/+7894 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- I thought I was going to wait til later to do this, but once I got started I couldnt stop myself I guess. I believe this fixes the row limit issues that I mentioned earlier by adding XLSX support. Ive tested it up to 75k rows. Believe the tests and setup.py should be squared away properly as well. Im a bit concerned about the pane freezing stuff, as thats completely undocumented in openpyxl. Truth be told, I barely even know what that functionality does. I hate spreadsheets :) Anyways, let me know if you want any changes or anything made. Dont have to worry about hurting my feelings or anything! Conflicts: tablib/core25.py test_tablib.py | |||||
| | * | | a bunch of cleanup from my previous commit | Mark Rogers | 2011-05-12 | 6 | -30/+49 | |
| | | | | ||||||
| | * | | Merely a proof of concept, soon to be tidied up | Mark Rogers | 2011-05-12 | 53 | -1/+7887 | |
| | |/ | ||||||
| | * | Merge branch 'release/0.9.6'v0.9.6 | Kenneth Reitz | 2011-05-12 | 13 | -113/+268 | |
| | |\ | ||||||
| | * | | no more reqs | Kenneth Reitz | 2011-05-10 | 1 | -3/+0 | |
| | | | | ||||||
| * | | | html out | Kenneth Reitz | 2011-05-12 | 1 | -7/+8 | |
| | | | | ||||||
| * | | | Merge pull request #8 from cswegger/tablib | Kenneth Reitz | 2011-05-12 | 0 | -0/+0 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- This pull request is to fix pickling / unpickling of Row within Dataset. __getstate__ resembled a dictionary comprehension (Python 2.7+) but it wasnt, and it caused wrong values to be pickled, leading to unusable objects after restoring. This patch fixes the issues. All unit tests still pass. Conflicts: tablib/core25.py | |||||
| | * | | | Fix pickling/unpickling of Dataset instances. | Luca Beltrame | 2011-05-12 | 1 | -2/+9 | |
| | | | | | ||||||
| * | | | | compat module notes | Kenneth Reitz | 2011-05-12 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'feature/compat' into develop | Kenneth Reitz | 2011-05-12 | 5 | -854/+44 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: tablib/core25.py | |||||
| | * \ \ \ | Merge branch 'compat' into feature/compat | Kenneth Reitz | 2011-05-12 | 1 | -4/+4 | |
| | |\ \ \ \ | ||||||
| | | * | | | | callable check fix | Kenneth Reitz | 2011-05-12 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | | * | | | | compat module | Kenneth Reitz | 2011-05-12 | 4 | -19/+24 | |
| | | | | | | | ||||||
| | * | | | | | compat module | Kenneth Reitz | 2011-05-12 | 4 | -18/+23 | |
| | |/ / / / | ||||||
| | * | | | | no more core25 | Kenneth Reitz | 2011-05-12 | 2 | -820/+2 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'develop' into feature/compat | Kenneth Reitz | 2011-05-12 | 6 | -32/+179 | |
| | |\ \ \ \ | ||||||
| | * | | | | | initial compat module | Kenneth Reitz | 2011-05-11 | 2 | -12/+22 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #8 from cswegger/tablib | Kenneth Reitz | 2011-05-12 | 2 | -2/+15 | |
| | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- This pull request is to fix pickling / unpickling of Row within Dataset. __getstate__ resembled a dictionary comprehension (Python 2.7+) but it wasnt, and it caused wrong values to be pickled, leading to unusable objects after restoring. This patch fixes the issues. All unit tests still pass. | |||||
| * | | | | | Merge branch 'release/0.9.6' into develop | Kenneth Reitz | 2011-05-12 | 3 | -6/+7 | |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | | version bump | Kenneth Reitz | 2011-05-12 | 3 | -6/+7 | |
| |/ / / / | ||||||
| * | | | | history: unicode+csv support | Kenneth Reitz | 2011-05-12 | 1 | -0/+1 | |
| | |/ / |/| | | | | | refs #7 | |||||
| * | | | Erik Youngren to authors | Kenneth Reitz | 2011-05-12 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge branch 'bug/csv-unicode' into develop | Kenneth Reitz | 2011-05-12 | 4 | -13/+176 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Closes #7 Conflicts: test_tablib.py | |||||
| | * | | | Python3 support for csv module. | Kenneth Reitz | 2011-05-12 | 2 | -4/+22 | |
| | | | | | | | | | | | | | Refs #7 | |||||
| | * | | | integration of unicodecsv module | Kenneth Reitz | 2011-05-12 | 3 | -13/+152 | |
| | | | | | | | | | | | | | refs #7 | |||||
| * | | | | move csv-unicode branch to bug/csv-unicode | Kenneth Reitz | 2011-05-12 | 1 | -7/+0 | |
| |/ / / | | | | | | | refs #7 | |||||
| * | | | added csv/unicode test | Kenneth Reitz | 2011-05-12 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | testing webhook | Kenneth Reitz | 2011-05-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | kill fabfile | Kenneth Reitz | 2011-05-11 | 1 | -17/+0 | |
| |/ / | ||||||
| * | | history update | Kenneth Reitz | 2011-05-11 | 1 | -2/+8 | |
| | | | ||||||
| * | | seperator => separator | Kenneth Reitz | 2011-05-11 | 2 | -45/+45 | |
| | | | ||||||
| * | | Update TODOs | Kenneth Reitz | 2011-04-05 | 2 | -31/+31 | |
| |/ | ||||||
| * | make it mobile! | Kenneth Reitz | 2011-03-24 | 1 | -0/+43 | |
| | | ||||||
| * | added google analytics to generated docs | Kenneth Reitz | 2011-03-24 | 1 | -0/+15 | |
| | | ||||||
| * | updated roadmap | Kenneth Reitz | 2011-03-24 | 1 | -2/+5 | |
| | | ||||||
| * | Merge branch 'develop' | Kenneth Reitz | 2011-03-24 | 1 | -1/+1 | |
| |\ | ||||||
| | * | sphinx version # fix.v0.9.5 | Kenneth Reitz | 2011-03-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'release/0.9.5' | Kenneth Reitz | 2011-03-24 | 61 | -238/+18796 | |
| |\ \ | |/ | ||||||
| | * | release date bump | Kenneth Reitz | 2011-03-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | setup.py says 25,26,27,30,31,32 | Kenneth Reitz | 2011-03-23 | 1 | -2/+3 | |
| | | | ||||||
| | * | updated HISTORY | Kenneth Reitz | 2011-03-23 | 1 | -0/+9 | |
| | | | ||||||
| | * | 3.1, 3.2 support. | Kenneth Reitz | 2011-03-23 | 1 | -0/+2 | |
| | | | ||||||
| | * | 3.2 compatibility | Kenneth Reitz | 2011-03-23 | 1 | -2392/+2392 | |
| | | | ||||||
| | * | pre-version bump | Kenneth Reitz | 2011-03-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | version check in setup.py fix | Kenneth Reitz | 2011-03-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | 25 support | Kenneth Reitz | 2011-03-23 | 1 | -72/+74 | |
| | | | ||||||
| | * | fix imports for 2x | Kenneth Reitz | 2011-03-23 | 1 | -7/+7 | |
| | | | ||||||
