COMMITS
/ Modules/_elementtree.c 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
S
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)
Serhiy Storchaka committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
March 2, 2020
S
bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275)
Shantanu committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
October 7, 2019
V
bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 1, 2019
S
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka committed
July 24, 2019
S
bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856)
Stefan Behnel committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 17, 2019
V
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 17, 2019
Z
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz committed
May 10, 2019
J
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer committed
May 6, 2019
S
bpo-36811: Fix a C compiler warning in _elementtree.c. (GH-13109)
Stefan Behnel committed
May 3, 2019
May 1, 2019
S
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885)
Stefan Behnel committed