summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2012-02-08Moved around a bunch of metadata.Leonard Richardson
2012-02-07Newly created tags use the same empty-element rules as the builder used to ↵Leonard Richardson
originally create the soup.
2012-02-07Added and tested insert_before and insert_after.Leonard Richardson
2012-02-07It's OK for a tag to contain another, identical tag, just not for it to ↵Leonard Richardson
contain itself.
2012-02-07Added note on html5lib problem.Leonard Richardson
2012-02-06Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major ↵Leonard Richardson
HTMLParser bugs.
2012-02-01LXML's HTML parser is pretty permissive.Leonard Richardson
2012-02-01Cleaned up the TODO.Leonard Richardson
2012-02-01Committed minor changes made while writing docs.Leonard Richardson
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