summaryrefslogtreecommitdiff
path: root/bs4/builder/_lxml.py
AgeCommit message (Expand)Author
2012-03-24Pass data into XMLParser.feed() in chunks. [bug=963880]Leonard Richardson
2012-02-28Fixed the generated XML declaration.Leonard Richardson
2012-02-23Fixed handling of the closing of namespaced tags.Leonard Richardson
2012-02-23Merge from trunk and added tests.Leonard Richardson
2012-02-22Added comments.Leonard Richardson
2012-02-22Treat a new namespace mapping as a set of attributes on the tag that defines ...Leonard Richardson
2012-02-21Have lxml invert namespace maps as they come in and set each tag's prefix app...Leonard Richardson
2012-02-21Added nsprefix argument to the tag class.Leonard Richardson
2012-02-16It's a start, at least.Leonard Richardson
2012-02-09As a last-ditch attempt to turn data into Unicode, use errors=replace instead...Leonard Richardson
2012-02-09Minor Unicode, Dammit cleanup.Leonard Richardson
2012-02-01LXML's HTML parser is pretty permissive.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-02-27Removed unnecessary import.Leonard Richardson
2011-02-27Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson