summaryrefslogtreecommitdiff
path: root/beautifulsoup/dammit.py
AgeCommit message (Expand)Author
2011-02-26Added docstring.Leonard Richardson
2011-02-26Made EntitySubstitution a utility class, not the kind of class you subclass.Leonard Richardson
2011-02-26First stab at HTML entity replacement.Leonard Richardson
2011-02-22Fixed comment.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-21Removed useless code.Leonard Richardson
2011-02-21Minor cleanup.Leonard Richardson
2011-02-21Switched Tag.decode to use EntitySubstitution.substitute_xml.Leonard Richardson
2011-02-21Created an EntitySubstitution class that's going to take code away from Unico...Leonard Richardson
2011-02-18By default, Unicode Dammit converts smart quotes to Unicode characters, not X...Leonard Richardson
2011-02-18OK, that should do it.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-18Fixed the test by giving it more data to sniff.Leonard Richardson
2011-01-28Moved the code back into a beautifulsoup/ directory.Leonard Richardson