summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prevent parse failure in new test from leaking into later test runs.lxml-4.9.1Stefan Behnel2022-07-011-2/+4
* Prepare release of lxml 4.9.1.Stefan Behnel2022-07-013-4/+20
* Fix a crash when incorrect parser input occurs together with usages of iterwa...Stefan Behnel2022-07-013-8/+30
* Delete unused Travis CI config and reference in docs (GH-345)Christian Clauss2022-06-222-87/+1
* Try to speed up the musllinux AArch64 build by splitting the different CPytho...Stefan Behnel2022-05-311-0/+13
* Remove debug print from test.Stefan Behnel2022-05-311-2/+0
* Try to install 'xz' in wheel builds, if available, since it's now needed to e...lxml-4.9.0Stefan Behnel2022-05-311-0/+1
* Update macOS deployment target version from 10.14 to 10.15 since 10.14 starts...Stefan Behnel2022-05-312-2/+2
* Prepare release of 4.9.0.Stefan Behnel2022-05-303-5/+10
* Add a test for https://bugs.launchpad.net/lxml/+bug/1965070 leaving out the a...Stefan Behnel2022-05-301-0/+25
* Update changelog.Stefan Behnel2022-05-191-1/+4
* #undefine "PyUnicode_IS_READY" and friends in Py3.12 since CPython still defi...Stefan Behnel2022-05-172-8/+6
* Remove Py3.12 from CI targets again since it's not available yet.Stefan Behnel2022-05-171-1/+1
* Allow cross-compiling for Windows ARM64 (GH-343)Steve Dower2022-05-172-2/+5
* Adapt to PyUnicode wstr removal in Py3.12.Stefan Behnel2022-05-171-0/+17
* Update changelog.Stefan Behnel2022-05-171-0/+18
* Include 3.12 in CI build.Stefan Behnel2022-05-171-1/+2
* Add mullinux AArch64 wheel build as Makefile target (already included in rele...Stefan Behnel2022-05-171-1/+2
* Use libxml2 2.9.14 for wheel builds.Stefan Behnel2022-05-173-3/+3
* Add new error constant from libxml2 2.9.14.Stefan Behnel2022-05-172-0/+2
* Fix inheritance order of mixin classes in lxml.html (GH-340)xmo-odoo2022-05-173-10/+49
* Include aarch64 wheel for musllinux SOABI (GH-342)Richard Connon2022-05-171-0/+1
* Add project income report for 2021.Stefan Behnel2022-03-311-0/+6
* docs: explain the global "set_element_class_lookup()" function better (GH-341)xmo-odoo2022-03-132-1/+19
* Extend docstring to mention Element.set(name, None) for HTML documents.Stefan Behnel2022-03-081-0/+2
* docs: fix formatting issue.Stefan Behnel2022-03-041-0/+2
* Use latest libxml2 (2.9.13) and libxslt (1.1.35) which are shipped in .tar.xz...Stefan Behnel2022-02-281-18/+50
* Use Cython's minimal compile mode in the CPython "-dev" job to get the refnan...Stefan Behnel2022-02-221-1/+1
* Use latest releases libxml2 2.9.13 and libxslt 1.1.35 also for CI builds.Stefan Behnel2022-02-221-2/+2
* Enable Cython's refnanny for the CPython "-dev" version builds (but still all...Stefan Behnel2022-02-221-0/+4
* Enable Cython's refnanny for the CPython "-dev" version builds.Stefan Behnel2022-02-221-0/+1
* Use latest releases libxml2 2.9.13 and libxslt 1.1.35 for wheel builds.Stefan Behnel2022-02-222-3/+3
* Update outdated comment.Stefan Behnel2022-02-221-1/+1
* Clean up some docstrings.Stefan Behnel2022-02-221-4/+5
* Add CI test jobs for Python 3.11. (GH-339)Mariusz Felisiak2022-02-181-1/+13
* Parse libxml2 error constants from libxml2-api.xml instead of the HTML source...Stefan Behnel2022-02-181-106/+109
* Fix Py3.6 wheel build for AArch64.Stefan Behnel2022-02-171-0/+1
* Prepare release of 4.8.0.lxml-4.8.0Stefan Behnel2022-02-173-19/+17
* Update changelog.Stefan Behnel2022-02-151-0/+20
* Add an AArch64 wheel build for Py3.6.Stefan Behnel2022-02-141-0/+2
* Modernise some code in the ElementMaker implementation.Stefan Behnel2022-02-141-21/+11
* Allow QName as tag value in ElementMaker, not just strings.Stefan Behnel2022-02-143-2/+24
* Use expected XSD spellings for xsi:double infinity and NaN (GH-338)Tobias Deiminger2022-02-132-4/+25
* Allow Path-like objects for file arguments (GH-337)Henning Janssen2022-02-1213-4/+119
* Make it clear that the HTML Cleaner is not meant for security sensitive envir...Stefan Behnel2022-01-211-3/+8
* setupinfo.py: check the return value of subprocesses (GH-336)Mingli-Yu2022-01-201-1/+1
* Update the build and dependency docs a little.Stefan Behnel2022-01-132-12/+9
* Add a visible warning to the build output when detecting libxml2 2.9.11 or 2....Stefan Behnel2022-01-131-0/+8
* Added note to documentation about XSLT bug (GH-335)trevor872022-01-131-0/+7
* Fix typos (GH-334)Kian Meng, Ang2022-01-022-2/+2