summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21Renamed .next and .previous to .next_element and .previous_element.Leonard Richardson
2011-05-21Reduced the difference between Python 2's __init__.py and Python 3's ↵Leonard Richardson
__init__.py.
2011-05-21Changed dammit.py to require fewer changes to be Python 3 compatible.Leonard Richardson
2011-05-21Merged in the removal of util.py.Leonard Richardson
2011-05-21got rid of util.py altogether.Leonard Richardson
2011-05-21Got rid of isList utility function.Leonard Richardson
2011-02-28Miscellaneous cleanup.Leonard Richardson
2011-02-28Minor changes.Leonard Richardson
2011-02-28Removed seemingly unneccessary to_encoding method.Leonard Richardson
2011-02-28PEP-8-ified some minor methods.Leonard Richardson
2011-02-28Finished renaming replaceWith to replace_with.Leonard Richardson
2011-02-28Renamed replaceWith to replace_with.Leonard Richardson
2011-02-27Removed unnecessary import.Leonard Richardson
2011-02-27Removed unnecessary import.Leonard Richardson
2011-02-27Added a bunch of tests to verify that BS4 fixes various bugs.Leonard Richardson
2011-02-27Added tests to verify that bug 606662 is fixed.Leonard Richardson
2011-02-27Added a test to verify that bug 369897 is fixed.Leonard Richardson
2011-02-27Added test to verify that bug 403640 is fixed.Leonard Richardson
2011-02-27Changed license to harmonize with html5lib and added COPYING.Leonard Richardson
2011-02-27Changed license to harmonize with html5lib and added COPYING.Leonard Richardson
2011-02-27Prep for an alpha release.Leonard Richardson
2011-02-27Prep for an alpha release.Leonard Richardson
2011-02-27Restored Python 2.5 support.Leonard Richardson
2011-02-27Got rid of __package__; hopefully this is the only thing holding up 2.5 support.Leonard Richardson
2011-02-27Added a tree-builder and tests for the built-in HTMLParser.Leonard Richardson
2011-02-27Noted lack of Python 2.5 support.Leonard Richardson
2011-02-27Added a tree builder for the built-in HTMLParser, and tests.Leonard Richardson
2011-02-27Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson
2011-02-27Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson
2011-02-26Minor late-night tweaks.Leonard Richardson
2011-02-26Updated TODO.Leonard Richardson
2011-02-26Added docstring.Leonard Richardson
2011-02-26Made EntitySubstitution a utility class, not the kind of class you subclass.Leonard Richardson
2011-02-26Made EntitySubstitution a utility class, not the kind of class you subclass.Leonard Richardson
2011-02-26Cleaned up the pretty-print and attribute handling code.Leonard Richardson
2011-02-26The attribute list comes in as a dictionary, so stop turning it into a list ↵Leonard Richardson
for no reason. Saves code and a little time. Sort outgoing attributes so that the tests will run consistently.
2011-02-26Minor cleanup and adding docstrings.Leonard Richardson
2011-02-26Removed the redundant pretty_print argument except for the top level.Leonard Richardson
2011-02-26Cleaned up decodeContents, and removed encodeContents, which isn't used.Leonard Richardson
2011-02-26Refactored the code that makes a string output-ready.Leonard Richardson
2011-02-26Renamed replace_with_html_entities to substitute_html_entities.Leonard Richardson
2011-02-26First stab at HTML entity replacement.Leonard Richardson
2011-02-26Emit an XML declaration when appropriate. I'm not totally happy with this, ↵Leonard Richardson
but it's good enough for now.
2011-02-26Emit an XML declaration when appropriate.Leonard Richardson