1. 97e8b1e bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147) by Ammar Askar · 4 years, 9 months ago
  2. 40db798 bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464) by scoder · 4 years, 10 months ago
  3. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 5 years ago
  4. 301f0d4 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Shantanu · 5 years ago
  5. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 6 years ago
  6. 97b817e bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) by Anjali Bansal · 6 years ago
  7. f02ea62 bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) by Serhiy Storchaka · 6 years ago
  8. b5d3cee bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML trees (GH-15200) by Stefan Behnel · 6 years ago
  9. a3697db bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) by Stefan Behnel · 6 years ago
  10. 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 · 6 years ago
  11. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 6 years ago
  12. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 6 years ago
  13. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 6 years ago
  14. 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 · 6 years ago
  15. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 6 years ago
  16. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 6 years ago
  17. e5458bd bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903) by Manjusaka · 6 years ago
  18. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 7 years ago
  19. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 7 years ago
  20. 8d1f2f4 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) by sblondon · 7 years ago
  21. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 8 years ago
  22. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 8 years ago
  23. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 9 years ago
  24. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  25. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  26. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  27. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  28. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  29. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  30. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 10 years ago
  31. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
  32. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  33. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  34. 0bd22d4 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 11 years ago
  35. 1e1e601 Minor readability improvement. by Raymond Hettinger · 11 years ago
  36. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  37. 303718c Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  38. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  39. 410d320 whatsnew: XMLPullParser, plus some doc updates. by R David Murray · 12 years ago
  40. 575fb31 shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. by R David Murray · 12 years ago
  41. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 12 years ago
  42. 834a73b merge with 3.3 by Georg Brandl · 12 years ago
  43. bdaee3a Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 12 years ago
  44. 4cc2afa Close #18990: remove root attribute from XMLPullParser by Nick Coghlan · 12 years ago
  45. 2c68e30 Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous". by Eli Bendersky · 12 years ago
  46. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 12 years ago
  47. a8c2a8a Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 12 years ago
  48. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 12 years ago
  49. c020e7f Merge doc fix from 3.3 by Eli Bendersky · 12 years ago
  50. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 12 years ago
  51. 74eba65 Fix markup in elementtree docs. by Ezio Melotti · 12 years ago
  52. bfd7837 Clarify the documentation of XMLParser.close by Eli Bendersky · 12 years ago
  53. c4216ab Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser by Eli Bendersky · 12 years ago
  54. ca97fd3 Issue #17902: Clarify doc of ElementTree.iterparse by Eli Bendersky · 12 years ago
  55. fb62544 Clarify docs too: events can be any sequence (not that the C code supports it) by Eli Bendersky · 12 years ago
  56. 3bdead1 Add some documentation for IncrementalParesr by Eli Bendersky · 12 years ago
  57. 10e0af8 Fix trailing whitespace by Eli Bendersky · 12 years ago
  58. ab2a76c Update ET documentation reprhasing the mention of the new IncrementalParser in by Eli Bendersky · 12 years ago
  59. 5b235d0 Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications. by Antoine Pitrou · 12 years ago
  60. 1bab713 Merge with 3.3. by Georg Brandl · 12 years ago
  61. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  62. 9869e60 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  63. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  64. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  65. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  66. 9e189f0 Cleanup the docs ElementTree a bit. by Serhiy Storchaka · 13 years ago
  67. f1b045f Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
  68. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
  69. e9af827 Cleanup the docs ElementTree a bit and describe the default_namespace parameter. In the code, replace the old outdated Doxygen-ish comment above ElementTree.write by a proper docstring. by Eli Bendersky · 13 years ago
  70. a9a2ef5 Close #14377: Add a new parameter to ElementTree.write and some module-level by Eli Bendersky · 13 years ago
  71. 831893a Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding. by Eli Bendersky · 13 years ago
  72. 323a43a Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches. by Eli Bendersky · 13 years ago
  73. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 13 years ago
  74. 3115f0d Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. by Eli Bendersky · 13 years ago
  75. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 13 years ago
  76. f96cf91 Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding by Eli Bendersky · 13 years ago
  77. 00f402b Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me by Eli Bendersky · 13 years ago
  78. 48c50bf Clarify ET.iterparse documentation - this function is not supported by the by Eli Bendersky · 13 years ago
  79. 1bf2394 fix trailing whitespace by Eli Bendersky · 13 years ago
  80. 52467b1 Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups by Eli Bendersky · 13 years ago
  81. 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 13 years ago
  82. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 13 years ago
  83. c1d9869 Issue #14006: improve the documentation of xml.etree.ElementTree by Eli Bendersky · 13 years ago
  84. ede001a Fix doc typo noticed by Amaury Forgeot d'Arc by Eli Bendersky · 13 years ago
  85. 3a4875e Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code by Eli Bendersky · 13 years ago
  86. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 13 years ago
  87. 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  88. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  89. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
  90. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 13 years ago
  91. 138fc89 #13138: add missing versionadded. by Ezio Melotti · 14 years ago
  92. 3029aff Add missing source links. by Raymond Hettinger · 14 years ago
  93. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 15 years ago
  94. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
  95. c17f172 Issue #8047: Fix the xml.etree serializer to return bytes by default. by Florent Xicluna · 15 years ago
  96. f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
  97. dddd5e9 Merged revisions 78944 via svnmerge from by Florent Xicluna · 15 years ago
  98. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 15 years ago
  99. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 16 years ago
  100. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 16 years ago