Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1763281c | 2025-09-08 15:29:23 | Remove LZMA support | ||
| 591f19eb | 2025-08-17 14:35:08 | catalog: Deprecate low-level internal functions | ||
| af464de1 | 2025-07-23 02:20:13 | io: Deprecate xmlOutputBuffer members | ||
| 7deae0f8 | 2025-07-31 14:35:11 | python: Switch to *CreateIO functions Avoid using deprecated struct members. | ||
| 347c2b2e | 2025-06-02 23:26:19 | valid: Deprecate a few functions and `xmllint --insert` | ||
| 2f3655c9 | 2025-05-20 19:40:06 | parser: Pop PEs that start markup declarations explicitly We currently only handle "Validity constraint: Proper Declaration/PE Nesting", but we must detect "Well-formedness constraint: PE Between Declarations" separately: > The replacement text of a parameter entity reference in a DeclSep must > match the production extSubsetDecl. PEs in DeclSeps are PEs that start with a full markup declaration (or another PE). These are handled in xmParse{Internal|External}Subset. We set a flag on these PEs and don't close them implicitly in xmlSkipBlankCharsPE. This will make unterminated declarations in such PEs cause a parser error. The PEs are closed explicitly in xmParse{Internal|External}Subset, the only location where they are allowed to end. | ||
| fca0860d | 2025-05-19 21:17:39 | tree: Deprecate public struct members related to DTDs Let's deprecate these members for now. If these are really used, they can be undeprecated later. | ||
| 3ab040c2 | 2025-05-24 01:12:15 | Fix unidiomatic use of vsnprintf(). * Don't terminate an already-terminated buffer. * Consistently use 1024-byte buffers. * While here, consistently use ap for a va_list. | ||
| 8ea253b8 | 2025-05-24 01:00:25 | Remove bogus casts. * Casting a string literal to `char *` and then immediately passing or assigning the result to a `const char *` makes no sense. * There is no need to cast `int` to `Py_ssize_t` as they have the same sign and the latter is at least as wide as the former. | ||
| 210f5a37 | 2025-05-16 21:18:16 | chvalid: Mark functions as deprecated |