1. bb69789 [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) (GH-14936) by Stefan Behnel · 5 years ago
  2. 88db8bd bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201) by Stefan Behnel · 5 years ago
  3. 4754168 bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997) by Stefan Behnel · 5 years ago
  4. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 5 years ago
  5. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 5 years ago
  6. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 5 years ago
  7. 50fed0b bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) by Gordon P. Hemsley · 5 years ago
  8. e8113f5 bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) by Stefan Behnel · 5 years ago
  9. 3c5a858 bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830) by Stefan Behnel · 5 years ago
  10. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 5 years ago
  11. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 5 years ago
  12. 3b05ad7 bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190) by Serhiy Storchaka · 6 years ago
  13. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  14. f081fd8 bpo-35013: Add more type checks for children of Element. (GH-9944) by Serhiy Storchaka · 6 years ago
  15. b11c566 bpo-34941: Fix searching Element subclasses. (GH-9766) by Serhiy Storchaka · 6 years ago
  16. 17b1d5d bpo-17239: Disable external entities in SAX parser (GH-9217) by Christian Heimes · 6 years ago
  17. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  18. 13f51d9 bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) by Serhiy Storchaka · 6 years ago
  19. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  20. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 7 years ago
  21. e6d9fcb bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) by Victor Stinner · 7 years ago
  22. c8d8e15 bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545) by scoder · 7 years ago
  23. 1de4705 bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) by Kushal Das · 7 years ago
  24. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 7 years ago
  25. 576def0 bpo-27863: Fixed multiple crashes in ElementTree. (#765) by Serhiy Storchaka · 7 years ago
  26. c3adf1e Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  27. 036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  28. 11fa3ff merge by Raymond Hettinger · 8 years ago
  29. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 8 years ago
  30. f0ee5cc Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  31. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  32. dcfebb3 Issue #26676: Add missing XMLPullParser to ElementTree.__all__ by Martin Panter · 8 years ago
  33. 2feb642 Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 8 years ago
  34. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 8 years ago
  35. 47a9d59 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  36. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  37. dde0815 Issue #7990: dir() on ElementTree.Element now lists properties: "tag", by Serhiy Storchaka · 9 years ago
  38. 6f988b5 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  39. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  40. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  41. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  42. 36e4f76 Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  43. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  44. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  45. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  46. 982a08f Issue #25047: Merge Element Tree encoding from 3.4 into 3.5 by Martin Panter · 9 years ago
  47. 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 9 years ago
  48. 4a01cab Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  49. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  50. a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  51. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  52. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  53. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  54. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  55. 8148164 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  56. 5dd40e5 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  57. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  58. 4cc2afa Close #18990: remove root attribute from XMLPullParser by Nick Coghlan · 11 years ago
  59. 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  60. dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  61. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  62. b9b6ce6 Merge fix for Issue #17011 from 3.3 by Eli Bendersky · 11 years ago
  63. 2acc525 Issue #17011: Fix caching of xpath path when namespaces are present. by Eli Bendersky · 11 years ago
  64. 6597aa1 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  65. 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  66. 4ace240 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  67. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  68. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  69. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  70. 8be9039 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  71. 7b3022f Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  72. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  73. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  74. c4e98a6 Cleanup more old ET library leftovers by Eli Bendersky · 11 years ago
  75. 46955b2 Issue #17988: remove unused alias for Element and rename the used one by Eli Bendersky · 11 years ago
  76. 3a4fbd8 _elementtree.XMLParser._setevents should support any sequence, not just tuples by Eli Bendersky · 11 years ago
  77. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  78. 5b235d0 Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications. by Antoine Pitrou · 11 years ago
  79. b26545e Some cosmetic changes by Eli Bendersky · 11 years ago
  80. 2368704 Some cosmetic changes by Eli Bendersky · 11 years ago
  81. 91d0ca7 Issue #15083: Convert ElementTree doctests to unittests. by Serhiy Storchaka · 11 years ago
  82. f8cf59e Issue #15083: Convert ElementTree doctests to unittests. by Serhiy Storchaka · 11 years ago
  83. c4d5e08 Issue #9708: Fix support for iterparse(parser=...) argument per documentation. by Eli Bendersky · 11 years ago
  84. aaa9780 Issue #9708: Fix support for iterparse(parser=...) argument per documentation. by Eli Bendersky · 11 years ago
  85. 5c6198b Issue #12323: Strengthen error checking of the position XPath selectors by Eli Bendersky · 11 years ago
  86. 791c97a Add some tests for XPath numeric indexing by Eli Bendersky · 12 years ago
  87. a80f761 Add some tests for XPath numeric indexing by Eli Bendersky · 12 years ago
  88. a9a2ef5 Close #14377: Add a new parameter to ElementTree.write and some module-level by Eli Bendersky · 12 years ago
  89. 25771b3 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
  90. c31f773 clean trailing whitespace by Eli Bendersky · 12 years ago
  91. ceab1a9 Issues #15083 and #16992: port find.* method tests to unittest by Eli Bendersky · 12 years ago
  92. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  93. 458c0d5 normalize whitespace by Eli Bendersky · 12 years ago
  94. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  95. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  96. 52280c4 Skip a test correctly for the C-version. The decorator doesn't really work by Eli Bendersky · 12 years ago
  97. 7ec45f7 For Issue #16076: make sure that pickling of Element objects is tested, and do by Eli Bendersky · 12 years ago
  98. ee32931 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
  99. ab9b661 #15970: merge with 3.2. by Ezio Melotti · 12 years ago
  100. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago