| 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 | 4 | -31/+121 |
| | | | | | | | methods and overloaded `import_set` and `import_book` functions. | ||||
| * | ALL | Kenneth Reitz | 2014-05-27 | 1 | -0/+1 |
| | | |||||
| * | v0.10.0 history | Kenneth Reitz | 2014-05-27 | 1 | -1/+2 |
| | | |||||
| * | makefile for WHEELS | Kenneth Reitz | 2014-05-27 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'develop' | Kenneth Reitz | 2014-05-27 | 55 | -167/+19144 |
| |\ | |||||
| | * | .orgv0.10.0 | Kenneth Reitz | 2014-05-27 | 1 | -1/+1 |
| | | | |||||
| | * | 3.3, 3.4 | Kenneth Reitz | 2014-05-27 | 1 | -0/+2 |
| | | | |||||
| | * | WHEELS | Kenneth Reitz | 2014-05-27 | 1 | -0/+2 |
| | | | |||||
| | * | v0.10.0 | Kenneth Reitz | 2014-05-27 | 1 | -4/+4 |
| | | | |||||
| | * | CORE CONTRIBUTORS | Kenneth Reitz | 2014-05-27 | 1 | -1/+6 |
| | | | | | | | | | :cake: @iurisilvio | ||||
| | * | Merge pull request #150 from brad/csv-newlines | Iuri de Silvio | 2014-05-02 | 2 | -2/+18 |
| | |\ | | | | | | | Allow csv fields to have multiple lines. | ||||
| | | * | allow csv fields to have multiple lines | Brad Pitcher | 2014-05-01 | 2 | -2/+18 |
| | |/ | |||||
| | * | Merge pull request #149 from brad/tests_fix | Iuri de Silvio | 2014-05-01 | 1 | -2/+3 |
| | |\ | | | | | | | Load json to dict to workaround random dictionary hashes. Fix #147 | ||||
| | | * | load json to dict to workaround random dictionary hashes | Brad Pitcher | 2014-04-30 | 1 | -2/+3 |
| | |/ | |||||
| | * | Add NOTICE and tests files to manifest | Iuri de Silvio | 2014-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | Tests are code. The NOTICE file is about third-party licenses and are important too. | ||||
| | * | Add travis badge to readme | Iuri de Silvio | 2014-04-23 | 1 | -0/+3 |
| | | | |||||
| | * | Fix DeprecationWarnings: assertEquals -> assertEqual | Iuri de Silvio | 2014-04-19 | 1 | -3/+3 |
| | | | |||||
| | * | Add py33 to travis matrix | Iuri de Silvio | 2014-04-19 | 1 | -0/+1 |
| | | | |||||
| | * | Exit with error when `python setup.py test` fails | Iuri de Silvio | 2014-04-19 | 1 | -2/+2 |
| | | | |||||
| | * | Merge pull request #146 from kennethreitz/fix/unicode_append | Iuri de Silvio | 2014-04-19 | 3 | -7/+15 |
| | |\ | | | | | | | Fix test_unicode_append | ||||
| | | * | Fix test_unicode_appendfix/unicode_append | Iuri de Silvio | 2014-04-19 | 3 | -7/+15 |
| | | | | |||||
| | * | | Merge pull request #141 from fcurella/develop | Iuri de Silvio | 2014-04-19 | 1 | -0/+1 |
| | |\ \ | | |/ | |/| | added missing yaml3 module to setup.py | ||||
| | | * | added missing package to setup.py | Flavio Curella | 2014-03-10 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge pull request #144 from aleasoluciones/develop | Iuri de Silvio | 2014-04-14 | 1 | -2/+2 |
| | |\ \ | | |/ | |/| | Remove `extend` from first example to make it simple. | ||||
| | | * | Update docs | Guillermo Pascual | 2014-04-08 | 1 | -2/+2 |
| | |/ | |||||
| | * | Merge pull request #137 from gisce/fix_xlsx_detect_test | Kenneth Reitz | 2014-01-23 | 1 | -1/+1 |
| | |\ | | | | | | | Use InvalidFileException to fix the test | ||||
| | | * | 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 | 2 | -3/+4 |
| | | | |||||
| | * | don't use ExcelWriter with databook | Thomas Coopman | 2014-01-11 | 1 | -2/+1 |
| | | | |||||
| | * | Merge pull request #117 from iurisilvio/patch-1 | Kenneth Reitz | 2014-01-08 | 1 | -1/+1 |
| | |\ | | | | | | | Fix typo: avalable -> available | ||||
| | | * | Fix typo: avalable -> available | Iuri de Silvio | 2013-09-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #63 from jsdalton/fix_unicode_error_in_html_output | Kenneth Reitz | 2014-01-08 | 3 | -8/+11 |
| | |\ \ | | | | | | | | | 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 | 3 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 3 | -3/+5 |
| | |\ \ \ \ | | | | | | | | | | | | | Fix for a broken YAML test and tsv autodetection | ||||
| | | * | | | | Fixed tsv auto format detection. | Robert Lechte | 2013-08-28 | 2 | -1/+3 |
| | | | | | | | |||||
| | | * | | | | 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 | 3 | -4/+5 |
| | |\ \ \ \ | | | | | | | | | | | | | using readlines() in _tsv.py fixes a small bug. | ||||
| | | * | | | | Removed import of openpyxl all together | James Patrick Robinson Jr | 2013-08-28 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not needed for any of these tests, but if it were we would need to check for the python version to import the right one. | ||||
| | | * | | | | 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 import to reflect vendorized openpyxl | James Patrick Robinson Jr | 2013-08-28 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | put the install back in | James Patrick Robinson Jr | 2013-08-27 | 1 | -0/+2 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'master' into develop | James Patrick Robinson Jr | 2013-08-27 | 0 | -0/+0 |
| | | |\ \ \ \ | |||||
| | | * | | | | | edited travis to match master | James Patrick Robinson Jr | 2013-08-27 | 1 | -1/+0 |
| | | | | | | | | |||||
| | | * | | | | | changed split('\r\n') to splitlines() | James Patrick Robinson Jr | 2013-08-27 | 1 | -2/+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 |
| | | |/ / / / | |||||
| | * | | | | | Merge pull request #119 from iurisilvio/empty_sheet | Kenneth Reitz | 2014-01-08 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Remove XLSX empty sheet on export_book | ||||
