Age | Commit message (Collapse) | Author |
|
|
|
|
|
AttributeError that happens if you treat a string like a tag.
|
|
stack during tree building, when encountering a closing tag that had
no matching opening tag. [bug=1880420]
|
|
with __name__.
|
|
|
|
|
|
|
|
|
|
BeautifulSoupHTMLParser constructor (used by the html.parser tree
builder) which lets you customize the handling of markup that
contains the same attribute more than once, as in:
<a href="url1" href="url2"> [bug=1878209]
|
|
|
|
'unicode_escape', that encoding is no longer mentioned in the final
XML or HTML document. Instead, encoding information is omitted or
left blank. [bug=1874955]
|
|
|
|
BeautifulSoup constructor which a caller may want to filter out. [bug=1873787]
|
|
Chvátal. [bug=1872279]
|
|
|
|
|
|
|
|
Script tags, which are ignored by methods like get_text(). This
feature is not supported by the html5lib treebuilder. [bug=1868861]
|
|
|
|
|
|
|
|
|
|
non-ASCII characters as markup into Beautiful Soup, on a system that
allows Unicode filenames. [bug=1866717]
|
|
rather than PageElement itself.
|
|
|
|
Darcet.
|
|
|
|
|
|
check whether you've already called decompose() on a Tag or
NavigableString.
|
|
decomposed.[bug=1857767]
|
|
paragraph is being omitted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not uppercase. [bug=1848401]
|
|
|
|
|
|
|
|
Watson. [bug=1847592]
|