summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using the deprecated "imp" module.HEADmasterStefan Behnel2023-05-111-1/+2
| | | | Closes https://bugs.launchpad.net/lxml/+bug/2018137
* Avoid using the deprecated "imp" module.Stefan Behnel2023-05-111-2/+4
| | | | Closes https://bugs.launchpad.net/lxml/+bug/2018137
* pypistats: Reverse category output to make possible cut-offs visible.Stefan Behnel2023-05-101-1/+1
|
* Update changelog.Stefan Behnel2023-04-201-1/+3
|
* Require latest Cython release to support CPython 3.12a7.Stefan Behnel2023-04-201-1/+1
|
* Split the library caches of the CI/wheel builds by OS since we have ↵Stefan Behnel2023-04-012-3/+2
| | | | different downloads for Windows and others.
* Try to fix wheel upload in CI.Stefan Behnel2023-04-012-5/+9
|
* Update supported versions in package classifiers.Stefan Behnel2023-03-291-1/+1
|
* Exclude Py3.5 from CI builds - fails for too many platforms by now.Stefan Behnel2023-03-291-3/+0
|
* Try to fix the macOS CI builds by always building universal-2 binaries.Stefan Behnel2023-03-291-8/+13
|
* Add missing C macro define on Windows that is now required by libexslt 1.1.37.Stefan Behnel2023-03-271-0/+1
|
* Try to fix libiconv version parsing in Windows build ("1.15-1" instead of ↵Stefan Behnel2023-03-261-1/+1
| | | | plain "1.14").
* Update Cython requirement to 0.29.33.Stefan Behnel2023-03-262-2/+4
|
* Exclude Py2.7 wheel on Windows since we don't have a windows-2016 build ↵Stefan Behnel2023-03-261-4/+3
| | | | runner for it on GHA, it seems.
* Set master version to 5.0.0a0 to diverge from 4.9.x.Stefan Behnel2023-03-261-1/+1
|
* Print download totals in pypistats.Stefan Behnel2023-03-251-4/+9
|
* Update download count.Stefan Behnel2023-03-251-1/+1
|
* Update changelog.Stefan Behnel2023-03-251-0/+16
|
* Build universal x86_64 + Arm64 wheels on macOS by default.Stefan Behnel2023-03-251-14/+7
|
* Update project income report for 2022.Stefan Behnel2023-03-251-2/+7
|
* Prevent lxml.objectify from accepting non-decimal digit characters as ↵Stefan Behnel2023-03-032-1/+2
| | | | integers/numbers and from representing them as IntElement.
* CI: Try to fix macOS build condition.Stefan Behnel2023-01-032-4/+4
|
* Remove CI build+import tests that were previously not very useful and now ↵Stefan Behnel2023-01-031-6/+0
| | | | fail on Py3.11+ due to distutils deprecation/changes.
* CI: Try to use ccache on macos.Stefan Behnel2023-01-031-1/+7
|
* Use MACOS_DEPLOYMENT_TARGET=11.0 instead of 10.15 to support arm64 builds.Stefan Behnel2023-01-033-3/+3
|
* Avoid using two different conditions for the same thing.Stefan Behnel2023-01-031-1/+1
|
* CI: Use Github API token where necessary.Stefan Behnel2023-01-031-8/+13
|
* CI: Try to make token passing work in Windows.Stefan Behnel2023-01-021-1/+1
|
* Pass GitHub token into API call when listing library releases.Stefan Behnel2022-12-273-4/+15
|
* Reduce the number of library releases that we look up in Windows builds. We ↵Stefan Behnel2022-12-271-1/+1
| | | | do not need all of them, just the latest.
* Allow 3.12 CI jobs to fail since they run into a refcounting test failure ↵Stefan Behnel2022-12-271-0/+3
| | | | that needs further investigation.
* Make CI failures show up also on macOS.Stefan Behnel2022-12-231-2/+2
|
* Use "noexcept" modifiers for callback functions and fix some exception value ↵Stefan Behnel2022-12-239-50/+50
| | | | declaration bugs found by Cython 3.0.
* Add CI caching for the library download files to avoid excessive remote access.Stefan Behnel2022-12-232-0/+29
|
* Add latest Python 3.12 dev version to CI matrix.Stefan Behnel2022-12-231-1/+1
|
* Remove CI image that is not available.Stefan Behnel2022-12-231-3/+3
|
* Update to latest library versions.Stefan Behnel2022-12-223-5/+5
|
* Replace outdated URL in error message.Stefan Behnel2022-12-221-1/+1
|
* Simplify code.Stefan Behnel2022-12-221-2/+2
|
* Call super() from CSSSelector constructor to help with used side inheritance.Stefan Behnel2022-12-221-1/+1
|
* Use generic 'nogil' block markers in pxd declarations where possible, except ↵Stefan Behnel2022-12-1512-297/+297
| | | | for a few callback declarations that may be used for regular GIL functions.
* Fix Github URL building in download script (as done for the appveyor URL).Stefan Behnel2022-12-141-1/+1
|
* Use same naming for Python version matrix variable in wheel workflow as in ↵lxml-4.9.2Stefan Behnel2022-12-131-2/+2
| | | | CI workflow.
* Use windows-2016 image instead of windows-2019 to fix the Py2.7 build.Stefan Behnel2022-12-131-0/+7
|
* Install more recent library versions for the wheel build.Stefan Behnel2022-12-131-1/+1
|
* Fix release date.Stefan Behnel2022-12-132-3/+3
|
* Add PyPy-3.8 CI target.Stefan Behnel2022-12-131-0/+4
|
* Try to add a Windows CI build for Py2.7.Stefan Behnel2022-12-131-0/+6
|
* Exclude missing Python versions from CI jobs.Stefan Behnel2022-12-131-2/+5
|
* Try to fix CI "setup.py install" in Py3.11.Stefan Behnel2022-12-131-0/+1
|