summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of lxml 4.3.5.lxml-4.3.5lxml-4.3Stefan Behnel2019-07-271-3/+11
* Prepare release of lxml 4.3.3.lxml-4.3.3Stefan Behnel2019-03-261-3/+7
* Prepare release of 4.3.2.lxml-4.3.2Stefan Behnel2019-02-281-3/+7
* Prepare release of 4.3.1.lxml-4.3.1Stefan Behnel2019-02-081-3/+7
* Prepare release of lxml 4.3.0.lxml-4.3.0Stefan Behnel2019-01-041-3/+8
* Py3 fix in PDF docs builder script.Stefan Behnel2019-01-021-1/+1
* Merge lxml-4.2 branch into master.Stefan Behnel2019-01-021-3/+7
|\
| * Prepare release of 4.2.6.lxml-4.2.6-win1lxml-4.2.6lxml-4.2Stefan Behnel2019-01-021-3/+7
* | Use newest Cython (0.29 is required for Py3.7 support).Stefan Behnel2018-12-021-2/+3
* | Merge pull request #276 from AndreyErmilov/masterStefan Behnel2018-10-141-2/+2
|\ \
| * | Updates descriptionAndrey Ermilov2018-10-141-1/+1
| * | Fix broken link FAQ pageAndrey Ermilov2018-10-131-2/+2
* | | doc: fix 2 links lxml-source-howto.txtAlexander2018-10-081-2/+2
|/ /
* | Fix broken link.Stefan Behnel2018-09-151-1/+1
* | Merge branch lxml-4.2 into master.Stefan Behnel2018-09-092-4/+8
|\ \ | |/
| * Py3 syntax fix in helper script.lxml-4.2.5Stefan Behnel2018-09-091-1/+1
| * Prepare release of lxml 4.2.5.Stefan Behnel2018-09-091-3/+7
* | Remove redundant code for Python <= 2.6Hugo2018-08-252-4/+3
* | Merge branch lxml-4.2 into master.Stefan Behnel2018-08-031-3/+8
|\ \ | |/
| * Fix missing link on website.Stefan Behnel2018-08-031-0/+1
| * Prepare release of lxml 4.2.4Stefan Behnel2018-08-031-3/+7
| * Support using pkg-config for xml2-config/xslt-config toolsPatrick Griffis2018-01-261-0/+8
* | Officially remove support for Py2.6.Stefan Behnel2018-07-301-1/+1
* | Merge pull request #259 from TingPing/pkg-configscoder2018-07-071-0/+8
|\ \ | |/ |/|
| * Support using pkg-config for xml2-config/xslt-config toolsPatrick Griffis2018-02-241-0/+8
* | Prepare release of lxml-4.2.3.lxml-4.2.3Stefan Behnel2018-06-271-3/+7
* | Prepare release of lxml 4.2.2.lxml-4.2.2Stefan Behnel2018-06-221-4/+7
* | Minor doc cleanups.Stefan Behnel2018-06-202-30/+5
* | Add a FAQ entry on namespaces.Stefan Behnel2018-06-151-0/+7
* | Additionally provide git clone command in build docs.Stefan Behnel2018-05-151-2/+7
* | Prepare release of 4.2.1.lxml-4.2.1Stefan Behnel2018-03-211-3/+7
* | Prepare release of 4.2.0.lxml-4.2.0Stefan Behnel2018-03-131-3/+7
* | docs: Include a hint how to install cssselect as an external dependency.Stefan Behnel2018-02-211-0/+8
|/
* Add FAQ related to XML catalogues.Stefan Behnel2018-01-121-0/+15
* Document that the tag argument can be a sequence of tags.Chris Jerdonek2017-11-261-1/+2
* Minor website fix.Stefan Behnel2017-11-041-2/+2
* Prepare release of 4.1.1lxml-4.1.14.1.1Stefan Behnel2017-11-041-3/+7
* Prepare release of 4.1.0.lxml-4.1.0Stefan Behnel2017-10-131-14/+9
* Merge branch 'master' into nsdecoscoder2017-10-132-5/+21
|\
| * Add an example output writer for the async xmlfile() usage.Stefan Behnel2017-09-181-0/+9
| * Wrap long lines in docs.Stefan Behnel2017-09-181-5/+12
* | Support using the FunctionNamespace and ElementNamespaceClassLookup registrie...Stefan Behnel2017-09-172-3/+46
|/
* Include comments in element class lookup examples to show how the fallback lo...Stefan Behnel2017-09-171-11/+39
* Prepare release of lxml 4.0.Stefan Behnel2017-09-171-3/+8
* Changelog, version update.Stefan Behnel2017-08-191-1/+1
* Implement async interface for xmlfile().Stefan Behnel2017-08-191-0/+15
* Remove GeneratorExit intercepting from docs example as it is really bad style...Stefan Behnel2017-08-191-8/+5
* Rename ".write_result()" method of XSLT result objects to ".write_output()" t...Stefan Behnel2017-08-171-3/+3
* Add a ``.write_result()`` method to XSLT result objects to simplify writing t...Stefan Behnel2017-08-171-0/+29
* Add a new method "skip_subtree()" to ignore the current subtree in iterwalk().Stefan Behnel2017-08-161-1/+30