summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2011-03-06A big patch from Aaron that brings in features from 3.0.8 and makes the code ↵Leonard Richardson
more PEP-8 compliant.
2011-02-28PEP-8-ified some minor methods.Leonard Richardson
2011-02-28Renamed replaceWith to replace_with.Leonard Richardson
2011-02-27Got rid of __package__; hopefully this is the only thing holding up 2.5 support.Leonard Richardson
2011-02-27Noted lack of Python 2.5 support.Leonard Richardson
2011-02-26Updated TODO.Leonard Richardson
2011-02-18Moved in the last of the tests from TODO.Leonard Richardson
2011-02-18Ported tests of bad markup that were lying around the TODO.Leonard Richardson
2011-02-18By default, Unicode Dammit converts smart quotes to Unicode characters, not ↵Leonard Richardson
XML entities.
2011-02-13Figured out the deal with CDATA sections in lxml and html5lib, and added ↵Leonard Richardson
comments and tests.
2011-02-10Ported some more tests demonstrating that entities are converted to Unicode ↵Leonard Richardson
characters on the way in.
2011-01-28Made .string a dynamic property.Leonard Richardson
2011-01-28Moved everything into the top-level directory and got rid of buildout.Leonard Richardson
2011-01-03Brought in a treebuilder from html5lib and got it to work.Leonard Richardson
2009-04-10First attempt at an import.Leonard Richardson
2009-03-13Initial (manual) import.Leonard Richardson