Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-21 | Created an EntitySubstitution class that's going to take code away from ↵ | Leonard Richardson | |
UnicodeDammit, Entities, and BeautifulSoup. | |||
2011-02-20 | Renamed constructor arguments to comply with PEP 8. | Leonard Richardson | |
2011-02-18 | By default, Unicode Dammit converts smart quotes to Unicode characters, not ↵ | Leonard Richardson | |
XML entities. | |||
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. |