summaryrefslogtreecommitdiff
path: root/tablib/formats/_html.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced tabs with whitespacesMarco Dalla G2015-10-071-26/+26
* Fix test_unicode_appendfix/unicode_appendIuri de Silvio2014-04-191-3/+3
* Merge pull request #63 from jsdalton/fix_unicode_error_in_html_outputKenneth Reitz2014-01-081-1/+4
|\
| * Make sure codecs module loaded for all versions of PythonJim Dalton2012-05-101-1/+1
| * Fix UnicodeError in HTML outputJim Dalton2012-05-101-1/+4
* | Fix typos.Bruce Mitchener2012-06-081-1/+1
|/
* Replace None with empty string before creating tdMike Waldner2011-08-071-2/+6
* 2.5 compatible version checkingKenneth Reitz2011-03-231-1/+1
* Same codebase for 2.x and 3.x!Kenneth Reitz2011-03-231-1/+2
* autoload 3 modules if using 3Kenneth Reitz2011-03-231-1/+7
* 2to3!Kenneth Reitz2011-03-231-1/+1
* Export HTML for Databooks.Kenneth Reitz2010-11-211-0/+16
* small changes to html outputKenneth Reitz2010-11-211-3/+2
* Import path fix.Kenneth Reitz2010-11-211-1/+1
* Support for HTML (export only). Unit-tested. Depends on the "markup.py"Luca Beltrame2010-11-211-0/+38