Age | Commit message (Expand) | Author |
---|---|---|
2011-02-27 | Renamed the beautifulsoup module to bs4 to save typing. | Leonard Richardson |
2011-02-26 | Made EntitySubstitution a utility class, not the kind of class you subclass. | Leonard Richardson |
2011-02-22 | Solved the question of how to decide between ' (XML) and &squot; (HTML) ... | Leonard Richardson |
2011-02-22 | Don't turn " into " except in attribute values. | Leonard Richardson |
2011-02-21 | Created an EntitySubstitution class that's going to take code away from Unico... | Leonard Richardson |
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 X... | Leonard Richardson |
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 t... | Leonard Richardson |