COMMITS
/ Modules/_elementtree.c 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
September 18, 2017
V
bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641)
Victor Stinner committed
September 14, 2017
S
September 12, 2017
August 24, 2017
I
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki committed
July 10, 2017
V
bpo-30892: Fix _elementtree module initialization (#2647)
Victor Stinner committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
Serhiy Storchaka committed