master
Add intersphinx docs mapping.
Make the note about the (faster) .find*() methods in the XPath section stick out to suggest their use.
Removed unused Zope Public License from docs folder (GH-312)
fix typos
FAQ: Minor name fix.
docs: Fix Py2-isms in doctests.
Update some Py2 references in docs.
Remove outdated mention of Pyrex.
Clarify that the ET compatibility difference for the '*' tag filter applies not only to ".iter()" but also to ".find*()".
docs: Include a hint how to install cssselect as an external dependency.
docs: Link the website menu more directly to the initial package documentation page rather than the generic "one more click" apidoc generated entry page.
docs: fix formatting issue.
Support using the FunctionNamespace and ElementNamespaceClassLookup registries as decorators.
Fix broken link.
Update several links in the docs.
[svn r1] Initial import of lxml into subversion.
replace outdated references to encoding=unicode in the docs by encoding="unicode"
docs: Minor cleanup.
Update release date.
docs: Fix file name in PDF build.
Correct sentence in performance comparison docs.
[svn r1198] added public key used for package signing
LP#2075141: Fix a test with recent libxslt versions (1.1.42).
Py3 syntax fix in helper script.
Py3 fix in PDF docs builder script.
[svn r300] Add simple XInclude support.
Py3 fix in doctest.
Fix invalid string escape sequences (GH-373)
Make the validation of ISO-Schematron files optional in lxml, depending on the availability of the RNG validation file. Some lxml distributions discard the validation schema file due to licensing issues.