summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-18Added tests for META tag rewriting and encoding smoke tests.Leonard Richardson
2011-02-18Clarified wording.Leonard Richardson
2011-02-18Removed partially ported test that's now completely ported.Leonard Richardson
2011-02-18Ported the encoding tests, and split them up into logical chunks. The ↵Leonard Richardson
html5lib writer isn't setting up the charset substitution.
2011-02-18Renamed all the search methods to conform with PEP 8.Leonard Richardson
2011-02-18Clarified CHANGELOG.Leonard Richardson
2011-02-18Reminisced in the CHANGELOG.Leonard Richardson
2011-02-18Fixed the findAll backwards compatibility alias.Leonard Richardson
2011-02-18Fixed test failures that were masked by the compatibility methods.Leonard Richardson
2011-02-18Did a bunch more renames--they're listed in the CHANGELOG.Leonard Richardson
2011-02-18Renamed findAllPrevious to find_all_previous.Leonard Richardson
2011-02-18Renamed findAllNext to find_all_next.Leonard Richardson
2011-02-18Renamed findNext to find_next.Leonard Richardson
2011-02-18Renamed a straggler generator.Leonard Richardson
2011-02-18Renamed the generators and made them properties.Leonard Richardson
2011-02-18Renamed recursiveChildGenerator to recursive_children.Leonard Richardson
2011-02-18Renamed findAll to find_all.Leonard Richardson
2011-02-18Got rid of _convertEntities altogether (though I'll probably have to ↵Leonard Richardson
introduce a method that does the opposite.)
2011-02-18Removed builder argument from _convertEntities.Leonard Richardson
2011-02-18Convert all entities to Unicode, don't make it configurable.Leonard Richardson
2011-02-18Got rid of now-useless builder configuration.Leonard Richardson
2011-02-13Ported more tests of bad declarations.Leonard Richardson
2011-02-13Ported more tests of bad declarations.Leonard Richardson
2011-02-13Fixed handling of doctypes and added tests for nonsensical declarations.Leonard Richardson
2011-02-13Added tests of nonsensical declarations.Leonard Richardson
2011-02-13Got the doctype tests to work for html5lib.Leonard Richardson
2011-02-13Got a variety of doctype tests working.Leonard Richardson
2011-02-13Added tests for namespaced doctypes.Leonard Richardson
2011-02-13Clarified lxml's behavior w/r/t CDATA sections.Leonard Richardson
2011-02-13Figured out the deal with CDATA sections in lxml and html5lib, and added ↵Leonard Richardson
comments and tests.
2011-02-13Figured out the deal with CDATA sections in lxml and html5lib, and added ↵Leonard Richardson
comments and tests.
2011-02-11Ported some more tests, fixed an encoding problem, and added rudimentary ↵Leonard Richardson
doctype handling.
2011-02-10Added some elementary doctype handling.Leonard Richardson
2011-02-10Commented out annoying print statement.Leonard Richardson
2011-02-10Added more table tests.Leonard Richardson
2011-02-10Added tests illustrating the different ways lxml and html5lib handle nested ↵Leonard Richardson
tables.
2011-02-10Ported some more tests demonstrating that entities are converted to Unicode ↵Leonard Richardson
characters on the way in.
2011-02-10Added a test to verify that both lxml and html5lib convert entities to ↵Leonard Richardson
Unicode characters during parsing.
2011-02-10Fixed the ability to encode strings.Leonard Richardson
2011-01-30Stop pretending that the 'generic' builder test is different from the lxml test.Leonard Richardson
2011-01-30Stop pretending that the 'generic' builder test is different from the lxml test.Leonard Richardson
2011-01-29Started keeping a changelog again.Leonard Richardson
2011-01-29Ported even more tests.Leonard Richardson
2011-01-28Ported the persistence tests.Leonard Richardson
2011-01-28Added tests for <textarea> and <script> tags that contain HTML.Leonard Richardson
2011-01-28Made .string a dynamic property.Leonard Richardson
2011-01-28Made .string a dynamic property.Leonard Richardson
2011-01-28Removed buildout and made tests work using 'unit2 discover'.Leonard Richardson
2011-01-28Refactored enough to get all of the tests to pass with test discovery, even ↵Leonard Richardson
though there are still some underlying problems.
2011-01-28Added test runner script.Leonard Richardson