33
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Dec 21, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CI: Disallow failures in working jobs. More... 11 months ago
CI: Disallow failures when running with refnanny. More... 11 months ago
Build: Speed up sdist build a little and upgrade the cache action. More... 11 months ago
CI: Upgrade cache action and use fewer caches. More... 11 months ago
Build: Upgrade github artifact action versions. More... 11 months ago
Remove some dead code. More... 11 months ago
Build: Pin library versions in wheel build script. More... 11 months ago
Build: Cache libs across wheel builds to reduce remote downloads. More... 11 months ago
CI: Fix typos in build script. More... 11 months ago
Update .gitignore. More... 11 months ago
Build: Fix typo in build script: More... 11 months ago
Disable a test on PyPy that never worked there. More... 11 months ago
Shrink the size of the _ElementUnicodeResult type and remove some dead code, now that all text is unicode. More... 11 months ago
CI: Exclude PyPy3.7 job since it cannot C-inherit from unicode. More... 11 months ago
Build: Make sure we download all wheel archives together. More... 11 months ago
CI: Fix job config. More... 11 months ago
Build: Upload wheels under different archive names to make the artifact actions happy. More... 11 months ago
CI: Collect wheels in OS specific archives. More... 11 months ago
Build: Print list of matrix jobs during wheel build. More... 11 months ago
CI: Make the wheel upload name unique per Python version to make it work with "upload-artifact" version 4. More... 11 months ago
CI: Disable wheel upload for non-wheel jobs. More... 11 months ago
Build: Shorten name of build step to show platform identifiers in GHA web interface. More... 12 months ago
Enable an old, working test. More... 12 months ago
Allow passing bytes input into the lxml.html.* processing functions again. This was lost in 5.1.0 by globally replacing 'basestring' with 'str'. More... 12 months ago
Merge branch 'lxml-5.0' More... 12 months ago
Revert "Temporarily undo a fix to avoid code changes in a binary-only release." More... 12 months ago
Temporarily undo a fix to avoid code changes in a binary-only release. More... 12 months ago
Build universal2 wheels for macOS instead of plain arm64 wheels because the libraries are built as universal2 binaries anyway. More... 12 months ago
Build: Remove work-around for Cython 3.0.7 since we now require the fixed 3.0.8. More... 12 months ago
Build: Require Cython 3.0.8 to produce better C89 sources. More... 12 months ago