Age | Commit message (Expand) | Author |
2011-02-18 | Ported tests of bad markup that were lying around the TODO. | Leonard Richardson |
2011-02-18 | By default, Unicode Dammit converts smart quotes to Unicode characters, not X... | Leonard Richardson |
2011-02-18 | OK, that should do it. | 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 | Fixed the test by giving it more data to sniff. | Leonard Richardson |
2011-02-18 | Don't let html5lib set the original encoding to UTF-8 if the input was actual... | Leonard Richardson |
2011-02-18 | Pass the user-specified encoding in to html5lib rather than dropping it on th... | Leonard Richardson |
2011-02-18 | Have the html5lib builder set the sniffed encoding after parsing, rather than... | Leonard Richardson |
2011-02-18 | Added failing encoding conversion tests for html5lib. | Leonard Richardson |
2011-02-18 | Made conversion of markup to Unicode the responsibility of the builder, not t... | Leonard Richardson |
2011-02-18 | Yay, meta tag rewrites now work with html5lib. | Leonard Richardson |
2011-02-18 | Still trying to get html5lib to rewrite the META tag. | Leonard Richardson |
2011-02-18 | Moved the substitution code to the Tag constructor so that we don't have to r... | Leonard Richardson |
2011-02-18 | Clarified wording. | Leonard Richardson |
2011-02-18 | Removed partially ported test that's now completely ported. | Leonard Richardson |
2011-02-18 | Ported the encoding tests, and split them up into logical chunks. The html5li... | Leonard Richardson |
2011-02-18 | Clarified CHANGELOG. | Leonard Richardson |
2011-02-18 | Reminisced in the CHANGELOG. | Leonard Richardson |
2011-02-18 | Fixed the findAll backwards compatibility alias. | Leonard Richardson |
2011-02-18 | Fixed test failures that were masked by the compatibility methods. | Leonard Richardson |
2011-02-18 | Did a bunch more renames--they're listed in the CHANGELOG. | Leonard Richardson |
2011-02-18 | Renamed findAllPrevious to find_all_previous. | Leonard Richardson |
2011-02-18 | Renamed findAllNext to find_all_next. | Leonard Richardson |
2011-02-18 | Renamed findNext to find_next. | Leonard Richardson |
2011-02-18 | Renamed a straggler generator. | Leonard Richardson |
2011-02-18 | Renamed the generators and made them properties. | Leonard Richardson |
2011-02-18 | Renamed recursiveChildGenerator to recursive_children. | Leonard Richardson |
2011-02-18 | Renamed findAll to find_all. | Leonard Richardson |
2011-02-18 | Got rid of _convertEntities altogether (though I'll probably have to introduc... | Leonard Richardson |
2011-02-18 | Removed builder argument from _convertEntities. | Leonard Richardson |
2011-02-18 | Convert all entities to Unicode, don't make it configurable. | Leonard Richardson |
2011-02-18 | Got rid of now-useless builder configuration. | Leonard Richardson |
2011-02-13 | Ported more tests of bad declarations. | Leonard Richardson |
2011-02-13 | Added tests of nonsensical declarations. | Leonard Richardson |
2011-02-13 | Got the doctype tests to work for html5lib. | Leonard Richardson |
2011-02-13 | Got a variety of doctype tests working. | Leonard Richardson |
2011-02-13 | Added tests for namespaced doctypes. | Leonard Richardson |
2011-02-13 | Clarified lxml's behavior w/r/t CDATA sections. | Leonard Richardson |
2011-02-13 | Figured out the deal with CDATA sections in lxml and html5lib, and added comm... | Leonard Richardson |
2011-02-10 | Added some elementary doctype handling. | Leonard Richardson |
2011-02-10 | Commented out annoying print statement. | Leonard Richardson |
2011-02-10 | Added more table tests. | Leonard Richardson |
2011-02-10 | Added tests illustrating the different ways lxml and html5lib handle nested t... | Leonard Richardson |
2011-02-10 | Ported some more tests demonstrating that entities are converted to Unicode c... | Leonard Richardson |
2011-02-10 | Added a test to verify that both lxml and html5lib convert entities to Unicod... | Leonard Richardson |
2011-02-10 | Fixed the ability to encode strings. | Leonard Richardson |
2011-01-30 | Stop pretending that the 'generic' builder test is different from the lxml test. | Leonard Richardson |
2011-01-30 | Stop pretending that the 'generic' builder test is different from the lxml test. | Leonard Richardson |
2011-01-29 | Started keeping a changelog again. | Leonard Richardson |