COMMITS
/ Modules/pyexpat.c April 7, 2026
R
[3.13] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (GH-144992) (#146142)
Ramin Farajpour Cami committed
March 16, 2026
M
[3.13] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (GH-145987) (#145996)
Miss Islington (bot) committed
November 2, 2025
S
[3.13] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139367)
Sebastian Pipping committed
October 26, 2025
S
[3.13] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140630)
Sebastian Pipping committed
October 6, 2025
S
[3.13] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139608)
Sebastian Pipping committed
December 17, 2024
M
[3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) (GH-128023)
Miss Islington (bot) committed
June 20, 2024
M
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748)
Mark Shannon committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
February 29, 2024
S
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
Sebastian Pipping committed
February 7, 2024
S
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross committed
January 26, 2024
E
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland committed
December 29, 2023
K
gh-103092: Make ``pyexpat`` module importable in sub-interpreters (#113555)
Kirill Podoprigora committed
November 27, 2023
S
gh-111789: Use PyDict_GetItemRef() in Modules/pyexpat.c (gh-112079)
Serhiy Storchaka committed
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 22, 2023
V
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 3, 2023
V
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner committed
June 11, 2023
E
gh-105375: Harden pyexpat initialisation (#105606)
Erlend E. Aasland committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 16, 2023
K
GH-103092: isolate `pyexpat` (#104506)
Kumar Aditya committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
February 11, 2023
K
GH-101797: allocate `PyExpat_CAPI` capsule on heap (#101798)
Kumar Aditya committed
January 8, 2023
N
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner committed
S
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (GH-99427)
Serhiy Storchaka committed
November 6, 2022
J
Correct some typos in comments (GH-98194)
jonasdlindner committed
August 15, 2022
C
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 13, 2022
V
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
February 21, 2022
D
bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468)
Dong-hee Na committed
February 8, 2022
December 31, 2021
S
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-30188)
Sebastian Pipping committed
October 2, 2021
T
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
TAGAMI Yukihiro committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
May 27, 2021
E
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376)
Erlend Egeberg Aasland committed
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
January 4, 2021
M
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
Mohamed Koubaa committed
January 3, 2021
H
November 4, 2020
M
bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)
Mohamed Koubaa committed
October 26, 2020
S
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed