index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_xml_etree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #7990: dir() on ElementTree.Element now lists properties: "tag",
Serhiy Storchaka
2015-11-25
1
-4
/
+6
*
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka
2015-11-23
1
-1
/
+1
|
\
|
*
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
Serhiy Storchaka
2015-11-23
1
-0
/
+27
|
|
\
|
*
\
Issue #19687: Fixed memory leak on failed Element slice assignment.
Serhiy Storchaka
2015-11-22
1
-1
/
+1
|
|
\
\
|
|
*
\
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0
/
+14
|
|
|
\
\
|
|
*
\
\
Issue #25047: Merge Element Tree encoding from 3.4 into 3.5
Martin Panter
2015-09-23
1
-1
/
+1
|
|
|
\
\
\
|
|
|
*
\
\
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
Serhiy Storchaka
2015-06-29
1
-0
/
+41
|
|
|
|
\
\
\
|
|
|
*
\
\
\
Issue #24091: Fixed various crashes in corner cases in C implementation of
Serhiy Storchaka
2015-05-18
1
-0
/
+122
|
|
|
|
\
\
\
\
|
|
|
*
|
|
|
|
Issue #22681: Added support for the koi8_t encoding.
Serhiy Storchaka
2015-05-12
1
-1
/
+1
|
|
|
*
|
|
|
|
Issue #22682: Added support for the kz1048 encoding.
Serhiy Storchaka
2015-05-12
1
-1
/
+1
*
|
|
|
|
|
|
|
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka
2015-11-23
1
-2
/
+27
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
Serhiy Storchaka
2015-11-23
1
-0
/
+27
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #19687: Fixed memory leak on failed Element slice assignment.
Serhiy Storchaka
2015-11-22
1
-0
/
+75
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0
/
+14
|
/
/
/
/
*
|
|
|
Issue #25047: Respect case writing XML encoding declarations
Martin Panter
2015-09-23
1
-7
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
Serhiy Storchaka
2015-06-29
1
-0
/
+41
|
|
/
|
/
|
*
|
Issue #24091: Fixed various crashes in corner cases in C implementation of
Serhiy Storchaka
2015-05-18
1
-0
/
+122
|
/
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-27
/
+30
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-0
/
+5
|
\
|
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-0
/
+5
*
|
Issue #19668: Added support for the cp1125 encoding.
Serhiy Storchaka
2013-11-23
1
-3
/
+3
*
|
Close #18990: remove root attribute from XMLPullParser
Nick Coghlan
2013-09-28
1
-14
/
+5
*
|
Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle...
Eli Bendersky
2013-09-13
1
-14
/
+189
|
\
\
|
|
/
|
/
|
|
*
Issue #17741: Rename IncrementalParser and its methods.
Eli Bendersky
2013-08-30
1
-26
/
+26
|
*
Merge fix for Issue #17011 from 3.3
Eli Bendersky
2013-08-03
1
-14
/
+190
|
|
\
|
|
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-05
1
-14
/
+190
|
|
|
\
|
|
|
*
Clean-up duplicated code in tests
Eli Bendersky
2013-05-25
1
-14
/
+190
|
|
|
|
\
|
|
|
|
*
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
1
-14
/
+190
|
|
|
|
|
\
|
|
|
|
|
*
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
1
-15
/
+30
|
|
|
|
|
|
\
|
|
|
|
|
*
|
Add some testing to verify which module was imported in ET tests.
Eli Bendersky
2013-05-19
1
-2
/
+6
|
|
|
|
|
*
|
Cleanup more old ET library leftovers
Eli Bendersky
2013-05-19
1
-11
/
+1
|
|
|
|
|
*
|
Issue #17988: remove unused alias for Element and rename the used one
Eli Bendersky
2013-05-19
1
-1
/
+1
|
|
|
|
|
*
|
_elementtree.XMLParser._setevents should support any sequence, not just tuples
Eli Bendersky
2013-05-19
1
-0
/
+35
|
|
|
|
|
*
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0
/
+147
|
|
|
|
|
|
\
\
|
|
|
|
|
|
*
|
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...
Antoine Pitrou
2013-04-18
1
-0
/
+130
|
|
|
|
|
|
*
|
Some cosmetic changes
Eli Bendersky
2013-02-26
1
-13
/
+9
|
|
|
|
|
|
|
\
\
|
|
|
|
|
|
*
\
\
Issue #15083: Convert ElementTree doctests to unittests.
Serhiy Storchaka
2013-02-25
1
-0
/
+17
|
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
*
\
\
Issue #9708: Fix support for iterparse(parser=...) argument per documentation.
Eli Bendersky
2013-01-24
1
-0
/
+17
|
|
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
|
*
|
|
Issue #12323: Strengthen error checking of the position XPath selectors
Eli Bendersky
2013-01-24
1
-0
/
+5
|
|
|
|
|
|
|
|
*
|
|
Add some tests for XPath numeric indexing
Eli Bendersky
2013-01-22
1
-0
/
+17
|
|
|
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
|
*
|
|
|
Close #14377: Add a new parameter to ElementTree.write and some module-level
Eli Bendersky
2013-01-13
1
-0
/
+12
*
|
|
|
|
|
|
|
|
|
|
|
Issue #18997: fix ElementTree crash with using pickle and __getstate__.
Eli Bendersky
2013-09-13
1
-0
/
+13
|
/
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
|
Issue #17011: Fix caching of xpath path when namespaces are present.
Eli Bendersky
2013-08-03
1
-0
/
+14
|
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-05
1
-0
/
+7
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Clean-up duplicated code in tests
Eli Bendersky
2013-05-25
1
-46
/
+0
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
1
-0
/
+92
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
1
-15
/
+30
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
1
-0
/
+6
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Some cosmetic changes
Eli Bendersky
2013-02-26
1
-13
/
+9
|
/
/
/
/
*
|
|
|
Issue #15083: Convert ElementTree doctests to unittests.
Serhiy Storchaka
2013-02-25
1
-1373
/
+1132
|
/
/
/
[next]