COMMITS
/ Modules/_elementtree.c 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
S
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883)
Stefan Behnel committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 18, 2018
S
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)
Serhiy Storchaka committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
October 23, 2018
Z
Fix error handling bugs in _elementtree.c. (GH-10060)
Zackery Spytz committed
October 19, 2018
S
bpo-35013: Add more type checks for children of Element. (GH-9944)
Serhiy Storchaka committed
October 18, 2018
S
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Serhiy Storchaka committed
October 14, 2018
S
bpo-34941: Fix searching Element subclasses. (GH-9766)
Serhiy Storchaka committed
October 4, 2018
S
bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420)
Serhiy Storchaka committed
September 18, 2018
C
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes committed
July 25, 2018
S
bpo-34218: Fix a leak in _elementtree.c introduced in GH-6769. (GH-8460)
Serhiy Storchaka committed
July 24, 2018
S
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Serhiy Storchaka committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
October 10, 2017