1. 384b81d bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514) by Vladimir Surjaninov · 5 years ago
  2. 8e04186 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) by Victor Stinner · 6 years ago
  3. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  4. 5598cc9 bpo-34160: Preserve order of attributes in minidom. (GH-10219) by Diego Rojas · 6 years ago
  5. 5bfa058 bpo-33274: Compliance with DOM L1: return removed attribute (#7465) by arikrupnik · 6 years ago
  6. f90f5d5 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) by Matthias Bussonnier · 6 years ago
  7. 15f070f Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  8. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  9. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  10. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  11. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  12. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  13. 92a4055 Issue #21774: Fix incorrect variable in xml.dom.minidom by Raymond Hettinger · 10 years ago
  14. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  15. 0f12be1 #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  16. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  17. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  18. 8a80502 Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me. by Eli Bendersky · 12 years ago
  19. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 12 years ago
  20. 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 12 years ago
  21. 313b2ad Fix imports in xml.dom. by Florent Xicluna · 13 years ago
  22. def4728 #4147: merge with 3.2. by Ezio Melotti · 13 years ago
  23. 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 13 years ago
  24. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  25. 63ba97b Fix typo and case in a recently added test by Éric Araujo · 13 years ago
  26. 1d30db4 merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  27. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  28. 06eef9c Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, reviewed by Sandro Tosi). by Raymond Hettinger · 13 years ago
  29. 7c038b4 merge 11164 by Martin v. Löwis · 13 years ago
  30. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  31. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  32. 863a0c3 add tests for xml.pulldom #9373 by Benjamin Peterson · 13 years ago
  33. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  34. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  35. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  36. c524692 Properly close a file in test_minidom. by Brett Cannon · 14 years ago
  37. b9cd72a #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml(). by Georg Brandl · 14 years ago
  38. 688b9e3 #777884: make .normalize() do nothing for childless nodes, instead of raising an exception by Andrew M. Kuchling · 14 years ago
  39. 17173cf http://bugs.python.org/issue8832 Issue minidom.unlink with a context manager by Kristján Valur Jónsson · 14 years ago
  40. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  41. 7fb4da7 Merged revisions 79024 via svnmerge from by Ezio Melotti · 14 years ago
  42. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  43. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  44. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  45. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  46. dc6da8a Merged revisions 71414 via svnmerge from by R. David Murray · 15 years ago
  47. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  48. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  49. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  50. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  51. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  52. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  53. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  54. 3e1f85e Fix the minidom test. by Guido van Rossum · 17 years ago
  55. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  56. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  57. 861fd6f Fix xml.dom.minidom so it works again after the dict views introduction. by Brett Cannon · 17 years ago
  58. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  59. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  60. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  61. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  62. 841d25e [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 19 years ago
  63. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
  64. 905a01a bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 19 years ago
  65. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  66. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  67. fd6aaa1 Synchronize with PyXML's 1.33: Import missing modules. by Martin v. Löwis · 22 years ago
  68. aa5af8d Merge PyXML 1.11-1.26: by Martin v. Löwis · 22 years ago
  69. 6dd7d07 If PyXML is installed, there is no Node.allnodes, so that portion of by Fred Drake · 22 years ago
  70. fd83374 Remove duplicate checks of the Node.allnodes variable. by Fred Drake · 22 years ago
  71. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  72. c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
  73. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  74. 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
  75. e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
  76. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  77. 946f7b1 Update the xml.dom.minidom tests to cover the DOM-compliant parts of the by Fred Drake · 23 years ago
  78. 351c3d0 Implement testGetElementsByTagNameNS. by Martin v. Löwis · 23 years ago
  79. 0009c4e Whitespace normalization. by Tim Peters · 23 years ago
  80. bc8f72c Patch #103854: raises an exception if a non-Attr node is passed to by Andrew M. Kuchling · 23 years ago
  81. fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 23 years ago
  82. acfb3f6 Revise the driver code to be more informative in the final report. by Fred Drake · 23 years ago
  83. 2bcb323 Except HierarchyRequestErr instead of TypeError. by Martin v. Löwis · 24 years ago
  84. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  85. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  86. 6d0cee1 Add forgotten import by Andrew M. Kuchling · 24 years ago
  87. ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
  88. 1703cf6 Before calling traceback.print_exc(), call sys.stdout.flush(). This makes by Fred Drake · 24 years ago
  89. 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
  90. a1bde80 testInsertBefore(): Rewritten to actually test insertBefore() somewhat. by Fred Drake · 24 years ago
  91. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  92. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
  93. 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 24 years ago
  94. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  95. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  96. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
  97. c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 24 years ago
  98. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
  99. 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 24 years ago
  100. 4c79919 Fix test errors. by Paul Prescod · 24 years ago