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
/
Lib
/
xml
/
etree
/
ElementTree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
Serhiy Storchaka
2017-05-17
1
-2/+8
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka
2015-11-23
1
-30/+41
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-3/+3
*
Issue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky
2013-03-12
1
-7/+5
*
Describe the default_namespace parameter of ElemetTree.write.
Serhiy Storchaka
2013-01-13
1
-2/+3
*
#15970: xml.etree.ElementTree now serializes correctly the empty HTML element...
Ezio Melotti
2012-09-19
1
-1/+1
*
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/+22
*
Merged revisions 86348 via svnmerge from
Senthil Kumaran
2010-11-09
1
-2/+3
*
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...
Florent Xicluna
2010-03-11
1
-415/+803
*
Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")
Antoine Pitrou
2010-02-09
1
-2/+2
*
expunge the xmlcore changes:
Fred Drake
2006-07-29
1
-0/+1260
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
1
-1254/+0
*
added ElementTree core components to xml.etree
Fredrik Lundh
2005-12-12
1
-0/+1254