33
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'lxml-6.0' More... about 2 months ago
Update changelog. More... about 2 months ago
Fix a memory leak in the rare case of a memory allocation error. More... about 2 months ago
Update changelog. More... about 2 months ago
Add missing "noexcept" to fix a memory leak. More... about 2 months ago
Add missing "noexcept" to fix a memory leak. More... about 2 months ago
Build: Cache windows and other libraries separately and using their actual version name (which differs in Windows). More... 3 months ago
Build: Clean up windows libs download function. More... 3 months ago
Build: Clean up windows libs download function. More... 3 months ago
Build: Fix zipfile top-dir check. More... 3 months ago
Build: Fix zipfile top-dir check. More... 3 months ago
Whitelist accessibility attributes (aria-*, role, tabindex) (GH-486) More... 3 months ago
Build: Remove test command since it does not find the tests. More... 3 months ago
Build: Fix workflow command syntax. More... 3 months ago
Build: Disable abi3 wheels again since the current Limited API does not allow our usage of element proxy back references. More... 3 months ago
Build: Use abi3audit 0.0.25 which works in Py3.9+. More... 3 months ago
Build: Include a test run in the wheel build. More... 3 months ago
Speed up a slow test. More... 3 months ago
Speed up a slow test. More... 3 months ago
Build: Only restore the libs cache in the build jobs, don't update it any more after caching the libraries up-front. More... 3 months ago
Build: Use older abi3audit for validation only on Py3.9, which it no longer supports since version 0.0.23. More... 3 months ago
Set the 'CYTHON_UNSAFE_IGNORE_PYMUTEX_ABI_COMPATIBILITY' C macro to disable the safety check when automatically switching to "PyThread_type_lock" in abi3 wheels. More... 3 months ago
Build: Use a dedicated abi3 build job. More... 3 months ago
Build: Use less strict abi3audit validation since we currently need to use "Py_REFCNT()" The function was only added to the Limited API in Py3.14. More... 3 months ago
Build: Exclude freethreading builds on ABI3 platforms. More... 3 months ago
Build: Reduce minimum Limited API version to Py3.11. More... 3 months ago
Build: Pass abi3 Python version to 'bdist_wheel' command. More... 3 months ago
Build: Let setupinfo.py chose a default Limited API version if OPTION_LIMITED_API is set to 'true'. More... 3 months ago
Fix exception handling. More... 3 months ago
Build: Mak abi3audit error output readable. More... 3 months ago