33
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Build: bump the github-actions group with 2 updates (GH-528) More... 15 days ago
Docs: Update FAQ on safe processing of untrusted input. More... 15 days ago
Fix typo in test. More... 20 days ago
Give CDATA objects "__str__" and "__repr__". More... 20 days ago
Merge branch 'lxml-6.1' More... 20 days ago
Build: Fix target name. More... 20 days ago
Merge branch 'lxml-6.1' More... 21 days ago
Build: Fix workflow syntax. More... 21 days ago
Merge branch 'lxml-6.1' More... 21 days ago
Exclude duplicate macos wheel build for Py3.8. More... 21 days ago
Update changelog. More... 21 days ago
Use xmlNodeGetBaseSafe() and xmlBuildURISafe() in libxml2 2.13+ to report memory errors. More... 21 days ago
Raise memory error if xmlNodeSetBase() fails in libxml2 2.13+. More... 21 days ago
Add a bit of typing to save code overhead. More... 21 days ago
Fix compilation in libxml2 < 2.13 and avoid strlen() when setting node content if we can pass the length. More... 21 days ago
Prevent infinite recursion when searching for incorrect "tag" value types. More... 22 days ago
Move fast and common string type check before slower special cases. More... 22 days ago
Avoid overhead in string type checks. More... 22 days ago
Merge branch 'lxml-6.1' More... 22 days ago
Avoid Cython 3.3 for lxml 6.1.x. More... 22 days ago
Merge branch 'lxml-6.1' More... 22 days ago
Prepare release of 6.1.3. More... 22 days ago
Update changelog. More... 22 days ago
Disable parameter entity parsing when internal-only entity parsing is requested. More... 22 days ago
Disable parameter entity parsing when internal-only entity parsing is requested. More... 22 days ago
Fix C-API return type declaration. More... 22 days ago
Add test that comments and PIs reject invalid input when setting ".text". More... 22 days ago
Remove unused code. More... 22 days ago
Validate PI/Comment content when setting it through the .text property. Non-wellformed content went undetected and thus risked generating incorrect output. More... 22 days ago
Avoid a tiny bit of overhead when setting Element.text. More... 23 days ago