| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix test_unicode_appendfix/unicode_append | Iuri de Silvio | 2014-04-19 | 2 | -4/+8 |
| | | |||||
| * | Use InvalidFileException to fix the test | Eduard Carreras | 2014-01-23 | 1 | -1/+1 |
| | | |||||
| * | Maintain dataset title after sort. | Iuri de Silvio | 2014-01-11 | 1 | -2/+2 |
| | | |||||
| * | don't use ExcelWriter with databook | Thomas Coopman | 2014-01-11 | 1 | -2/+1 |
| | | |||||
| * | Merge pull request #63 from jsdalton/fix_unicode_error_in_html_output | Kenneth Reitz | 2014-01-08 | 2 | -7/+10 |
| |\ | | | | | Fix unicode error in html output | ||||
| | * | Make sure codecs module loaded for all versions of Python | Jim Dalton | 2012-05-10 | 1 | -1/+1 |
| | | | |||||
| | * | Fix UnicodeError in HTML output | Jim Dalton | 2012-05-10 | 2 | -7/+10 |
| | | | | | | | | | | | | | | | | | * 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 #76 from djv/develop | Kenneth Reitz | 2014-01-08 | 3 | -0/+67 |
| |\ \ | | | | | | | xls and xlsx import support | ||||
| | * | | xls and xlsx import support | Daniel Velkov | 2012-06-01 | 3 | -0/+67 |
| | | | | |||||
| * | | | Merge pull request #110 from djrobstep/develop | Kenneth Reitz | 2014-01-08 | 2 | -3/+3 |
| |\ \ \ | | | | | | | | | Fix for a broken YAML test and tsv autodetection | ||||
| | * | | | Fixed tsv auto format detection. | Robert Lechte | 2013-08-28 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Changed yaml dumping to use safe_dump, for consistency with loading. | Robert Lechte | 2013-08-28 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #111 from dec0dedab0de/develop | Kenneth Reitz | 2014-01-08 | 2 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | using readlines() in _tsv.py fixes a small bug. | ||||
| | * | | | | safe_load is not working for book | James Patrick Robinson Jr | 2013-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | yaml.safe_load() was not working for import_book, changed it to use yaml.load() instead. | ||||
| | * | | | | changed split('\r\n') to splitlines() | James Patrick Robinson Jr | 2013-08-27 | 1 | -2/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #119 from iurisilvio/empty_sheet | Kenneth Reitz | 2014-01-08 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | Remove XLSX empty sheet on export_book | ||||
| | * | | | | Remove XLSX empty sheet on export_book | Iuri de Silvio | 2013-09-16 | 1 | -0/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #131 from fusionbox/quotes | Kenneth Reitz | 2014-01-08 | 1 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | remove extraneous quote marks | ||||
| | * | | | | remove extraneous quote marks | Gavin Wahl | 2013-11-13 | 1 | -4/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #129 from lexual/dataset_typo_fix | Kenneth Reitz | 2014-01-08 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | fix misspelling. hundres -> hundreds. | ||||
| | * | | | | fix misspelling. hundres -> hundreds. | lexual | 2013-11-08 | 1 | -2/+2 |
| | |/ / / | |||||
| * | | | | Add pass to json property. | Olle Lundberg | 2013-11-11 | 1 | -0/+1 |
| |/ / / | | | | | | | To conform to the code for the other properties. | ||||
| * | | | Merge pull request #68 from msabramo/python3 | Kenneth Reitz | 2012-11-15 | 12 | -10/+8028 |
| |\ \ \ | | | | | | | | | Improve Python 3 compatibility | ||||
| | * | | | Changes for Python 3 compatibility, including vendorizing xlrd3 | Marc Abramowitz | 2012-05-15 | 12 | -10/+8028 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #81 from weirdcanada/frozen-frame-fix | Kenneth Reitz | 2012-11-15 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | Frozen frame fix | ||||
| | * | | | Fixed Frozen Frame issue in xlsx export | Aaron Levin | 2012-08-01 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Remove __init__ from slots in ExcelFormula.py for Python 3.3 compatibility | Paul Moore | 2012-09-21 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Fix typos. | Bruce Mitchener | 2012-06-08 | 8 | -8/+8 |
| | |/ |/| | |||||
| * | | XLS import_book method implemented. | xando | 2012-05-16 | 1 | -0/+20 |
| | | | |||||
| * | | Generic method import_book (similar to import_set) to import data into ↵ | xando | 2012-05-16 | 2 | -1/+14 |
| |/ | | | | Databook model. | ||||
| * | Databook.add_sheet accepts Dataset subclasses | Kuba Janoszek | 2012-03-13 | 1 | -1/+1 |
| | | |||||
| * | Fix #50 - Catch YAML ScannerError | Jan Brauer | 2012-01-29 | 1 | -1/+2 |
| | | |||||
| * | ref #48. makes Dataset more like a duck with extend() | mellort | 2012-01-28 | 1 | -0/+8 |
| | | |||||
| * | Add detect function in _xls. Update yaml, csv, and tsv detection functions ↵ | VanL | 2012-01-06 | 4 | -5/+25 |
| | | | | | to catch other errors when faced with invalid input. | ||||
| * | Merge pull request #43 from svetlyak40wt/develop | Kenneth Reitz | 2011-12-24 | 1 | -0/+17 |
| |\ | | | | | Render table in Markdown format on unicode(dataset). Closes #41. | ||||
| | * | Render table in Markdown format on unicode(dataset). Closes #41. | Alexander Artemenko | 2011-10-16 | 1 | -0/+17 |
| | | | |||||
| * | | use yaml safe_load (thanks @toastdriven) | Kenneth Reitz | 2011-11-02 | 1 | -3/+3 |
| |/ | |||||
| * | that wasn't right. | Kenneth Reitz | 2011-08-15 | 1 | -1/+1 |
| | | |||||
| * | really need to use testing branches.. | Kenneth Reitz | 2011-08-15 | 1 | -1/+1 |
| | | |||||
| * | I don't remember merging that.. | Kenneth Reitz | 2011-08-15 | 1 | -42/+1 |
| | | |||||
| * | a column w/ no length could work | Kenneth Reitz | 2011-08-11 | 1 | -6/+9 |
| | | |||||
| * | Throwing InvalidDimensions when append_col with header is called but only ↵ | Mike Waldner | 2011-08-10 | 1 | -0/+6 |
| | | | | | | | headers exists Related #33 | ||||
| * | Merge branch 'append_col_docs' of https://github.com/mawaldne/tablib into ↵ | Kenneth Reitz | 2011-08-09 | 1 | -24/+28 |
| |\ | | | | | | | develop | ||||
| | * | Adding documentation changes for append_col | Mike Waldner | 2011-08-09 | 1 | -24/+28 |
| | | | | | | | | | Related #21 | ||||
| * | | Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into develop | Kenneth Reitz | 2011-08-08 | 1 | -2/+6 |
| |\ \ | |||||
| | * | | Replace None with empty string before creating td | Mike Waldner | 2011-08-07 | 1 | -2/+6 |
| | | | | |||||
| * | | | Merge branch 'feature/xls-import' of https://github.com/xdissent/tablib into ↵ | Kenneth Reitz | 2011-07-14 | 15 | -2/+10260 |
| |\ \ \ | |/ / |/| | | | | | develop | ||||
| | * | | Added xls detection. | Greg Thornton | 2011-07-14 | 1 | -0/+8 |
| | | | | |||||
| | * | | Added XLS import support | Greg Thornton | 2011-07-14 | 15 | -2/+10252 |
| | | | | |||||
| * | | | Merge branch 'fix_pickle_bug_2' of https://github.com/cswegger/tablib into ↵ | Kenneth Reitz | 2011-07-14 | 1 | -2/+9 |
| |\ \ \ | | | | | | | | | | | | | develop | ||||
