summaryrefslogtreecommitdiff
path: root/tablib/packages/markup.py
Commit message (Collapse)AuthorAgeFilesLines
* More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
|
* More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
|
* More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-2/+2
|
* Two 'raise AttributeError' converted to Python 3 -friendly format.Rumpu-Jussi2015-10-271-20/+20
|
* Fix UnicodeError in HTML outputJim Dalton2012-05-101-6/+6
| | | | | | | | * 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.
* 8tabstop? really?Kenneth Reitz2011-02-171-41/+41
|
* wow, that was uglyKenneth Reitz2011-02-171-41/+41
|
* *shutter* making everyone else happyKenneth Reitz2011-02-171-41/+41
|
* Support for HTML (export only). Unit-tested. Depends on the "markup.py"Luca Beltrame2010-11-211-0/+484
package(http://markup.sourceforge.net) which is included in packages/ Notice that the tests now depend on the presence of markup.py.