1
0
Fork 0
Commit Graph

19 Commits

Author SHA1 Message Date
jvoisin 1b9608aecf Use proper type annotations instead of comments 2023-05-03 22:28:02 +02:00
jvoisin 39fb254e01 Fix the type annotations 2023-01-28 15:57:20 +00:00
jvoisin 6d93cf9397 Remove deprecated pylint checks 2022-10-09 21:14:20 +02:00
jvoisin cc5be8608b Simplify the typing annotations 2022-08-28 22:29:06 +02:00
jvoisin 697e9583b9 Please the linters 2022-03-29 22:18:06 +02:00
jvoisin 693408f1a6 Please mypy
Mypy doesn't like some annotation in web.py,
this commits aims at pleasing it.
2019-12-29 15:20:48 +01:00
jvoisin efa525c102 Improve the robustness of the HTML parser 2019-12-15 06:50:54 -08:00
jvoisin f67cd9d7dc Improve the robustness of the CSS parser 2019-12-15 06:44:21 -08:00
jvoisin 0c75cd15dc Remove a mypy workaround to bump coverage back to 100% 2019-07-22 23:28:51 +02:00
jvoisin dc5603eb1d Please mypy 2019-07-13 23:25:44 +02:00
jvoisin 47f9cb33bf Please mypy 2019-07-13 15:03:40 +02:00
jvoisin 05f429b197 Add support for xhtml files 2019-04-14 20:36:33 +02:00
Brolf 5ac91cd4f9
Refactor {black,white}list into {block,allow}list
Closes #96
2019-03-05 23:13:42 +00:00
georg c3f097a82b
fix typo 2019-03-01 22:00:23 +00:00
jvoisin 55214206b5 Improve the previous commit
- More tests
- More documentation
- Minor code cleanup
2019-02-27 23:53:07 +01:00
jvoisin 73d2966e8c Improve epub support 2019-02-27 23:04:38 +01:00
jvoisin 524bae5972 <title> is also an html metadata 2019-02-23 20:47:26 +01:00
jvoisin c757a9b7ef Fix a bug in css cleaning
It's not mandatory to actually have a comment inside
comment delimiter, like `/**/`.
2019-02-23 20:21:11 +01:00
jvoisin 02ff21b158 Implement epub support 2019-02-20 16:28:11 -08:00