summaryrefslogtreecommitdiff
path: root/beautifulsoup/__init__.py
AgeCommit message (Collapse)Author
2011-02-18Made conversion of markup to Unicode the responsibility of the builder, not ↵Leonard Richardson
the BeautifulSoup class itself. lxml uses Unicode, Dammit; html5lib uses its internal algorithms.
2011-02-18Moved the substitution code to the Tag constructor so that we don't have to ↵Leonard Richardson
rely on handle_starttag to trigger it.
2011-02-18Convert all entities to Unicode, don't make it configurable.Leonard Richardson
2011-02-13Added tests for namespaced doctypes.Leonard Richardson
2011-01-28Made .string a dynamic property.Leonard Richardson
2011-01-28Moved the code back into a beautifulsoup/ directory.Leonard Richardson