COMMITS
/ Modules/_elementtree.c 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
S
bpo-27863: Fixed multiple crashes in ElementTree. (#765)
Serhiy Storchaka committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
December 21, 2016
S
Merge from 3.6.
Serhiy Storchaka committed
S
Merge from 3.5.
Serhiy Storchaka committed
S
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Serhiy Storchaka committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 9, 2016
V
Use PyObject_CallFunctionObjArgs()
Victor Stinner committed
V
Use _PyObject_CallMethodIdObjArgs() in _elementtree
Victor Stinner committed
December 5, 2016
V
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunction() with fastcall
Victor Stinner committed
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 29, 2016
V
Fix xml.etree.ElementTree.Element.getiterator()
Victor Stinner committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
August 22, 2016
V
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner committed
August 19, 2016
V
_elementtree: deepcopy() now uses fast call
Victor Stinner committed
June 12, 2016
S
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka committed
S
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka committed
S
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka committed
S
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
Serhiy Storchaka committed
S
Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
Serhiy Storchaka committed
December 21, 2015
S
Issue #25869: Optimized deepcopying ElementTree; it is now 20 times faster.
Serhiy Storchaka committed
S
Issue #25873: Optimized iterating ElementTree.
Serhiy Storchaka committed
S
Issue #25902: Fixed various refcount issues in ElementTree iteration.
Serhiy Storchaka committed
S
Issue #25902: Fixed various refcount issues in ElementTree iteration.
Serhiy Storchaka committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
December 10, 2015
S
Issue #25638: Optimized ElementTree parsing; it is now 10% faster.
Serhiy Storchaka committed
December 9, 2015
S
Fixed possible leaks in ElementTree parser.
Serhiy Storchaka committed
S
Fixed possible leaks in ElementTree parser.
Serhiy Storchaka committed
S
Fixed possible leak in ElementTree.Element.iter().
Serhiy Storchaka committed
S
Fixed possible leak in ElementTree.Element.iter().
Serhiy Storchaka committed
December 7, 2015
S
Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.
Serhiy Storchaka committed