summaryrefslogtreecommitdiff
path: root/beautifulsoup/builder/html5lib_builder.py
AgeCommit message (Expand)Author
2011-02-20Discovered that html5lib can't be made to support SoupStrainers, and changed ...Leonard Richardson
2011-02-18Made Unicode, Dammit more PEP-8 compliant.Leonard Richardson
2011-02-18Don't let html5lib set the original encoding to UTF-8 if the input was actual...Leonard Richardson
2011-02-18Pass the user-specified encoding in to html5lib rather than dropping it on th...Leonard Richardson
2011-02-18Have the html5lib builder set the sniffed encoding after parsing, rather than...Leonard Richardson
2011-02-18Yay, meta tag rewrites now work with html5lib.Leonard Richardson
2011-02-13Got the doctype tests to work for html5lib.Leonard Richardson