Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
whether a string is nothing but ASCII spaces.
|
|
|
|
a URL or the name of a file on disk (a common beginner mistake).
|
|
|
|
that's too big an API change for a bugfix release.
|
|
|
|
value is always None. This makes it easier to iterate over a mixed
list of tags and strings without having to check whether each
element is a tag or a string.
|
|
the .next_element navigation attribute. Renamed the former to _most_recent_element.
|
|
NavigableString. [bug=1181986]
|
|
|
|
|
|
|
|
|
|
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]
|
|
|
|
|
|
[bug=1020268]
|
|
|
|
|
|
|
|
BS under Python 3.
|
|
|
|
|
|
|
|
|
|
deprecated wrapper around BeautifulSoup.
|
|
|
|
|
|
|
|
|
|
appropriately.
|
|
|
|
|
|
html.parser treebuilder.
|
|
|
|
|
|
|
|
instead of errors=strict.
|
|
|
|
originally create the soup.
|
|
|
|
|
|
|
|
replace operations return the thing that was replaced.
|
|
|
|
|
|
|