summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Removed _SimpleElementPath and its flaky test. The test monkey-patches the mo...Eli Bendersky2012-06-151-23/+0
* | mark problematic test as expected failure - investigatingEli Bendersky2012-06-151-2/+6
* | Replace the iter/itertext methods of Element in _elementtree with true C impl...Eli Bendersky2012-06-151-108/+139
* | Issue #14007: implement doctype() method calling in XMLParser of _elementtree.Eli Bendersky2012-06-011-1/+18
* | Issue #14007: make XMLParser a real subclassable type exported from _elementt...Eli Bendersky2012-06-011-0/+29
* | Issue #14007: implemented the 'element_factory' feature of TreeBuilder inEli Bendersky2012-05-301-4/+14
* | Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...Eli Bendersky2012-05-291-0/+14
* | Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.Eli Bendersky2012-05-291-1/+65
* | Issue #14849: setup Element data members to be assignable in subclassesEli Bendersky2012-05-201-0/+4
* | Fixes and enhancements to _elementtree:Eli Bendersky2012-04-031-0/+35
* | Removing the test of Element that causes ref-leak in GC (issue #14464).Eli Bendersky2012-04-011-10/+0
* | Fix the tests of GC collection in ET.Element according to Benjamin's recommen...Eli Bendersky2012-03-311-23/+21
* | Issue #14065: Added cyclic GC support to ET.ElementEli Bendersky2012-03-301-1/+26
* | Issue #13782: streamline argument type-checking in ET.ElementEli Bendersky2012-03-231-3/+9
* | fix trailing whitespaceEli Bendersky2012-03-161-1/+1
* | Add a test that makes sure TreeBuilder can be passed element_factory in theEli Bendersky2012-03-161-0/+5
* | Issue #14207: the ParseError exception raised by _elementtree was madeEli Bendersky2012-03-161-20/+22
* | Closes Issue #14246: _elementtree parser will now handle io.StringIOEli Bendersky2012-03-161-0/+14
* | Issue #14178: Problem deleting slices with steps != +1 in the _elementtree mo...Eli Bendersky2012-03-091-5/+86
* | Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/c...Florent Xicluna2012-03-051-46/+103
* | Issue #14128: Exposing Element as an actual type from _elementtree, rather th...Eli Bendersky2012-03-041-2/+37
* | fix the _namespace_map cleanup for cElementTree tests.Florent Xicluna2012-02-161-6/+1
* | The C accelerator was not always imported for cElementTree's tests. (there's ...Florent Xicluna2012-02-161-1/+0
* | make TestAccelerator[Not]Imported for ElementTree more robustEli Bendersky2012-02-161-3/+1
* | in the tests of ElementTree, verify that the C accelerator is imported or not...Eli Bendersky2012-02-161-0/+10
* | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-131-23/+26
* | Merge 3.2: issue #2892Florent Xicluna2011-11-011-0/+1
|\ \ | |/
| * Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-011-0/+1
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-4/+4
* | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-3/+3
|/
* #10777: fix iteration over dict keys while mutating the dict.Georg Brandl2010-12-281-0/+9
* Fix Issue10205 - XML QName error when different tags have same QName.Senthil Kumaran2010-11-091-0/+5
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-151-2/+2
* Explicitly close some files (from issue #10093)Antoine Pitrou2010-10-141-7/+16
* #9964: fix running test_xml_etree under -OO.Georg Brandl2010-10-141-0/+4
* Fix xml.etree.ElementInclude to include the tail of the current node. Issue ...Florent Xicluna2010-08-081-0/+18
* Fix BytesWarning in test_xml_etree, introduced with r83851.Florent Xicluna2010-08-081-2/+2
* Issue #8047: Fix the xml.etree serializer to return bytes by default.Florent Xicluna2010-08-081-23/+23
* Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-071-0/+5
* (partially)Florent Xicluna2010-04-021-16/+25
* Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-2/+2
* Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-69/+1542
* Merged revisions 78125 via svnmerge fromAntoine Pitrou2010-02-091-0/+20
* Issue #6233: ElementTree failed converting unicode characters to XMLAntoine Pitrou2010-02-091-0/+11
* #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