summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/builder/lxml_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.
2010-12-29Refactored the code that turns HTML fragments into parser-specific documents ↵Leonard Richardson
for test purposes.
2010-12-28Removed the HTMLParser tree builder to give me some room to maneuver.Leonard Richardson
2010-12-26Got lxml test suite to work.Leonard Richardson
2009-04-10Added a simple compatibility test suite for tree builders.Leonard Richardson