Fix attribute order going to the tree builder to be document order
instead of reverse document order(!).
0.99999999/1.0b9
Released on July 14, 2016
* **Added ordereddict as a mandatory dependency on Python 2.6.**
* Added ``lxml``, ``genshi``, ``datrie``, ``charade``, and ``all``
extras that will do the right thing based on the specific
interpreter implementation.
* Now requires the ``mock`` package for the testsuite.
* Cease supporting DATrie under PyPy.
* **Remove PullDOM support, as this hasn't ever been properly
tested, doesn't entirely work, and as far as I can tell is
completely unused by anyone.**
* Move testsuite to ``py.test``.
* **Fix [#124](https://github.com/html5lib/html5lib-python/issues/124): move to webencodings for decoding the input byte stream;
this makes html5lib compliant with the Encoding Standard, and
introduces a required dependency on webencodings.**
* **Cease supporting Python 3.2 (in both CPython and PyPy forms).**
* **Fix comments containing double-dash with lxml 3.5 and above.**
* **Use scripting disabled by default (as we don't implement
scripting).**
* **Fix [#11](https://github.com/html5lib/html5lib-python/issues/11), avoiding the XSS bug potentially caused by serializer
allowing attribute values to be escaped out of in old browser versions,
changing the quote_attr_values option on serializer to take one of
three values, "always" (the old True value), "legacy" (the new option,
and the new default), and "spec" (the old False value, and the old
default).**
* **Fix [#72](https://github.com/html5lib/html5lib-python/issues/72) by rewriting the sanitizer to apply only to treewalkers
(instead of the tokenizer); as such, this will require amending all
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/html5lib/html5lib-python/commit/ebf62250d23317ae1f51d8b8e4a1d3b62b260ff1"><code>ebf6225</code></a> 0.99999999 release! Let's party!</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/a8ba43ed0dea63664f29ac8183ef7752d6d593b1"><code>a8ba43e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/270">#270</a> from gsnedders/rename_stuff</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/8cb144bce7b81a65cbd9401ba4b987e5055e5ba3"><code>8cb144b</code></a> Update the docs after all the renaming and add CHANGES</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/00977d6ebe97ba71c4244ba2103134cde8084b97"><code>00977d6</code></a> Rename a bunch of serializer module variables to be underscore prefixed</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/18a7102f1b1754b430f459ec6e4996ed6464ad88"><code>18a7102</code></a> Have only one set of allowed elements/attributes for the sanitizer</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/c4dd6771836841ee796af8035dbf8239074ed5ec"><code>c4dd677</code></a> Move a whole bunch of private modules to be underscore prefixed</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/8db5828d3624d0892f0d5903d089972dce6c48f0"><code>8db5828</code></a> Rename treewalkers.lxmletree to .etree_lxml for consistency</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/1a61c445fbc3a6b805352b12ff4debf1dbef2afe"><code>1a61c44</code></a> Rename treewalkers.genshistream to .genshi for consistency</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/6c30d0bd7d5dfa4722368a8dabc637d057350185"><code>6c30d0b</code></a> Move serializer.htmlserializer to serializer</li>
<li><a href="https://github.com/html5lib/html5lib-python/commit/7bbde541e08ca82c07af5ac7e5f64525f1793814"><code>7bbde54</code></a> Rename filters._base to .base to reflect public status</li>
<li>Additional commits viewable in <a href="https://github.com/html5lib/html5lib-python/compare/0.95...0.99999999">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=html5lib&package-manager=pip&previous-version=0.95&new-version=0.99999999)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tigeorgia/shenmartav/network/alerts).
Bumps html5lib from 0.95 to 0.99999999.
Changelog
Sourced from html5lib's changelog.