Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
'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]
|
|
|
|
Script tags, which are ignored by methods like get_text(). This
feature is not supported by the html5lib treebuilder. [bug=1868861]
|
|
|
|
|
|
|
|
check whether you've already called decompose() on a Tag or
NavigableString.
|
|
paragraph is being omitted.
|
|
|
|
|
|
not uppercase. [bug=1848401]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html.parser.
|
|
|
|
|
|
|
|
|
|
|
|
it's facing the end-user and that's a more easily understandable name.
|
|
down. Replaced it with a Wayback Machine link. [bug=1833873]
|
|
transition. [bug=1831151]
|
|
|
|
|
|
This makes select() work most of the time without requiring a value for 'namespaces'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getting the value of an attribute, but which joins attribute
multi-values into a single string value. [bug=1678589]
|
|
|
|
[bug=1639580]
|
|
single-valued attribute. [bug=1631743]
|
|
by James Lu.
|
|
|
|
Earlier, someone asked about a Python 3 program not working because the docs told them to install python-bs4, when in reality, python3-bs4 should've been used instead. This hopefully clears up the different package names and commands that should be used by Python 3 users.
|
|
|
|
|
|
|