Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
decode a bytestring based on those encodings. This is necessary because lxml wants to do the decoding itself.
|
|
be part of entities. That is, "<" will become "&lt;".[bug=1182183]
|
|
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.
|
|
|
|
the .next_element navigation attribute. Renamed the former to _most_recent_element.
|
|
disconnected tree. [bug=1182089]
|
|
NavigableString. [bug=1181986]
|
|
code in the html5lib test suite. [bug=1181624]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document.
|