COMMITS
/ Modules/_elementtree.c October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner committed
August 23, 2024
June 7, 2024
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 7, 2024
S
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka committed
February 29, 2024
S
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
Sebastian Pipping committed
January 26, 2024
E
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland committed
December 28, 2023
K
gh-103092: Make `_elementtree` module importable in sub-interpreters (#113434)
Kirill Podoprigora committed
December 24, 2023
K
gh-111784: Fix two segfaults in the elementtree module (GH-113405)
Kirill Podoprigora committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 22, 2023
V
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner 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
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 30, 2023
V
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner committed
June 9, 2023
E
gh-105375: Improve error handling in _elementtree (#105591)
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 `_elementtree` (#104561)
Kumar Aditya committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
January 24, 2023
E
gh-92123: Adapt _elementtree to multi-phase init (PEP 489) (#101285)
Erlend E. Aasland committed
E
GH-92123: Pass _elementtree state as parameter (#101189)
Erlend E. Aasland committed
January 23, 2023
E
GH-92123: Store _elementtree state in type contexts (#101190)
Erlend E. Aasland committed
J
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls committed
January 21, 2023
E
GH-92123: Move _elementtree heap types to module state (#101187)
Erlend E. Aasland committed
January 20, 2023
E
gh-92123: Convert `_elementtree` types to heap types (#99221)
Erlend E. Aasland committed
E
GH-90699: Clear interned strings in `_elementtree` (#101185)
Erlend E. Aasland committed
November 30, 2022
V
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() in _elementtree.c (#99696)
Victor Stinner committed
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner committed
November 13, 2022
V
gh-99300: Use Py_NewRef() in Modules/_elementtree.c (#99438)
Victor Stinner committed
November 2, 2022
K
GH-90699: Remove `_Py_IDENTIFIER` usage from `_elementtree` module (GH-99012)
Kumar Aditya committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
May 13, 2022
V
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
March 11, 2022
O
Remove an old, elementtree-specific leak detector (GH-31811)
Oleg Iarygin committed
February 12, 2022
J
February 8, 2022
December 5, 2021
S
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Serhiy Storchaka committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
July 10, 2020
V
bpo-39573: Use the Py_TYPE() macro (GH-21433)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 12, 2020
O
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
March 29, 2020
D
bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205)
Dong-hee Na committed
March 16, 2020
March 9, 2020
S
bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735)
Serhiy Storchaka committed