Age | Commit message (Expand) | Author |
2011-02-20 | Tree builders now advertise their features. | Leonard Richardson |
2011-02-20 | Started work on a tagging system that should make it easy to find a tree buil... | Leonard Richardson |
2011-02-20 | Simplified the builder registration. | Leonard Richardson |
2011-02-20 | Greatly simplified the module import code by making it take a module, not a m... | Leonard Richardson |
2011-02-20 | Fixed up the code to register builders from a module. | Leonard Richardson |
2011-02-20 | Use registration code to register builders. The registration code will be exp... | Leonard Richardson |
2011-02-20 | Discovered that html5lib can't be made to support SoupStrainers, and changed ... | Leonard Richardson |
2011-02-20 | Removed extraneous newlines. | Leonard Richardson |
2011-02-20 | Since we can't parse in CData objects ATM, added a test for CData objects cre... | Leonard Richardson |
2011-02-20 | Made the XML treebuilder able to handle basic invalid XML. | Leonard Richardson |
2011-02-20 | Added a test showing weird behavior when you .insert contents into an empty-e... | Leonard Richardson |
2011-02-20 | Refactored some empty-element tests and added more. | Leonard Richardson |
2011-02-20 | Test that empty-element tags that get children stop being empty-element tags. | Leonard Richardson |
2011-02-20 | Added tests of custom lists of empty-element tags. | Leonard Richardson |
2011-02-20 | Added an empty-element tag test. | Leonard Richardson |
2011-02-20 | Tag.is_empty_element is determined dynamically, based on a) whether the build... | Leonard Richardson |
2011-02-20 | Why is the test failing? Because I'm asserting the wrong thing. | Leonard Richardson |
2011-02-19 | Hacked in something to get lxml's behavior where any empty tag is treated as ... | Leonard Richardson |
2011-02-19 | Made it easier to pass a custom lxml parser object into the treebuilder. | Leonard Richardson |
2011-02-19 | Oh, good, html5lib correctly handles literals in <textarea> tags. | Leonard Richardson |
2011-02-19 | Set up an lxml parser that only parses XML, though it's not very functional yet. | Leonard Richardson |
2011-02-18 | Moved in the last of the tests from TODO. | Leonard Richardson |
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 |