Age | Commit message (Collapse) | Author |
|
|
|
|
|
parser or parser feature is not installed. Raise NotImplementedError
instead of ValueError when the user calls insert_before() or
insert_after() on the BeautifulSoup object itself. Patch by Aaron
Devore. [bug=1038301]
|
|
|
|
|
|
non-ASCII characters.
|
|
keyword argument. [bug=1037624]
|
|
|
|
instead of chardet. It's much faster. [bug=1020748]
|
|
characters were replaced with REPLACEMENT CHARACTER. [bug=1013862]
|
|
values. [bug=1003974]
This caused a major refactoring of the search code. All the tests
pass, but it's possible that some searches will behave differently.
|
|
|
|
into a tag it's already inside, and replacing one of a tag's
children with another. [bug=997529]
|
|
attributes to a tag that didn't originally have any. [bug=1002378] Thanks to Oliver Beattie for the patch.
|
|
|
|
UTF-8 documents.
|
|
|
|
|
|
encoded in UTF-16LE. [bug=988980]
|
|
formatter. [bug=988905]
|
|
|
|
%SOUP-ENCODING%).
|
|
ending with two question marks instead of one. [bug=984258]
|
|
|
|
Previously they were always run through the 'minimal' formatter. [bug=980237]
|
|
tree instead of copying it. [bug=983050]
|
|
|
|
'text' specified an exact string match. [bug=955942]
|
|
|
|
wrong arguments. [bug=944426]
|
|
deprecated wrapper around BeautifulSoup.
|
|
|
|
|
|
|
|
into print() under Python 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wouldn't break Beautiful Soup if it changed.
|
|
|
|
html.parser treebuilder.
|
|
|
|
|
|
|