summaryrefslogtreecommitdiff
path: root/libmat2/web.py (follow)
AgeCommit message (Collapse)Author
2023-05-03Use proper type annotations instead of commentsjvoisin
2023-01-28Fix the type annotationsjvoisin
2022-10-09Remove deprecated pylint checksjvoisin
2022-08-28Simplify the typing annotationsjvoisin
2022-03-29Please the lintersjvoisin
2019-12-29Please mypyjvoisin
Mypy doesn't like some annotation in web.py, this commits aims at pleasing it.
2019-12-15Improve the robustness of the HTML parserjvoisin
2019-12-15Improve the robustness of the CSS parserjvoisin
2019-07-22Remove a mypy workaround to bump coverage back to 100%jvoisin
2019-07-13Please mypyjvoisin
2019-07-13Please mypyjvoisin
2019-04-14Add support for xhtml filesjvoisin
2019-03-05Refactor {black,white}list into {block,allow}listBrolf
Closes #96
2019-03-01fix typogeorg
2019-02-27Improve the previous commitjvoisin
- More tests - More documentation - Minor code cleanup
2019-02-27Improve epub supportjvoisin
2019-02-23<title> is also an html metadatajvoisin
2019-02-23Fix a bug in css cleaningjvoisin
It's not mandatory to actually have a comment inside comment delimiter, like `/**/`.
2019-02-20Implement epub supportjvoisin