summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_dom_minicompat.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #10131: Fixed deep copying of minidom documents. Based on patchSerhiy Storchaka2015-11-261-0/+36
| | | | by Marian Ganisin.
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-12/+13
|
* #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler ↵Ezio Melotti2013-04-101-0/+101
and Phil Connell.