Age | Commit message (Collapse) | Author |
|
tree is prettified. [bug=1555829]
|
|
|
|
tree builder was used to create it. However, the only tree builder
that survives the pickling process is the HTMLParserTreeBuilder
('html.parser'). If you unpickle a BeautifulSoup object created with
some other tree builder, soup.builder will be None. [bug=1231545]
|
|
|
|
name a parser.
|
|
reduced the number of times it is called.
|
|
|
|
be part of entities. That is, "<" will become "&lt;".[bug=1182183]
|
|
moved a tag with a multivalued attribute from one part of the tree to
another. [bug=1019603]
|
|
html5lib is installed. [bug=987004]
|
|
%SOUP-ENCODING%).
|
|
Soup codebase incorrectly.
|
|
attribute is now replaced with the appropriate encoding on output. [bug=942714]
|
|
|
|
instead of errors=strict.
|
|
|
|
originally create the soup.
|
|
|
|
|
|
|
|
|