summaryrefslogtreecommitdiff
path: root/Lib/test/test_xml_etree_c.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Ele...Oren Milman2017-10-111-0/+25
* bpo-15083: Convert ElementTree doctests to unittests. (#906)Serhiy Storchaka2017-04-021-24/+3
* Fixed running MiscTests in test_xml_etree_c.Serhiy Storchaka2016-12-281-0/+2
* Backed out changeset 78bf34b6a713Serhiy Storchaka2016-12-281-11/+0
* Issue #28871: Fixed a crash when deallocate deep ElementTree.Serhiy Storchaka2016-12-211-0/+11
* Issue #25691: Added tests on deleting cElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+32
* Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-05-031-0/+16
* Move the xml test data to their own directory.Florent Xicluna2010-03-131-0/+5
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-111-203/+14
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+2
* SF#1534630Fredrik Lundh2006-08-161-0/+11
* expunge the xmlcore changes:Fred Drake2006-07-291-3/+3
* added encoding tests to ElementTree/cElementTree testsFredrik Lundh2005-12-161-6/+15
* added cElementTree testsFredrik Lundh2005-12-151-0/+203