summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree.py
Commit message (Expand)AuthorAgeFilesLines
* Clean-up duplicated code in testsEli Bendersky2013-05-251-46/+0
|\
| * Clean-up duplicated code in testsEli Bendersky2013-05-251-46/+0
* | Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-251-0/+92
|\ \ | |/
| * Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-251-0/+92
* | Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
|\ \ | |/
| * Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-15/+30
* | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-201-2/+6
* | Cleanup more old ET library leftoversEli Bendersky2013-05-191-11/+1
* | Issue #17988: remove unused alias for Element and rename the used oneEli Bendersky2013-05-191-1/+1
* | _elementtree.XMLParser._setevents should support any sequence, not just tuplesEli Bendersky2013-05-191-0/+35
* | Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
|\ \ | |/
| * Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
* | Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...Antoine Pitrou2013-04-181-0/+130
* | Some cosmetic changesEli Bendersky2013-02-261-13/+9
|\ \ | |/
| * Some cosmetic changesEli Bendersky2013-02-261-13/+9
* | Issue #15083: Convert ElementTree doctests to unittests.Serhiy Storchaka2013-02-251-1373/+1132
|\ \ | |/
| * Issue #15083: Convert ElementTree doctests to unittests.Serhiy Storchaka2013-02-251-1373/+1132
* | Issue #9708: Fix support for iterparse(parser=...) argument per documentation.Eli Bendersky2013-01-241-0/+6
|\ \ | |/
| * Issue #9708: Fix support for iterparse(parser=...) argument per documentation.Eli Bendersky2013-01-241-0/+6
* | Issue #12323: Strengthen error checking of the position XPath selectorsEli Bendersky2013-01-241-0/+5
* | Add some tests for XPath numeric indexingEli Bendersky2013-01-221-0/+17
|\ \ | |/
| * Add some tests for XPath numeric indexingEli Bendersky2013-01-221-0/+17
* | Close #14377: Add a new parameter to ElementTree.write and some module-levelEli Bendersky2013-01-131-0/+12
|/
* Issue #16922: fixed findtext() to return empty Unicode string instead of empt...Eli Bendersky2013-01-131-0/+3
* clean trailing whitespaceEli Bendersky2013-01-121-2/+2
* Issues #15083 and #16992: port find.* method tests to unittestEli Bendersky2013-01-121-134/+94
* Issue #16913: Fix Element.itertext()'s handling of text with XML entities.Eli Bendersky2013-01-101-0/+4
* normalize whitespaceEli Bendersky2013-01-101-1/+1
* Issue #16076: make _elementtree.Element pickle-able in a way that is compatibleEli Bendersky2013-01-101-20/+61
* The get() and iter() are now able to accept keyword arguments.Eli Bendersky2013-01-051-0/+10
* Skip a test correctly for the C-version. The decorator doesn't really workEli Bendersky2012-12-301-1/+4
* For Issue #16076: make sure that pickling of Element objects is tested, and doEli Bendersky2012-12-301-0/+15
* Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...Antoine Pitrou2012-10-041-2/+42
* #15970: merge with 3.2.Ezio Melotti2012-09-191-0/+12
|\
| * #15970: xml.etree.ElementTree now serializes correctly the empty HTML element...Ezio Melotti2012-09-191-0/+20
* | Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add...Eli Bendersky2012-07-171-0/+9
* | Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Stor...Eli Bendersky2012-07-151-65/+175
* | Make the test more resilient to test-run order (closes #15075)Eli Bendersky2012-06-161-8/+20
* | Skip XincludeTest entirely instead of just ignoring failures, because it may ...Eli Bendersky2012-06-151-1/+1
* | 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