Debian Patches
Status for python-markdown/3.4.1-2+deb12u1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| disable_directory_urls.diff | Do not use directory URLs for the documentation To make it easier to browse the documentation locally. |
Dmitry Shachnev <mitya57@gmail.com> | no | 2018-01-12 | ||
| bogus_comments.diff | Fix handling of bogus comments. As with most implementations, we now pass through bogus comments (as defined by the HTML Spec) unaltered except that they are HTML escaped. This deviates from the reference implementation which completely ignores them. As the reference implementation seems to not have even contemplated their existence, it is not being used as a reference in this instance. Fixes #1425. (cherry picked from commit e466f381d09692f484f8ff022273e2ac8cea0b16) |
Waylan Limberg <waylan.limberg@icloud.com> | no | 2024-01-03 | ||
| incomplete_markup_declaration.diff | Ensure incomplete markup declaration in raw HTML doesn't crash parser. See Python bug report at gh-77057 for details. Until we drop support for Python < 3.13 (where this was fixed upstream), we need to avoid the unwanted error by checking for it explicitly. Fixes #1534. (cherry picked from commit 820721485c928c6f97f3d74f37afb6d2450aef9e) |
Waylan Limberg <waylan.limberg@icloud.com> | no | 2025-06-18 | ||
| fixes_for_new_python.diff | Fixes for Python 3.14 - Fix issue with unclosed `<