summaryrefslogtreecommitdiff
path: root/Lib/test/test_xml_etree_c.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.5.Serhiy Storchaka2016-12-211-0/+10
|\
| * Issue #28871: Fixed a crash when deallocate deep ElementTree.Serhiy Storchaka2016-12-211-0/+10
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+1
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+1
|/
* Issue #25691: Fixed crash on deleting ElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+32
|\
| * Issue #25691: Fixed crash on deleting ElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+32
* | Fixed sizeof tests for ElementTree (issue #23450).Serhiy Storchaka2015-02-161-1/+1
|/
* Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-3/+1
|\
| * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-3/+1
* | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-191-0/+9
|/
* Some cosmetic changesEli Bendersky2013-02-261-2/+4
* Issue #15467: Merge 3.2Martin v. L?wis2012-07-291-46/+58
|\
| * White space normalization.Martin v. L?wis2012-06-171-3/+3
| * Issue #14055: Add __sizeof__ support to _elementtree.Martin v. L?wis2012-06-171-2/+37
| * Replace the iter/itertext methods of Element in _elementtree with true C impl...Eli Bendersky2012-06-151-26/+2
| * fix trailing whitespaceEli Bendersky2012-03-041-1/+0
| * Issue #14128: Exposing Element as an actual type from _elementtree, rather th...Eli Bendersky2012-03-041-6/+16
| * The C accelerator was not always imported for cElementTree's tests. (there's ...Florent Xicluna2012-02-161-1/+4
| * make TestAccelerator[Not]Imported for ElementTree more robustEli Bendersky2012-02-161-6/+2
| * Disabling a test that fails on some bots. Will investigate the failure soonEli Bendersky2012-02-161-2/+2
| * in the tests of ElementTree, verify that the C accelerator is imported or not...Eli Bendersky2012-02-161-1/+11
| * Fix xml_etree_c test error (follow up of issue #13988).Florent Xicluna2012-02-131-1/+3
| * Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-131-17/+6
|/
* Start fixing test_bigmem:Antoine Pitrou2011-10-041-2/+2
* Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-01-041-0/+18
* Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-1/+17
* Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-200/+19
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Two changes that are definitely problem-free and avoid calling print()Guido van Rossum2007-10-101-3/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-7/+4
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+3
* added encoding tests to ElementTree/cElementTree testsFredrik Lundh2005-12-161-6/+15
* added cElementTree testsFredrik Lundh2005-12-151-0/+203