summaryrefslogtreecommitdiff
path: root/creole/html_parser/parser.py
Commit message (Expand)AuthorAgeFilesLines
* starting Python v3 support (like http://python3porting.com/noconv.html strategy)JensDiemer2011-10-041-39/+40
* Used a patched version of HTMLParser with patch from: http://bugs.python.org/...JensDiemer2011-10-041-9/+25
* Bugfix in html parser if list tag has attributes: https://code.google.com/p/p...JensDiemer2011-09-141-1/+1
* use from __future__ import division, absolute_importJensDiemer2011-08-121-0/+1
* v0.6 - *NEW*: html2textile converter (not completed and some API changed!)JensDiemer2011-06-061-0/+289