summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CI: exclude non-static Windows jobs.Stefan Behnel2022-12-131-1/+2
* Show executed commands in CI runs.Stefan Behnel2022-12-131-0/+2
* Use gcc-9 in CI instead of gcc-8, which is no longer available.Stefan Behnel2022-12-132-2/+2
* Use windows-2019 images also for CI builds (now only for wheel builds) and us...Stefan Behnel2022-12-131-16/+16
* Extend PyPI stats script to include OS download statistics.Stefan Behnel2022-12-131-9/+28
* Send the project URL as user agent when downloading libraries during the build.Stefan Behnel2022-12-071-3/+3
* Remove outdated and not disfunctional PyPy3.7 wheel target.Stefan Behnel2022-12-061-1/+1
* Some Windows fixes in CI build script.Stefan Behnel2022-12-061-5/+13
* Adapt download script to Github web changes by using their JSON API instead.Stefan Behnel2022-12-061-12/+37
* Add Windows CI builds.Stefan Behnel2022-12-062-11/+16
* Prepare release of 4.9.2.Stefan Behnel2022-12-063-6/+24
* Fix build failed on windows server 2022 (GH-365)BenHacker2022-12-061-1/+1
* GHA wheel CI: Update images, used actions and Python version (GH-356)Ewout ter Hoeven2022-12-021-5/+10
* Bump pat-s/always-upload-cache from 2.1.3 to 3.0.11 (GH-363)dependabot[bot]2022-12-021-1/+1
* Show Python versions in numerical order, not ascii order.Stefan Behnel2022-12-011-3/+16
* CI: Minor bash code adaptation.Stefan Behnel2022-12-011-1/+1
* CI: Avoid duplicate CI runs for PRs and tighten triggers and rights somewhat.Stefan Behnel2022-12-011-1/+19
* GHA wheel CI: Upgrade GitHub Actions and PyPy version (GH-362)Christian Clauss2022-12-011-11/+11
* Add Dependabot configuration for GitHub Actions updates (GH-358)Ewout ter Hoeven2022-12-011-0/+8
* AppVeyor CI: Add Python 3.11 jobs (GH-360)Ewout ter Hoeven2022-11-121-0/+6
* Use final Python 3.11 in CI runs (GH-346)Christian Clauss2022-11-091-11/+14
* Add script to retrieve PyPI download stats by Python version.Stefan Behnel2022-11-081-0/+39
* Add intersphinx docs mapping.Stefan Behnel2022-11-081-0/+4
* Remove outdated files.Stefan Behnel2022-11-082-982/+0
* Provide the correct C compiler configuration for local wheel building on ARM ...Quentin Leffray2022-11-071-5/+12
* Resolve build failures on appveyor/Windows due to incomplete (abbreviated) do...Stefan Behnel2022-10-241-26/+36
* Turn buildlibxml.py into a download/build script, also for debugging platform...Stefan Behnel2022-10-241-3/+31
* Use proper SPDX license identifier in setup.py script (GH-351)Maximilian2022-09-161-1/+1
* Keep libxml2 download working with libxml2 2.10.x when requesting a 2.9.x ver...Stefan Behnel2022-08-301-4/+10
* Improve the docstring about the "profile_run" XSLT() argument.Stefan Behnel2022-08-131-1/+2
* Work around libxml2 bug in affected versions that failed to reset the namespa...Stefan Behnel2022-07-193-2/+5
* Add missing apidoc files to sdist.Stefan Behnel2022-07-151-0/+1
* Correct the condition for building the docs in CI (GH-347)Henning Janssen2022-07-151-1/+1
* LP#1981760: Register "Element.attrib" as collections.abc.MutableMapping.Stefan Behnel2022-07-153-1/+22
* Include Cython source files to allow showing source lines in tracebacks.Stefan Behnel2022-07-101-0/+3
* Mention download count in readme.Stefan Behnel2022-07-091-0/+3
* 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