summaryrefslogtreecommitdiff
path: root/tests/test_soup.py
AgeCommit message (Expand)Author
2011-05-21Changed dammit.py to require fewer changes to be Python 3 compatible.Leonard Richardson
2011-02-27Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson
2011-02-26Made EntitySubstitution a utility class, not the kind of class you subclass.Leonard Richardson
2011-02-22Solved the question of how to decide between ' (XML) and &squot; (HTML) ...Leonard Richardson
2011-02-22Don't turn " into " except in attribute values.Leonard Richardson
2011-02-21Created an EntitySubstitution class that's going to take code away from Unico...Leonard Richardson
2011-02-20Renamed constructor arguments to comply with PEP 8.Leonard Richardson
2011-02-18By default, Unicode Dammit converts smart quotes to Unicode characters, not X...Leonard Richardson
2011-02-18Made Unicode, Dammit more PEP-8 compliant.Leonard Richardson
2011-02-18Made Unicode, Dammit more PEP-8 compliant.Leonard Richardson
2011-02-18Made conversion of markup to Unicode the responsibility of the builder, not t...Leonard Richardson