Age | Commit message (Collapse) | Author |
|
the html.parser constructor to avoid a warning and future
failures. Patch by Stefano Revera. [bug=1375721]
|
|
explicitly naming a parser. [bug=1398866]
|
|
different-parsers problem.
|
|
|
|
name a parser.
|
|
|
|
|
|
standardized subset of CSS selector syntax.
|
|
|
|
create a disconnected parse tree. [bug=1237763]
|
|
import the Python 2 edition of Beautiful Soup under Python
3. [bug=1213387]
|
|
|
|
return None instead of the original data. [bug=1214983]
|
|
filenames. [bug=1232604]
|
|
when checking whether or not it was a file on
disk. [bug=1227016]
|
|
|
|
run by nodetests. [bug=1212445]
|
|
|
|
|
|
|
|
html5lib's tendency to rearrange the tree during
parsing. [bug=1189267]
|
|
|
|
|
|
Aaron DeVore. [bug=1194034]
|
|
|
|
|
|
+ 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
declared encoding.
|
|
reduced the number of times it is called.
|
|
|
|
|
|
whether a string is nothing but ASCII spaces.
|
|
|
|
on disk.
|
|
a URL or the name of a file on disk (a common beginner mistake).
|
|
|
|
|
|
|
|
|
|
|
|
text when the hexidecimal name of the attribute starts with a
capital X.
|
|
that's too big an API change for a bugfix release.
|
|
|