| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New import/export interface with dataset and databook `import_` and `export` ↵import_export | Iuri de Silvio | 2015-04-05 | 1 | -0/+25 |
| | | | | | | | methods and overloaded `import_set` and `import_book` functions. | ||||
| * | allow csv fields to have multiple lines | Brad Pitcher | 2014-05-01 | 1 | -0/+16 |
| | | |||||
| * | load json to dict to workaround random dictionary hashes | Brad Pitcher | 2014-04-30 | 1 | -2/+3 |
| | | |||||
| * | Fix DeprecationWarnings: assertEquals -> assertEqual | Iuri de Silvio | 2014-04-19 | 1 | -3/+3 |
| | | |||||
| * | Fix test_unicode_appendfix/unicode_append | Iuri de Silvio | 2014-04-19 | 1 | -3/+7 |
| | | |||||
| * | Maintain dataset title after sort. | Iuri de Silvio | 2014-01-11 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #63 from jsdalton/fix_unicode_error_in_html_output | Kenneth Reitz | 2014-01-08 | 1 | -1/+1 |
| |\ | | | | | Fix unicode error in html output | ||||
| | * | Fix UnicodeError in HTML output | Jim Dalton | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Alter `test_unicode_append` so that actual unicode characters outside the ASCII bytestring range are tested. * Make sure output of `render` in markup.py is unicode * Add wrapper around output of `export_set` in _html.py so that unicode characters are output. | ||||
| * | | Merge pull request #110 from djrobstep/develop | Kenneth Reitz | 2014-01-08 | 1 | -0/+2 |
| |\ \ | | | | | | | Fix for a broken YAML test and tsv autodetection | ||||
| | * | | Fixed tsv auto format detection. | Robert Lechte | 2013-08-28 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge pull request #116 from kachick/fix-tsv-typo | Kenneth Reitz | 2014-01-08 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | Fix some typos in TSV test comment | ||||
| | * | | | 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 |
| | | |||||
