summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36831: Do not apply default namespace to unprefixed attributes in Element...Stefan Behnel2019-05-091-6/+21
* bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...Stefan Behnel2019-05-031-2/+54
* bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)Stefan Behnel2019-05-011-0/+229
* bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...Stefan Behnel2019-05-011-5/+88
* bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...Stefan Behnel2019-05-011-3/+87
* bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)Gordon P. Hemsley2019-04-281-2/+85
* bpo-30485: Change the prefix for defining the default namespace in ElementPat...Stefan Behnel2019-04-181-1/+1
* bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...Stefan Behnel2019-04-141-3/+0
* bpo-30485: support a default prefix mapping in ElementPath by passing None as...Stefan Behnel2019-04-141-0/+6
* bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...Bernt Røskar Brenna2019-04-141-0/+123
* bpo-34160: Preserve user specified order of Element attributes in html. (GH-1...Serhiy Storchaka2018-10-291-8/+4
* bpo-34160: Preserve user specified order of Element attributes (GH-10163)Raymond Hettinger2018-10-281-0/+20
* bpo-35013: Add more type checks for children of Element. (GH-9944)Serhiy Storchaka2018-10-191-20/+22
* bpo-34941: Fix searching Element subclasses. (GH-9766)Serhiy Storchaka2018-10-141-0/+15
* bpo-17239: Disable external entities in SAX parser (GH-9217)Christian Heimes2018-09-231-0/+13
* bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)Serhiy Storchaka2018-07-241-23/+8
* bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)Serhiy Storchaka2018-06-031-3/+5
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* bpo-31648: Improve ElementPath (#3835)scoder2017-09-301-0/+33
* bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570)Victor Stinner2017-09-251-0/+32
* bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)scoder2017-09-141-0/+25
* bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)Kushal Das2017-05-241-0/+1
* bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)Serhiy Storchaka2017-03-301-48/+41
* bpo-27863: Fixed multiple crashes in ElementTree. (#765)Serhiy Storchaka2017-03-301-0/+112
* Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().Serhiy Storchaka2016-10-251-0/+32
|\
| * Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().Serhiy Storchaka2016-10-251-0/+32
* | mergeRaymond Hettinger2016-09-121-0/+8
|\ \ | |/
| * Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-121-0/+8
* | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-1/+7
|\ \ | |/
| * Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-1/+7
* | Issue #26676: Add missing XMLPullParser to ElementTree.__all__Martin Panter2016-04-011-2/+4
* | Issue #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-111-8/+2
|\ \ | |/
| * Issue #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-111-8/+2
* | Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-211-0/+51
|\ \ | |/
| * Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-211-0/+51
* | Issue #7990: dir() on ElementTree.Element now lists properties: "tag",Serhiy Storchaka2015-11-251-4/+6
|/
* Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.Serhiy Storchaka2015-11-231-2/+27
|\
| * Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.Serhiy Storchaka2015-11-231-2/+27
* | Issue #25691: Fixed crash on deleting ElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+27
|\ \ | |/
| * Issue #25691: Fixed crash on deleting ElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+27
* | Issue #19687: Fixed memory leak on failed Element slice assignment.Serhiy Storchaka2015-11-221-0/+75
|\ \ | |/
| * Issue #19687: Fixed memory leak on failed Element slice assignment.Serhiy Storchaka2015-11-221-0/+75
* | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+14
|\ \ | |/
| * Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+14
* | Issue #25047: Merge Element Tree encoding from 3.4 into 3.5Martin Panter2015-09-231-7/+14
|\ \ | |/
| * Issue #25047: Respect case writing XML encoding declarationsMartin Panter2015-09-231-7/+14
* | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+41
|\ \ | |/
| * Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+41
* | Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-181-0/+122
|\ \ | |/
| * Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-181-0/+122