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]
|
|
keyword argument. [bug=1037624]
|
|
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]
|
|
|
|
|
|
formatter. [bug=988905]
|
|
|
|
%SOUP-ENCODING%).
|
|
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]
|
|
|
|
|
|
|
|
into print() under Python 3.
|
|
|
|
|
|
|
|
html.parser treebuilder.
|
|
|
|
html.parser.
|
|
|
|
generating a space before the slash that closes an empty-element tag.
|
|
list, even if there's only one value.
|
|
|
|
text and tag-specific arguments. [bug=695312]
|
|
|
|
string. [bug=728697]
|
|
|
|
match jQuery.
|
|
|
|
originally create the soup.
|
|
|
|
insert() works.
|
|
|
|
|
|
replace operations return the thing that was replaced.
|
|
|
|
|
|
|
|
|
|
|
|
doesn't seem to have Python 3 support yet.)
|
|
|
|
|