summaryrefslogtreecommitdiff
path: root/bs4/builder/_htmlparser.py
AgeCommit message (Collapse)Author
2012-01-20Made it easier to convert BS3 code to BS4.Leonard Richardson
2012-01-20Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which ↵Leonard Richardson
doesn't seem to have Python 3 support yet.)
2011-02-27Added a tree builder for the built-in HTMLParser, and tests.Leonard Richardson