Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
only operate on tags. Verify that select() and filter() return ResultSets.
|
|
|
|
|
|
|
|
|
|
|
|
libraries are not installed.
|
|
it more clear. [bug=1970767]
|
|
|
|
the relevant methods.
|
|
|
|
stacklevel associated with the warning is more or less correct.
|
|
for the warning issued when the deprecated 'text' argument is passed in.
|
|
now that the minimum supported Python version is 3.6.
|
|
improving the usefulness of the message. [bug=1978744]
|
|
copied. [bug=1990400]
|
|
|
|
|
|
|
|
but not removed.
|
|
but not removed.
|
|
|
|
but not removed.
|
|
value. [bug=1992693]
|
|
same way as passing the Tag itself.
|
|
removed.
|
|
|
|
|
|
charset_normalizer is. [bug=1973072]
|
|
html5lib parser. [bug=1948488]
|
|
|
|
packaged with the Beautiful Soup release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
warnings to to make them less judgemental about what you ought to
be doing. [bug=1955450]
|
|
|
|
|
|
providing a value for the 'indent' argument to the Formatter
constructor. The 'indent' argument works very similarly to the
argument of the same name in the Python standard library's
json.dump() method. [bug=1955497]
|
|
|
|
to exist anymore and was never put up on PyPI. (The closest
replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use it.)
|
|
(https://pypi.org/project/charset-normalizer/) is installed, Beautiful
Soup will use it to detect the character sets of incoming documents.
This is also the module used by newer versions of the Requests library.
For the sake of backwards compatibility, chardet and cchardet both take
precedence if installed. [bug=1955346]
|