summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the deprecated "imp" module.HEADmasterStefan Behnel2023-05-111-1/+2
* Avoid using the deprecated "imp" module.Stefan Behnel2023-05-111-2/+4
* 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 different...Stefan Behnel2023-04-012-3/+2
* 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 pla...Stefan Behnel2023-03-261-1/+1
* 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 runne...Stefan Behnel2023-03-261-4/+3
* 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 integer...Stefan Behnel2023-03-032-1/+2
* 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 fai...Stefan Behnel2023-01-031-6/+0
* 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 d...Stefan Behnel2022-12-271-1/+1
* Allow 3.12 CI jobs to fail since they run into a refcounting test failure tha...Stefan Behnel2022-12-271-0/+3
* 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
* 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
* 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 CI...lxml-4.9.2Stefan Behnel2022-12-131-2/+2
* 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