summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix testimonial link on homepage.lxml-4.4Stefan Behnel2020-01-101-1/+1
* Prepare release of 4.4.3.lxml-4.4.3Stefan Behnel2020-01-283-5/+9
* Update changelog.Stefan Behnel2019-12-271-0/+9
* LP#1844674: Include tail text of comments and PIs in itertext() results (regr...Stefan Behnel2019-12-272-2/+13
* Officially support Py3.8 also in lxml 4.4.x.Stefan Behnel2019-11-291-0/+1
* Prepare release of lxml 4.4.2.lxml-4.4.2Stefan Behnel2019-11-253-5/+9
* Improve frontpage section on sponsoring.Stefan Behnel2019-11-081-3/+5
* Add a link to Tidelift as a way of supporting the project.Stefan Behnel2019-11-081-0/+2
* Adapt doctest to libxml2 2.9.10.Stefan Behnel2019-11-011-14/+5
* Try to avoid redundant recompilation in appveyor by building the wheel first ...Stefan Behnel2019-10-271-2/+1
* Fix indentation in appveyor build script.Stefan Behnel2019-10-271-6/+6
* Fix path escaping in appveyor build script.Stefan Behnel2019-10-271-1/+1
* Install Python 3.8 into the correct directory on appveyor.Stefan Behnel2019-10-271-0/+1
* appveyor: test with Python 3.8 (GH-289)Michael R. Crusoe2019-10-271-0/+6
* Add final Py3.8 to travis and appveyor builds.Stefan Behnel2019-10-272-2/+4
* Clarify GH sponsors link.Stefan Behnel2019-09-181-1/+1
* Clarify PayPal button.Stefan Behnel2019-09-181-1/+1
* Add GitHub Sponsors link to website.Stefan Behnel2019-09-181-4/+11
* Test minimum library requirements in travis with Py3.7 instead of Py3.6.Stefan Behnel2019-09-181-1/+2
* Disable profiling and tracing for a critical function to fix crashes in test ...Stefan Behnel2019-09-181-0/+2
* Require travis tests to pass in Py3.8.Stefan Behnel2019-09-181-1/+0
* Also disable profiling for critical functions to fix crashes in test cases.Stefan Behnel2019-09-181-0/+4
* Add sponsor reference.Stefan Behnel2019-09-181-0/+2
* Add docstrings to Cleaner.allow_element() and Cleaner.allow_embedded_url().Stefan Behnel2019-08-241-2/+15
* Update changelog.Stefan Behnel2019-08-181-0/+11
* Fix false detection of recursive include (GH-286)RainerHausdorf2019-08-182-2/+55
* Clarify the usage of "element.clear(keep_tail=True)" in some examples.Stefan Behnel2019-08-133-9/+12
* Prepare release of lxml 4.4.1.lxml-4.4.1Stefan Behnel2019-08-113-5/+11
* Point link to "main.txt" directly to the file instead of the website (GH-285)Nate2019-08-021-1/+1
* Add comment to help with maintenance.Stefan Behnel2019-08-021-0/+2
* Backed out changeset 7ee62a9b3b64Stefan Behnel2019-08-021-0/+2
* Remove redundant Python version specification (classifiers should be enough).Stefan Behnel2019-08-021-2/+0
* Fill python_requires with proper metadata (GH-283)Cédric Krier2019-08-021-1/+2
* include also world.txt with sdist (GH-284)pgajdos2019-08-021-1/+1
* LP#1838252: Keep the order provided by an OrderedDict that gets passed as att...Stefan Behnel2019-07-293-24/+42
* Modernise some code.Stefan Behnel2019-07-271-6/+4
* Fix wheel build by excluding Py3.4.Stefan Behnel2019-07-271-0/+1
* Prepare release of lxml 4.4.0.lxml-4.4.0Stefan Behnel2019-07-273-5/+9
* Update TreeBuilder tests from CPython's test suite.Stefan Behnel2019-07-271-0/+114
* Make 'data' argument optional for TreeBuilder.pi(), as in ElementTree.Stefan Behnel2019-07-271-2/+2
* Merge branch lxml-4.3 into master.Stefan Behnel2019-07-272-3/+17
|\
| * Prepare release of lxml 4.3.5.lxml-4.3.5lxml-4.3Stefan Behnel2019-07-273-4/+18
* | Remove "sudo" tag from travis config (GH-281)Christian Clauss2019-07-271-11/+5
* | Fix typos (GH-282)Min ho Kim2019-06-243-28/+28
* | Merge branch lxml-4.3.Stefan Behnel2019-06-101-0/+6
|\ \ | |/
| * Prepare release of lxml 4.3.4.lxml-4.3.4Stefan Behnel2019-06-102-1/+7
* | Prevent the default namespace from being picked up when searching for unprefi...Stefan Behnel2019-05-082-4/+66
* | LP#1827833: Fix .rnc parsing support with recent versions of rnc2rng.Stefan Behnel2019-05-064-16/+21
* | Support parsing from file paths in canonicalize(), not just file-like objects.Stefan Behnel2019-04-292-20/+20
* | Change canonicalize() interface to return its result as a text string by defa...Stefan Behnel2019-04-293-18/+48