summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_unicode_appendfix/unicode_appendIuri de Silvio2014-04-193-7/+15
|
* Merge pull request #144 from aleasoluciones/developIuri de Silvio2014-04-141-2/+2
|\ | | | | Remove `extend` from first example to make it simple.
| * Update docsGuillermo Pascual2014-04-081-2/+2
|/
* Merge pull request #137 from gisce/fix_xlsx_detect_testKenneth Reitz2014-01-231-1/+1
|\ | | | | Use InvalidFileException to fix the test
| * Use InvalidFileException to fix the testEduard Carreras2014-01-231-1/+1
|/
* Maintain dataset title after sort.Iuri de Silvio2014-01-112-3/+4
|
* don't use ExcelWriter with databookThomas Coopman2014-01-111-2/+1
|
* Merge pull request #117 from iurisilvio/patch-1Kenneth Reitz2014-01-081-1/+1
|\ | | | | Fix typo: avalable -> available
| * Fix typo: avalable -> availableIuri de Silvio2013-09-151-1/+1
| |
* | Merge pull request #63 from jsdalton/fix_unicode_error_in_html_outputKenneth Reitz2014-01-083-8/+11
|\ \ | | | | | | Fix unicode error in html output
| * | Make sure codecs module loaded for all versions of PythonJim Dalton2012-05-101-1/+1
| | |
| * | Fix UnicodeError in HTML outputJim Dalton2012-05-103-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/developKenneth Reitz2014-01-083-0/+67
|\ \ \ | | | | | | | | xls and xlsx import support
| * | | xls and xlsx import supportDaniel Velkov2012-06-013-0/+67
| | | |
* | | | Merge pull request #110 from djrobstep/developKenneth Reitz2014-01-083-3/+5
|\ \ \ \ | | | | | | | | | | Fix for a broken YAML test and tsv autodetection
| * | | | Fixed tsv auto format detection.Robert Lechte2013-08-282-1/+3
| | | | |
| * | | | Changed yaml dumping to use safe_dump, for consistency with loading.Robert Lechte2013-08-281-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #111 from dec0dedab0de/developKenneth Reitz2014-01-083-4/+5
|\ \ \ \ | | | | | | | | | | using readlines() in _tsv.py fixes a small bug.
| * | | | Removed import of openpyxl all togetherJames Patrick Robinson Jr2013-08-281-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 bookJames Patrick Robinson Jr2013-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | yaml.safe_load() was not working for import_book, changed it to use yaml.load() instead.
| * | | | changed import to reflect vendorized openpyxlJames Patrick Robinson Jr2013-08-281-1/+1
| | | | |
| * | | | put the install back inJames Patrick Robinson Jr2013-08-271-0/+2
| | | | |
| * | | | Merge branch 'master' into developJames Patrick Robinson Jr2013-08-270-0/+0
| |\ \ \ \
| | * | | | skip installKenneth Reitz2012-02-231-1/+0
| | | | | |
| | * | | | travisKenneth Reitz2012-02-231-0/+7
| | | | | |
| * | | | | edited travis to match masterJames Patrick Robinson Jr2013-08-271-1/+0
| | | | | |
| * | | | | changed split('\r\n') to splitlines()James Patrick Robinson Jr2013-08-271-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #116 from kachick/fix-tsv-typoKenneth Reitz2014-01-081-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix some typos in TSV test comment
| * | | | | Fix some typos in TSV test commentKenichi Kamiya2013-08-311-2/+2
| |/ / / /
* | | | | Merge pull request #119 from iurisilvio/empty_sheetKenneth Reitz2014-01-081-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove XLSX empty sheet on export_book
| * | | | | Remove XLSX empty sheet on export_bookIuri de Silvio2013-09-161-0/+1
| |/ / / /
* | | | | Merge pull request #127 from medecau/developKenneth Reitz2014-01-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | test python 3.3
| * | | | | test python 3.3Pedro Rodrigues2013-10-271-1/+1
| | | | | |
* | | | | | Merge pull request #131 from fusionbox/quotesKenneth Reitz2014-01-081-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove extraneous quote marks
| * | | | | | remove extraneous quote marksGavin Wahl2013-11-131-4/+4
| |/ / / / /
* | | | | | Merge pull request #129 from lexual/dataset_typo_fixKenneth Reitz2014-01-081-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix misspelling. hundres -> hundreds.
| * | | | | | fix misspelling. hundres -> hundreds.lexual2013-11-081-2/+2
| |/ / / / /
* | | | | | Merge pull request #135 from overthink/doc-fixesKenneth Reitz2014-01-083-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix funny typo, refs to tablib.org
| * | | | | | Fix funny typo, refs to tablib.orgMark Feeney2013-11-273-4/+4
| |/ / / / /
* | | | | | Merge pull request #130 from lndbrg/patch-1Kenneth Reitz2014-01-081-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add pass to json property.
| * | | | | Add pass to json property.Olle Lundberg2013-11-111-0/+1
|/ / / / / | | | | | | | | | | To conform to the code for the other properties.
* | | | | Merge pull request #98 from pfctdayelise/fixtestsKenneth Reitz2013-10-161-1/+0
|\ \ \ \ \ | |/ / / / |/| | | | Remove wrong/unused import so tests will actually run
| * | | | Remove wrong/unused importBrianna Laugher2013-04-101-1/+0
| | | | |
* | | | | @alexKenneth Reitz2013-08-251-0/+1
| | | | |
* | | | | Merge pull request #109 from alex/patch-1Kenneth Reitz2013-08-251-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | Write the example file reliably in the readme
| * | | | Write the example file reliably in the readmeAlex Gaynor2013-08-251-1/+2
|/ / / / | | | | | | | | The previous way doesn't work on PyPy or Jython, and emits warnings in recent python3s.
* | | | Merge pull request #94 from techniq/patch-1Kenneth Reitz2013-03-061-9/+4
|\ \ \ \ | | | | | | | | | | Update CI docs (Jenkins->Travis)
| * | | | Update CI docs (Jenkins->Travis)Sean Lynch2013-01-201-9/+4
|/ / / /
* | | | Merge pull request #68 from msabramo/python3Kenneth Reitz2012-11-1518-20/+8068
|\ \ \ \ | | | | | | | | | | Improve Python 3 compatibility
| * | | | Add myself to AUTHORSMarc Abramowitz2012-05-151-1/+2
| | | | |