Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-20 | Added an empty-element tag test. | Leonard Richardson | |
2011-02-20 | Tag.is_empty_element is determined dynamically, based on a) whether the ↵ | Leonard Richardson | |
builder used to create the tag had an explicit list of empty-element tags, and b) whether the tag actually contains anything. | |||
2011-02-18 | Made Unicode, Dammit more PEP-8 compliant. | Leonard Richardson | |
2011-02-18 | Made Unicode, Dammit more PEP-8 compliant. | Leonard Richardson | |
2011-02-18 | Made 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-18 | Still trying to get html5lib to rewrite the META tag. | Leonard Richardson | |
2011-02-18 | Moved 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-18 | Got rid of now-useless builder configuration. | Leonard Richardson | |