Age | Commit message (Expand) | Author |
2023-01-25 | Removed very old tests that were imported as part of the bzr import but not r... | Leonard Richardson |
2011-05-21 | OK, figured that out. | Leonard Richardson |
2011-05-21 | Test that mixed-case tags are folded to lowercase. | Leonard Richardson |
2011-05-21 | Deprecated has_key in favor of has_attr. | Leonard Richardson |
2011-05-21 | Renamed .next and .previous to .next_element and .previous_element. | Leonard Richardson |
2011-05-21 | Changed dammit.py to require fewer changes to be Python 3 compatible. | Leonard Richardson |
2011-03-06 | A big patch from Aaron that brings in features from 3.0.8 and makes the code ... | Leonard Richardson |
2011-03-05 | PEP8ifying | Aaron DeVore |
2011-03-05 | Modify attributes and implementation to always use underscore_names | Aaron DeVore |
2011-03-05 | Add 3.0.7a -> 3.0.8 changes, plus some tweaks | Aaron DeVore |
2011-02-28 | Renamed replaceWith to replace_with. | Leonard Richardson |
2011-02-27 | Added tests to verify that bug 606662 is fixed. | Leonard Richardson |
2011-02-27 | Added a test to verify that bug 369897 is fixed. | Leonard Richardson |
2011-02-27 | Added test to verify that bug 403640 is fixed. | Leonard Richardson |
2011-02-27 | Added a tree builder for the built-in HTMLParser, and tests. | Leonard Richardson |
2011-02-27 | Renamed the beautifulsoup module to bs4 to save typing. | Leonard Richardson |
2011-02-26 | Made EntitySubstitution a utility class, not the kind of class you subclass. | Leonard Richardson |
2011-02-26 | The attribute list comes in as a dictionary, so stop turning it into a list f... | Leonard Richardson |
2011-02-26 | Renamed replace_with_html_entities to substitute_html_entities. | Leonard Richardson |
2011-02-26 | First stab at HTML entity replacement. | Leonard Richardson |
2011-02-26 | Emit an XML declaration when appropriate. | Leonard Richardson |
2011-02-22 | Solved the question of how to decide between ' (XML) and &squot; (HTML) ... | Leonard Richardson |
2011-02-22 | Don't turn " into " except in attribute values. | Leonard Richardson |
2011-02-21 | Created an EntitySubstitution class that's going to take code away from Unico... | Leonard Richardson |
2011-02-20 | Fixed bug in the BS constructor lookup, and added the test file I've been wor... | Leonard Richardson |
2011-02-20 | Renamed the registry variable to builder_registry. | Leonard Richardson |
2011-02-20 | Started using the builder registry. | Leonard Richardson |
2011-02-20 | Renamed constructor arguments to comply with PEP 8. | 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 | 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 | 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 | Pass the user-specified encoding in to html5lib rather than dropping it on th... | Leonard Richardson |