summaryrefslogtreecommitdiff
path: root/bs4/doc/source
AgeCommit message (Collapse)Author
2012-02-16By default, turn unrecognized characters into numeric XML entity refs.Leonard Richardson
2012-02-16Issue a warning if characters were replaced with REPLACEMENT CHARACTER ↵Leonard Richardson
during Unicode conversion.
2012-02-16Prep for release.Leonard Richardson
2012-02-15Better defined behavior when the user wants to search for a combination of ↵Leonard Richardson
text and tag-specific arguments. [bug=695312]
2012-02-09Corrected documentation.Leonard Richardson
2012-02-09As a last-ditch attempt to turn data into Unicode, use errors=replace ↵Leonard Richardson
instead of errors=strict.
2012-02-08Rationalized the treatment of multi-valued HTML attributes such as 'class'Leonard Richardson
2012-02-08Minor doc updates.Leonard Richardson
2012-02-08Minor doc updates.Leonard Richardson
2012-02-08Corrected the version of Python 2.7 that's got the magic HTMLParser.Leonard Richardson
2012-02-08Switched around the implementation of insert_before and insert_after to ↵Leonard Richardson
match jQuery.
2012-02-08Renamed move_* back to insert_*Leonard Richardson
2012-02-07Package the docs with the code.Leonard Richardson