| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Fix some typos in TSV test comment | Kenichi Kamiya | 2013-08-31 | 1 | -2/+2 | |
| | |/ / | ||||||
| * | | | Remove wrong/unused import | Brianna Laugher | 2013-04-10 | 1 | -1/+0 | |
| |/ / | ||||||
| * | | Merge pull request #68 from msabramo/python3 | Kenneth Reitz | 2012-11-15 | 1 | -1/+1 | |
| |\ \ | | | | | | | Improve Python 3 compatibility | |||||
| | * | | Changes for Python 3 compatibility, including vendorizing xlrd3 | Marc Abramowitz | 2012-05-15 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | another try at committing | Aaron Levin | 2012-08-01 | 1 | -2/+3 | |
| | | | ||||||
| * | | Fix typos. | Bruce Mitchener | 2012-06-08 | 1 | -2/+2 | |
| |/ | ||||||
| * | Databook.add_sheet test for not Dataset subclass added. | Kuba Janoszek | 2012-03-13 | 1 | -0/+11 | |
| | | ||||||
| * | Databook.add_sheet accepts Dataset subclasses | Kuba Janoszek | 2012-03-13 | 1 | -0/+15 | |
| | | ||||||
| * | Fix #50 - Catch YAML ScannerError | Jan Brauer | 2012-01-29 | 1 | -0/+2 | |
| | | ||||||
| * | Render table in Markdown format on unicode(dataset). Closes #41. | Alexander Artemenko | 2011-10-16 | 1 | -0/+16 | |
| | | ||||||
| * | really need to use testing branches.. | Kenneth Reitz | 2011-08-15 | 1 | -25/+1 | |
| | | ||||||
| * | tuples didn't have index method in the past. | Kenneth Reitz | 2011-08-15 | 1 | -3/+3 | |
| | | | | …why? | |||||
| * | Fixing magic number in test | Mike Waldner | 2011-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Throwing InvalidDimensions when append_col with header is called but only ↵ | Mike Waldner | 2011-08-10 | 1 | -3/+63 | |
| | | | | | | | headers exists Related #33 | |||||
| * | Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into develop | Kenneth Reitz | 2011-08-08 | 1 | -0/+20 | |
| |\ | ||||||
| | * | Replace None with empty string before creating td | Mike Waldner | 2011-08-07 | 1 | -0/+20 | |
| | | | ||||||
| * | | Merge branch 'feature/xls-import' of https://github.com/xdissent/tablib into ↵ | Kenneth Reitz | 2011-07-14 | 1 | -0/+25 | |
| |\ \ | |/ |/| | | | develop | |||||
| | * | Added XLS import support | Greg Thornton | 2011-07-14 | 1 | -0/+25 | |
| | | | ||||||
| * | | Created get_col method with tests and tutorial.rst update | Mark Walling | 2011-07-11 | 1 | -0/+16 | |
| |/ | | | | Useful when you have multiple columns with the same header | |||||
| * | Merge branch 'unicodeheaders' of https://github.com/mwalling/tablib into develop | Kenneth Reitz | 2011-07-04 | 1 | -0/+42 | |
| |\ | ||||||
| | * | Added support for detecting unicode column headers | Mark Walling | 2011-07-01 | 1 | -0/+42 | |
| | | | | | | | | | | | | | Also added tests! Fix for kennethreitz#26 | |||||
| * | | yay | Kenneth Reitz | 2011-06-30 | 1 | -1/+1 | |
| |/ | ||||||
| * | test cleanups | Kenneth Reitz | 2011-06-21 | 1 | -14/+8 | |
| | | ||||||
| * | Major API Changes | Kenneth Reitz | 2011-06-21 | 1 | -15/+15 | |
| | | | | Related #21 | |||||
| * | whitespace | Kenneth Reitz | 2011-06-05 | 1 | -1/+2 | |
| | | ||||||
| * | Tidied up a bit, renamed _odf to _ods like it should have been. Bold not ↵ | Mark Rogers | 2011-05-14 | 1 | -0/+2 | |
| | | | | | working yet :( | |||||
| * | Merge pull request #9 from f4nt/tablib | Kenneth Reitz | 2011-05-12 | 1 | -0/+2 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | --- 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 | 1 | -0/+2 | |
| | | | ||||||
| * | | html out | Kenneth Reitz | 2011-05-12 | 1 | -7/+8 | |
| |/ | ||||||
| * | Merge branch 'bug/csv-unicode' into develop | Kenneth Reitz | 2011-05-12 | 1 | -0/+12 | |
| |\ | | | | | | | | | | | | | Closes #7 Conflicts: test_tablib.py | |||||
| | * | Python3 support for csv module. | Kenneth Reitz | 2011-05-12 | 1 | -1/+7 | |
| | | | | | | | 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 | |
| | | ||||||
| * | 2.5 compatible version checking | Kenneth Reitz | 2011-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | autoload 3 modules if using 3 | Kenneth Reitz | 2011-03-23 | 1 | -1/+7 | |
| | | ||||||
| * | testing whitespace cleanup | Kenneth Reitz | 2011-03-23 | 1 | -1/+12 | |
| | | ||||||
| * | added formatter tests | Kenneth Reitz | 2011-03-23 | 1 | -0/+11 | |
| | | ||||||
| * | Fix #24, add support of spaces in CSV files. | Igor Davydenko | 2011-03-01 | 1 | -0/+13 | |
| | | ||||||
| * | *shutter* making everyone else happy | Kenneth Reitz | 2011-02-17 | 1 | -303/+303 | |
| | | ||||||
| * | Support for sorting. Unit-tested. | Luca Beltrame | 2011-01-11 | 1 | -0/+15 | |
| | | ||||||
| * | Import path fix. | Kenneth Reitz | 2010-11-21 | 1 | -1/+2 | |
| | | ||||||
| * | Support for HTML (export only). Unit-tested. Depends on the "markup.py" | Luca Beltrame | 2010-11-21 | 1 | -0/+23 | |
| | | | | | | package(http://markup.sourceforge.net) which is included in packages/ Notice that the tests now depend on the presence of markup.py. | |||||
| * | trailing whitespae | Kenneth Reitz | 2010-11-17 | 1 | -13/+13 | |
| | | ||||||
| * | Change stacking method names. | Kenneth Reitz | 2010-11-17 | 1 | -2/+3 | |
| | | ||||||
| * | Remove unneded import | Luca Beltrame | 2010-11-15 | 1 | -1/+0 | |
| | | ||||||
| * | Support for row and column stacking. Unit-tested. | Luca Beltrame | 2010-11-15 | 1 | -0/+38 | |
| | | ||||||
| * | Merge branch 'transpose' into develop | Kenneth Reitz | 2010-11-11 | 1 | -0/+13 | |
| |\ | ||||||
| | * | Support for Dataset transposition. Unit-tested. | Luca Beltrame | 2010-11-11 | 1 | -0/+13 | |
| | | | ||||||
| * | | Spacing fixes. | Kenneth Reitz | 2010-11-09 | 1 | -4/+6 | |
| |/ | ||||||
| * | Updated Callable Columns support. | Kenneth Reitz | 2010-11-04 | 1 | -22/+7 | |
| | | ||||||
