summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-1257-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 commitMark Rogers2011-05-126-30/+49
| | |
| * | Merely a proof of concept, soon to be tidied upMark Rogers2011-05-1253-1/+7887
| |/
| * Merge branch 'release/0.9.6'v0.9.6Kenneth Reitz2011-05-1213-113/+268
| |\
| * | no more reqsKenneth Reitz2011-05-101-3/+0
| | |
* | | html outKenneth Reitz2011-05-121-7/+8
| | |
* | | Merge pull request #8 from cswegger/tablibKenneth Reitz2011-05-120-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 Beltrame2011-05-121-2/+9
| | | |
* | | | compat module notesKenneth Reitz2011-05-121-0/+1
| | | |
* | | | Merge branch 'feature/compat' into developKenneth Reitz2011-05-125-854/+44
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tablib/core25.py
| * \ \ \ Merge branch 'compat' into feature/compatKenneth Reitz2011-05-121-4/+4
| |\ \ \ \
| | * | | | callable check fixKenneth Reitz2011-05-121-3/+3
| | | | | |
| | * | | | compat moduleKenneth Reitz2011-05-124-19/+24
| | | | | |
| * | | | | compat moduleKenneth Reitz2011-05-124-18/+23
| |/ / / /
| * | | | no more core25Kenneth Reitz2011-05-122-820/+2
| | | | |
| * | | | Merge branch 'develop' into feature/compatKenneth Reitz2011-05-126-32/+179
| |\ \ \ \
| * | | | | initial compat moduleKenneth Reitz2011-05-112-12/+22
| | | | | |
* | | | | | Merge pull request #8 from cswegger/tablibKenneth Reitz2011-05-122-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 developKenneth Reitz2011-05-123-6/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | version bumpKenneth Reitz2011-05-123-6/+7
|/ / / /
* | | | history: unicode+csv supportKenneth Reitz2011-05-121-0/+1
| |/ / |/| | | | | refs #7
* | | Erik Youngren to authorsKenneth Reitz2011-05-121-1/+2
| | |
* | | Merge branch 'bug/csv-unicode' into developKenneth Reitz2011-05-124-13/+176
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Closes #7 Conflicts: test_tablib.py
| * | | Python3 support for csv module. Kenneth Reitz2011-05-122-4/+22
| | | | | | | | | | | | Refs #7
| * | | integration of unicodecsv moduleKenneth Reitz2011-05-123-13/+152
| | | | | | | | | | | | refs #7
* | | | move csv-unicode branch to bug/csv-unicodeKenneth Reitz2011-05-121-7/+0
|/ / / | | | | | | refs #7
* | | added csv/unicode testKenneth Reitz2011-05-121-0/+7
| | |
* | | testing webhookKenneth Reitz2011-05-111-1/+1
| | |
* | | kill fabfileKenneth Reitz2011-05-111-17/+0
|/ /
* | history updateKenneth Reitz2011-05-111-2/+8
| |
* | seperator => separatorKenneth Reitz2011-05-112-45/+45
| |
* | Update TODOsKenneth Reitz2011-04-052-31/+31
|/
* make it mobile!Kenneth Reitz2011-03-241-0/+43
|
* added google analytics to generated docsKenneth Reitz2011-03-241-0/+15
|
* updated roadmapKenneth Reitz2011-03-241-2/+5
|
* Merge branch 'develop'Kenneth Reitz2011-03-241-1/+1
|\
| * sphinx version # fix.v0.9.5Kenneth Reitz2011-03-241-1/+1
| |
* | Merge branch 'release/0.9.5'Kenneth Reitz2011-03-2461-238/+18796
|\ \ | |/
| * release date bumpKenneth Reitz2011-03-241-1/+1
| |
| * setup.py says 25,26,27,30,31,32Kenneth Reitz2011-03-231-2/+3
| |
| * updated HISTORYKenneth Reitz2011-03-231-0/+9
| |
| * 3.1, 3.2 support.Kenneth Reitz2011-03-231-0/+2
| |
| * 3.2 compatibilityKenneth Reitz2011-03-231-2392/+2392
| |
| * pre-version bumpKenneth Reitz2011-03-231-1/+1
| |
| * version check in setup.py fixKenneth Reitz2011-03-231-1/+1
| |
| * 25 supportKenneth Reitz2011-03-231-72/+74
| |
| * fix imports for 2xKenneth Reitz2011-03-231-7/+7
| |