Age | Commit message (Collapse) | Author |
|
similar (but more Pythonic) code in the BeautifulSoup constructor.
[bug=2007344]
|
|
|
|
|
|
|
|
|
|
|
|
markup string is a filename. [bug=1737121]
|
|
|
|
|
|
|
|
not installed.
|
|
|
|
+ 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.
|
|
|
|
|
|
|
|
|
|
reduced the number of times it is called.
|
|
|
|
decode a bytestring based on those encodings. This is necessary because lxml wants to do the decoding itself.
|
|
|
|
|
|
|
|
|
|
document.
|
|
|
|
|
|
|