| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34160: Preserve user specified order of Element attributes in html. (GH-1... | Serhiy Storchaka | 2018-10-29 | 1 | -8/+4 |
|
|
* | bpo-34160: Preserve user specified order of Element attributes (GH-10163) | Raymond Hettinger | 2018-10-28 | 1 | -0/+20 |
|
|
* | bpo-35013: Add more type checks for children of Element. (GH-9944) | Serhiy Storchaka | 2018-10-19 | 1 | -20/+22 |
|
|
* | bpo-34941: Fix searching Element subclasses. (GH-9766) | Serhiy Storchaka | 2018-10-14 | 1 | -0/+15 |
|
|
* | bpo-17239: Disable external entities in SAX parser (GH-9217) | Christian Heimes | 2018-09-23 | 1 | -0/+13 |
|
|
* | bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) | Serhiy Storchaka | 2018-07-24 | 1 | -23/+8 |
|
|
* | bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) | Serhiy Storchaka | 2018-06-03 | 1 | -3/+5 |
|
|
* | bpo-32297: Few misspellings found in Python source code comments. (#4803) | Mike | 2017-12-14 | 1 | -1/+1 |
|
|
* | bpo-31648: Improve ElementPath (#3835) | scoder | 2017-09-30 | 1 | -0/+33 |
|
|
* | bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) | Victor Stinner | 2017-09-25 | 1 | -0/+32 |
|
|
* | bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545) | scoder | 2017-09-14 | 1 | -0/+25 |
|
|
* | bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) | Kushal Das | 2017-05-24 | 1 | -0/+1 |
|
|
* | bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) | Serhiy Storchaka | 2017-03-30 | 1 | -48/+41 |
|
|
* | bpo-27863: Fixed multiple crashes in ElementTree. (#765) | Serhiy Storchaka | 2017-03-30 | 1 | -0/+112 |
|
|
* | Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). | Serhiy Storchaka | 2016-10-25 | 1 | -0/+32 |
|\ |
|
| * | Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). | Serhiy Storchaka | 2016-10-25 | 1 | -0/+32 |
|
|
* | | merge | Raymond Hettinger | 2016-09-12 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes | Raymond Hettinger | 2016-09-12 | 1 | -0/+8 |
|
|
* | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+7 |
|
|
* | | Issue #26676: Add missing XMLPullParser to ElementTree.__all__ | Martin Panter | 2016-04-01 | 1 | -2/+4 |
|
|
* | | Issue #26325: Added test.support.check_no_resource_warning() to check that | Serhiy Storchaka | 2016-02-11 | 1 | -8/+2 |
|\ \
| |/ |
|
| * | Issue #26325: Added test.support.check_no_resource_warning() to check that | Serhiy Storchaka | 2016-02-11 | 1 | -8/+2 |
|
|
* | | Issue #25902: Fixed various refcount issues in ElementTree iteration. | Serhiy Storchaka | 2015-12-21 | 1 | -0/+51 |
|\ \
| |/ |
|
| * | Issue #25902: Fixed various refcount issues in ElementTree iteration. | Serhiy Storchaka | 2015-12-21 | 1 | -0/+51 |
|
|
* | | 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 | -2/+27 |
|\ |
|
| * | 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 #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 #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 #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 | -7/+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 #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 #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 #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 | -0/+12 |
|\ \
| |/ |
|
| * | Issue #18997: fix ElementTree crash with using pickle and __getstate__. | Eli Bendersky | 2013-09-13 | 1 | -0/+13 |
|
|
* | | Issue #17741: Rename IncrementalParser and its methods. | Eli Bendersky | 2013-08-30 | 1 | -26/+26 |
|
|