summaryrefslogtreecommitdiff
path: root/beautifulsoup/element.py
AgeCommit message (Expand)Author
2011-02-18Still trying to get html5lib to rewrite the META tag.Leonard Richardson
2011-02-18Moved the substitution code to the Tag constructor so that we don't have to r...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 introduc...Leonard Richardson
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-13Added tests for namespaced doctypes.Leonard Richardson
2011-02-10Added some elementary doctype handling.Leonard Richardson
2011-02-10Fixed the ability to encode strings.Leonard Richardson
2011-01-28Made .string a dynamic property.Leonard Richardson
2011-01-28Moved the code back into a beautifulsoup/ directory.Leonard Richardson