| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-28 | 781 Bytes | |
| v0.4.0 source code.tar.gz | 2025-09-28 | 79.0 kB | |
| v0.4.0 source code.zip | 2025-09-28 | 99.6 kB | |
| Totals: 3 Items | 179.4 kB | 0 | |
- Fix incorrect default value in docstrings for strict argument
- Fix incorrect exception handling for
any_css_matches - Fix docstring for
css_firstmethod - Fix memory leak in
merge_text_nodesfor lexbor backend - Update lexbor backend
- Add
.inner_htmlproperty. Allows to get and set inner HTML of a node. - Update various docstrings.
- Optimize performance for
css_firstin lexbor backend - Fix segfaults when accessing attributes. Resolves [#135].
- Add new
.clonemethod to lexbor backend. Resolve [#117]. - Improve unicode handling for malformed text. Resolves [#138].
- Fix segfaults when doing double
.decompose. Resolves [#179]. - Fix sefgaults when doing double
.unwrap. Resolves [#169]. - Fix typo for tag names. Clarify available tag names.