index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_elementtree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129)
Stéphane Wirtel
2017-06-12
1
-1/+3
*
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
Serhiy Storchaka
2017-05-17
1
-7/+36
*
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
Serhiy Storchaka
2017-04-15
1
-2/+2
*
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
Serhiy Storchaka
2017-04-08
1
-6/+6
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
Serhiy Storchaka
2017-04-02
1
-41/+51
*
bpo-29876: fix DECREF for NULL value in subelement() (GH-760)
Xiang Zhang
2017-03-22
1
-1/+2
*
bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)
Xiang Zhang
2017-03-22
1
-1/+1
*
Backed out changeset 78bf34b6a713
Serhiy Storchaka
2016-12-28
1
-19/+4
*
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Serhiy Storchaka
2016-12-21
1
-4/+19
*
when you enter repr, you must leave, too (#25455)
Benjamin Peterson
2016-12-03
1
-0/+1
*
Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-9/+19
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-4/+4
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-9/+9
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-19/+12
*
Issue #24103: Fixed possible use after free in ElementTree.iterparse().
Serhiy Storchaka
2015-12-24
1
-13/+7
*
Fixed possible leaks in ElementTree parser.
Serhiy Storchaka
2015-12-09
1
-2/+8
*
Issue25814: Propagate all errors from custom XML parser handlers
Serhiy Storchaka
2015-12-06
1
-73/+45
*
Fixed compilation error introduced in 745fd5550bc0.
Serhiy Storchaka
2015-11-26
1
-1/+1
*
Issue #19687: Fixed possible integer overflows in ElementTree.
Serhiy Storchaka
2015-11-25
1
-6/+23
*
Issue #19687: Fixed memory leak on failed Element slice assignment.
Serhiy Storchaka
2015-11-22
1
-10/+6
*
Issue #24091: Fixed various crashes in corner cases in cElementTree.
Serhiy Storchaka
2015-05-18
1
-20/+45
*
Issue #20437: Fixed 43 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-4/+4
*
Fix indentation from previous commit
Eli Bendersky
2013-11-28
1
-2/+2
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-1/+4
*
Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.
Eli Bendersky
2013-08-04
1
-0/+2
*
Issue #2892: preserve iterparse events in case of SyntaxError
Florent Xicluna
2011-11-01
1
-15/+23
*
Closes #7334: close source files on ElementTree.parse and iterparse (partial ...
Florent Xicluna
2011-10-29
1
-11/+21
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
1
-1/+1
*
Fix repr of tree Element on windows.
Florent Xicluna
2010-03-11
1
-7/+8
*
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...
Florent Xicluna
2010-03-11
1
-253/+506
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-26/+26
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-26/+26
*
Coverity issue CID #182
Christian Heimes
2008-01-18
1
-0/+10
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-6/+6
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-6/+6
*
SF#1534630
Fredrik Lundh
2006-08-16
1
-1/+5
*
Klocwork made another run and found a bunch more problems.
Neal Norwitz
2006-08-12
1
-1/+1
*
Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).
Trent Mick
2006-06-19
1
-2/+2
*
Fix some Py_ssize_t issues
Neal Norwitz
2006-06-12
1
-5/+6
*
"_self" is a said to be a reserved word in Watcom C 10.6. I'm
Fredrik Lundh
2006-06-03
1
-2/+2
*
Fix problems found by Coverity.
Neal Norwitz
2006-05-10
1
-1/+3
*
merged with cElementTree development trunk (1.0.6 snapshot):
Fredrik Lundh
2006-03-12
1
-32/+60
*
More unconsting.
Martin v. Löwis
2006-02-27
1
-7/+1
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-11/+18
*
Check return results for errors
Neal Norwitz
2006-02-07
1
-0/+5
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
SF#1389809
Fredrik Lundh
2005-12-25
1
-1/+1
*
Fixed None reference leaks in TreeBuilder class (reported by Neal
Fredrik Lundh
2005-12-18
1
-0/+4
*
Fixed reference counting error when using the entity dictionary
Fredrik Lundh
2005-12-17
1
-1/+0
[next]