summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* add clarifying disclaimer to FAQ sectionStefan Behnel2017-08-061-2/+6
* Added caveat to dict-of-dicts codeSteven Kalt2017-08-051-0/+2
* clean up doc generator script and modernise syntaxlxml-3.8.0Stefan Behnel2017-06-031-16/+16
* fix link in PDFStefan Behnel2017-06-031-1/+1
* prepare release of lxml 3.8.0Stefan Behnel2017-06-031-4/+9
* also document new C-API function "adoptExternalDocument()"Stefan Behnel2017-04-221-0/+3
* document the new "adopt_external_document()" function in a more prominent placeStefan Behnel2017-04-221-2/+21
* Fix reference to source code repository.Bob Kline2017-04-141-1/+1
* Fix typo in doc on mentioned `requests` libraryBenjamin Dopplinger2017-04-111-1/+1
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-03-191-1/+1
* fix spelling mistakes originally found by scop in GH#230Stefan Behnel2017-03-182-3/+3
* make io imports unconditionalJakub Wilk2017-03-171-4/+1
* remove conditional imports of the set moduleJakub Wilk2017-03-171-6/+0
* merge lxml-3.7 branch into masterStefan Behnel2017-02-181-3/+7
|\
| * prepare release of lxml 3.7.3Stefan Behnel2017-02-181-3/+7
| * fix typosJakub Wilk2017-02-141-1/+1
* | fix typosJakub Wilk2017-02-141-1/+1
* | fix the form submission exampleJakub Wilk2017-02-081-2/+2
|/
* prepare release of lxml 3.7.2Stefan Behnel2017-01-081-38/+16
* link to manylinux PEP from related FAQ entriesStefan Behnel2016-12-261-3/+5
* improve build FAQsStefan Behnel2016-12-261-9/+29
* prepare release of 3.7.1Stefan Behnel2016-12-231-1/+4
* prepare release of lxml 3.7.1Stefan Behnel2016-12-231-2/+4
* typolxml-3.7.0Stefan Behnel2016-12-101-1/+1
* prepare release of 3.7.0Stefan Behnel2016-12-101-3/+7
* fix doctests in Py2.xStefan Behnel2016-12-103-6/+6
* repair some tests after changing representation of XMLSyntaxError exceptionStefan Behnel2016-12-103-4/+4
* make doctest more robust: exact HTML parsing result seems to depend on the li...Stefan Behnel2016-12-101-4/+2
* revert output changeStefan Behnel2016-12-041-1/+1
* Merge pull request #213 from sam-m888/patch-3scoder2016-12-041-1/+9
|\