summaryrefslogtreecommitdiff
path: root/Lib/test/test_minidom.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #10131: Fixed deep copying of minidom documents. Based on patchSerhiy Storchaka2015-11-261-42/+52
|\
| * Issue #10131: Fixed deep copying of minidom documents. Based on patchSerhiy Storchaka2015-11-261-42/+52
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-0/+15
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
|/
* Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().Serhiy Storchaka2015-04-021-2/+8
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-37/+38
* Issue #21774: Fix incorrect variable in xml.dom.minidomRaymond Hettinger2014-06-151-0/+7
* #12220: improve minidom error when URI contains spaces.R David Murray2014-04-201-0/+4
* #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok.Ezio Melotti2013-08-101-5/+6
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-40/+37
|\
| * Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch...Eli Bendersky2012-07-131-0/+5
| * Issue #14168: Check for presence of _attrs before accessing it.Martin v. Löwis2012-03-051-3/+12
| * Fix imports in xml.dom.Florent Xicluna2011-12-101-1/+1
| * #4147: merge with 3.2.Ezio Melotti2011-11-181-5/+32
| |\
| * \ Merge 3.2Éric Araujo2011-10-051-40/+41
| |\ \
| | * \ merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+7
| | |\ \
| | * | | Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, re...Raymond Hettinger2011-06-251-2/+40
| | * | | merge 11164Martin v. Löwis2011-05-091-20/+0
| | |\ \ \
| | * | | | add tests for xml.pulldom #9373Benjamin Peterson2011-03-021-38/+1
* | | | | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | | | | | Backport minidom attribute tests from default (73c76466cf44).Éric Araujo2012-03-051-4/+22
| |_|_|_|/ |/| | | |
* | | | | #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-181-5/+32
|/ / / /
* | | | Fix typo and case in a recently added testÉric Araujo2011-10-051-1/+1
| |_|/ |/| |
* | | #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+7
| |/ |/|
* | merge 11164Martin v. Löwis2011-05-091-20/+0
|\ \ | |/ |/|
| * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-20/+0
| * Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge fromGeorg Brandl2010-11-261-0/+7
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-1/+1
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-3/+3
* | Properly close a file in test_minidom.Brett Cannon2010-10-301-3/+4
* | #5762: fix handling of empty namespace in minidom, which would result in Attr...Georg Brandl2010-10-151-0/+7
* | #777884: make .normalize() do nothing for childless nodes, instead of raising...Andrew M. Kuchling2010-07-251-0/+8
* | http://bugs.python.org/issue8832Kristján Valur Jónsson2010-06-091-0/+7
* | Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-1/+1
* | Merged revisions 79024 via svnmerge fromEzio Melotti2010-03-181-1/+1
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+2
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-9/+3
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
|/
* Merged revisions 71414 via svnmerge fromR. David Murray2009-04-091-0/+161
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-1/+1
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-2/+1
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv...Benjamin Peterson2008-05-261-0/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+8
* Remove RISCOS supportSkip Montanaro2007-08-161-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Fix the minidom test.Guido van Rossum2007-07-271-7/+7
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-5/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1337/+1257