| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser... | Oren Milman | 2020-04-12 | 1 | -0/+24 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (... | Serhiy Storchaka | 2020-04-12 | 1 | -1/+1 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data.... | Serhiy Storchaka | 2020-04-11 | 1 | -1/+1 |
|
|
* | bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205) | Dong-hee Na | 2020-03-29 | 1 | -8/+14 |
|
|
* | bpo-39968: Convert extension modules' macros of get_module_state() to inline ... | Hai Shi | 2020-03-16 | 1 | -4/+10 |
|
|
* | bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735) | Serhiy Storchaka | 2020-03-09 | 1 | -40/+32 |
|
|
* | bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850) | Serhiy Storchaka | 2020-03-09 | 1 | -26/+17 |
|
|
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | Andy Lester | 2020-03-04 | 1 | -1/+1 |
|
|
* | bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) | Shantanu | 2020-03-02 | 1 | -2/+2 |
|
|
* | bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) | Dong-hee Na | 2020-02-17 | 1 | -1/+1 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 1 | -8/+8 |
|
|
* | bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615) | Victor Stinner | 2019-10-07 | 1 | -2/+2 |
|
|
* | bpo-37206: Unrepresentable default values no longer represented as None. (GH-... | Serhiy Storchaka | 2019-09-14 | 1 | -9/+9 |
|
|
* | bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) | Serhiy Storchaka | 2019-09-01 | 1 | -60/+0 |
|
|
* | bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) | Stefan Behnel | 2019-07-24 | 1 | -24/+64 |
|
|
* | bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) | Jeroen Demeyer | 2019-07-11 | 1 | -1/+1 |
|
|
* | bpo-37483: add _PyObject_CallOneArg() function (#14558) | Jeroen Demeyer | 2019-07-04 | 1 | -8/+8 |
|
|
* | bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) | Victor Stinner | 2019-06-17 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -8/+8 |
|
|
* | bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) | Zackery Spytz | 2019-05-17 | 1 | -2/+4 |
|
|
* | bpo-35983: skip trashcan for subclasses (GH-11841) | Jeroen Demeyer | 2019-05-10 | 1 | -2/+2 |
|
|
* | bpo-36811: Fix a C compiler warning in _elementtree.c. (GH-13109) | Stefan Behnel | 2019-05-06 | 1 | -1/+1 |
|
|
* | bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ... | Stefan Behnel | 2019-05-03 | 1 | -1/+14 |
|
|
* | bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target... | Stefan Behnel | 2019-05-01 | 1 | -19/+121 |
|
|
* | bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen... | Stefan Behnel | 2019-05-01 | 1 | -29/+302 |
|
|
* | bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) | Serhiy Storchaka | 2019-02-25 | 1 | -7/+13 |
|
|
* | bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170) | Serhiy Storchaka | 2018-12-18 | 1 | -0/+5 |
|
|
* | bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) | Serhiy Storchaka | 2018-12-11 | 1 | -1/+4 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | Serhiy Storchaka | 2018-11-27 | 1 | -1/+1 |
|
|
* | Fix error handling bugs in _elementtree.c. (GH-10060) | Zackery Spytz | 2018-10-23 | 1 | -11/+11 |
|
|
* | bpo-35013: Add more type checks for children of Element. (GH-9944) | Serhiy Storchaka | 2018-10-19 | 1 | -25/+44 |
|
|
* | bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) | Serhiy Storchaka | 2018-10-18 | 1 | -31/+64 |
|
|
* | bpo-34941: Fix searching Element subclasses. (GH-9766) | Serhiy Storchaka | 2018-10-14 | 1 | -12/+13 |
|
|
* | bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420) | Serhiy Storchaka | 2018-10-04 | 1 | -24/+19 |
|
|
* | bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) | Christian Heimes | 2018-09-18 | 1 | -0/+5 |
|
|
* | bpo-34218: Fix a leak in _elementtree.c introduced in GH-6769. (GH-8460) | Serhiy Storchaka | 2018-07-25 | 1 | -0/+1 |
|
|
* | bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) | Serhiy Storchaka | 2018-07-24 | 1 | -73/+14 |
|
|
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 1 | -1/+1 |
|
|
* | bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.t... | Oren Milman | 2017-10-10 | 1 | -34/+28 |
|
|
* | bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641) | Victor Stinner | 2017-09-18 | 1 | -1/+5 |
|
|
* | bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545) | scoder | 2017-09-14 | 1 | -2/+33 |
|
|
* | bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree.... | Oren Milman | 2017-09-12 | 1 | -4/+5 |
|
|
* | bpo-31095: fix potential crash during GC (GH-2974) | INADA Naoki | 2017-08-24 | 1 | -1/+3 |
|
|
* | bpo-30892: Fix _elementtree module initialization (#2647) | Victor Stinner | 2017-07-10 | 1 | -0/+5 |
|
|
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | Serhiy Storchaka | 2017-07-03 | 1 | -1/+1 |
|
|
* | bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) | Serhiy Storchaka | 2017-04-19 | 1 | -2/+2 |
|
|
* | Expand the PySlice_GetIndicesEx macro. (#1023) | Serhiy Storchaka | 2017-04-08 | 1 | -6/+6 |
|
|
* | bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) | Serhiy Storchaka | 2017-03-30 | 1 | -2/+37 |
|
|
* | bpo-27863: Fixed multiple crashes in ElementTree. (#765) | Serhiy Storchaka | 2017-03-30 | 1 | -48/+52 |
|
|