summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/builder/html5lib_builder.py
AgeCommit message (Collapse)Author
2023-01-25Removed very copy of the code that was imported as part of the bzr import ↵Leonard Richardson
but not removed.
2011-01-03Brought in a treebuilder from html5lib and got it to work.Leonard Richardson
2010-12-29Refactored the code that turns HTML fragments into parser-specific documents ↵Leonard Richardson
for test purposes.
2010-12-28Moved SAXTreeBuilder into the file with the rest of the generic builders.Leonard Richardson
2010-12-28Added the html5lib builder.Leonard Richardson