index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
pyexpat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat`...
Sebastian Pipping
2025-10-26
1
-1/+1
*
gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat...
Sebastian Pipping
2025-10-05
1
-0/+25
*
gh-90949: Fix an "unused function" compiler warning introduced in GH-139234 (...
Sebastian Pipping
2025-10-04
1
-0/+2
*
gh-90949: expose Expat API to tune exponential expansion protections (#139368)
Bénédikt Tran
2025-09-28
1
-5/+90
*
gh-90949: amend GH-139234 in prevision of future mitigation API (#139366)
Bénédikt Tran
2025-09-26
1
-53/+68
*
gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#...
Bénédikt Tran
2025-09-26
1
-27/+170
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-5/+11
*
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat` (#135346)
Petr Viktorin
2025-07-01
1
-6/+79
*
gh-111178: Fix function signature in pyexpat.c (#131674)
Victor Stinner
2025-03-24
1
-16/+29
*
gh-111178: fix UBSan failures in `Modules/pyexpat.c` (GH-129789)
Bénédikt Tran
2025-02-24
1
-98/+147
*
gh-129354: Use PyErr_FormatUnraisable() function (#129514)
Victor Stinner
2025-01-31
1
-1/+2
*
gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126...
Sebastian Pipping
2025-01-02
1
-1/+4
*
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH...
Bénédikt Tran
2024-12-17
1
-1/+6
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-1/+1
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
1
-2/+2
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...
Sebastian Pipping
2024-02-29
1
-0/+53
*
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross
2024-02-07
1
-1/+2
*
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland
2024-01-26
1
-1/+1
*
gh-103092: Make ``pyexpat`` module importable in sub-interpreters (#113555)
Kirill Podoprigora
2023-12-29
1
-3/+1
*
gh-111789: Use PyDict_GetItemRef() in Modules/pyexpat.c (gh-112079)
Serhiy Storchaka
2023-11-27
1
-12/+5
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
1
-2/+2
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
1
-1/+0
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-4/+3
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-10/+4
*
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner
2023-07-22
1
-0/+1
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
1
-8/+5
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+1
*
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner
2023-07-03
1
-0/+5
*
gh-105375: Harden pyexpat initialisation (#105606)
Erlend E. Aasland
2023-06-11
1
-7/+11
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-1/+1
*
GH-103092: isolate `pyexpat` (#104506)
Kumar Aditya
2023-05-16
1
-8/+21
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+3
*
GH-101797: allocate `PyExpat_CAPI` capsule on heap (#101798)
Kumar Aditya
2023-02-11
1
-27/+45
*
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...
Nikita Sobolev
2023-01-08
1
-40/+27
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-2/+2
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner
2022-11-14
1
-12/+6
*
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (G...
Serhiy Storchaka
2022-11-14
1
-3/+1
*
Correct some typos in comments (GH-98194)
jonasdlindner
2022-11-06
1
-1/+1
*
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes
2022-08-15
1
-1/+1
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
1
-1/+0
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
1
-1/+1
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
1
-1/+3
*
bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468)
Dong-hee Na
2022-02-21
1
-4/+8
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+2
*
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-3...
Sebastian Pipping
2021-12-31
1
-49/+91
*
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
TAGAMI Yukihiro
2021-10-02
1
-1/+1
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+1
*
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...
Erlend Egeberg Aasland
2021-05-27
1
-21/+18
[next]