summaryrefslogtreecommitdiff
path: root/Modules/_elementtree.c
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Fix error handling bugs in _elementtree.c. (GH-10060) (GH-10080)Zackery Spytz2018-10-261-28/+37
* [2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) (GH-9394)Christian Heimes2018-09-181-0/+5
* [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka2018-07-311-2/+2
* bpo-31544: Fix a reference leak to 'self' after the previous target error han...scoder2018-03-311-6/+21
* bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executin...scoder2018-03-241-2/+33
* [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...Oren Milman2017-10-111-20/+21
* consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)Benjamin Peterson2017-09-131-6/+6
* bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129)Stéphane Wirtel2017-06-121-1/+3
* bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)Serhiy Storchaka2017-05-171-7/+36
* bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)Serhiy Storchaka2017-04-151-2/+2
* bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)Serhiy Storchaka2017-04-081-6/+6
* bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)Serhiy Storchaka2017-04-021-41/+51
* bpo-29876: fix DECREF for NULL value in subelement() (GH-760)Xiang Zhang2017-03-221-1/+2
* bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)Xiang Zhang2017-03-221-1/+1
* Backed out changeset 78bf34b6a713Serhiy Storchaka2016-12-281-19/+4
* Issue #28871: Fixed a crash when deallocate deep ElementTree.Serhiy Storchaka2016-12-211-4/+19
* when you enter repr, you must leave, too (#25455)Benjamin Peterson2016-12-031-0/+1
* Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-9/+19
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-4/+4
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-9/+9
* Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-19/+12
* Issue #24103: Fixed possible use after free in ElementTree.iterparse().Serhiy Storchaka2015-12-241-13/+7
* Fixed possible leaks in ElementTree parser.Serhiy Storchaka2015-12-091-2/+8
* Issue25814: Propagate all errors from custom XML parser handlersSerhiy Storchaka2015-12-061-73/+45
* Fixed compilation error introduced in 745fd5550bc0.Serhiy Storchaka2015-11-261-1/+1
* Issue #19687: Fixed possible integer overflows in ElementTree.Serhiy Storchaka2015-11-251-6/+23
* Issue #19687: Fixed memory leak on failed Element slice assignment.Serhiy Storchaka2015-11-221-10/+6
* Issue #24091: Fixed various crashes in corner cases in cElementTree.Serhiy Storchaka2015-05-181-20/+45
* Issue #20437: Fixed 43 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-4/+4
* Fix indentation from previous commitEli Bendersky2013-11-281-2/+2
* Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-1/+4
* Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.Eli Bendersky2013-08-041-0/+2
* Issue #2892: preserve iterparse events in case of SyntaxErrorFlorent Xicluna2011-11-011-15/+23
* Closes #7334: close source files on ElementTree.parse and iterparse (partial ...Florent Xicluna2011-10-291-11/+21
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-1/+1
* Fix repr of tree Element on windows.Florent Xicluna2010-03-111-7/+8
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-111-253/+506
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-26/+26
* Renamed PyString to PyBytesChristian Heimes2008-05-261-26/+26
* Coverity issue CID #182Christian Heimes2008-01-181-0/+10
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-6/+6
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-6/+6
* SF#1534630Fredrik Lundh2006-08-161-1/+5
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-121-1/+1
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-191-2/+2
* Fix some Py_ssize_t issuesNeal Norwitz2006-06-121-5/+6
* "_self" is a said to be a reserved word in Watcom C 10.6. I'mFredrik Lundh2006-06-031-2/+2
* Fix problems found by Coverity.Neal Norwitz2006-05-101-1/+3
* merged with cElementTree development trunk (1.0.6 snapshot):Fredrik Lundh2006-03-121-32/+60